SandMark version 2.0


sandmark.config
Class RequisiteProperty

java.lang.Object
  |
  +--sandmark.config.RequisiteProperty
Direct Known Subclasses:
AlgorithmProperty, ModificationProperty

public abstract class RequisiteProperty
extends java.lang.Object

A RequisiteProperty encapsulates information about dependencies between each obfuscation and watermarking algorithm. There are various subclasses of RequisiteProperty to describe dependencies, such as naming a specific class via an AlgorithmProperty or describing a code mutation via a ModificationProperty.

Author:
Kelly Heffner kheffner@cs.arizona.edu

Constructor Summary
RequisiteProperty()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequisiteProperty

public RequisiteProperty()

SandMark version 2.0

Mon Jun 17 12:30:47 MST 2002