SandMark version 2.0


sandmark.obfuscate.degradation
Class DegradationLevel

java.lang.Object
  |
  +--sandmark.obfuscate.degradation.DegradationLevel

public class DegradationLevel
extends java.lang.Object

File: DegradationLevel.java

Author:
Danny Mandel
, Anna Segurson This class serves as a way to specify how much degradation a particular obfuscation may want to apply itself to. Right now, it will simply contain a number from 1 to 100, but may be expanded upon in the future.

Constructor Summary
DegradationLevel(int level)
          Sets the int value associated with this degradation level
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DegradationLevel

public DegradationLevel(int level)
Sets the int value associated with this degradation level

Parameters:
level - The int value to associate with this degradation level

SandMark version 2.0

Mon Jun 17 12:30:47 MST 2002