SandMark version 3.0


sandmark.watermark.objectwm
Class Config

java.lang.Object
  |
  +--sandmark.watermark.objectwm.Config

public class Config
extends java.lang.Object

This class contains all the configuration information required by the watermarking algorithm


Field Summary
 java.util.Vector origVector
           
 
Constructor Summary
Config()
           
 
Method Summary
 int getBranchNullifyAbortThreshold()
           
 int getEmbedEffortCount()
           
 int getMaxCodeInstructions()
           
 int getMaxMethodOverloads()
           
 int getMaxTry()
           
 int getMethodCopyLowerThreshold()
           
 int getMethodCopyUpperThreshold()
           
 int getMethodEmbedThreshold()
           
 int getNumberOfEmbeddingOptions()
           
 int getRecognitionThreshold()
           
 java.lang.String getWatermarkValue()
           
 void setWatermarkValue(java.lang.String watermark)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

origVector

public java.util.Vector origVector
Constructor Detail

Config

public Config()
Method Detail

getBranchNullifyAbortThreshold

public int getBranchNullifyAbortThreshold()

getMaxTry

public int getMaxTry()

getMaxMethodOverloads

public int getMaxMethodOverloads()

getMethodEmbedThreshold

public int getMethodEmbedThreshold()

getMethodCopyLowerThreshold

public int getMethodCopyLowerThreshold()

getMethodCopyUpperThreshold

public int getMethodCopyUpperThreshold()

getRecognitionThreshold

public int getRecognitionThreshold()

setWatermarkValue

public void setWatermarkValue(java.lang.String watermark)

getWatermarkValue

public java.lang.String getWatermarkValue()

getNumberOfEmbeddingOptions

public int getNumberOfEmbeddingOptions()

getMaxCodeInstructions

public int getMaxCodeInstructions()

getEmbedEffortCount

public int getEmbedEffortCount()

SandMark version 3.0

Wed Jan 29 10:30:05 MST 2003