it.uniroma2.info.ai_nlp.LinguisticWatermark.properties
Class InstanceProperty

java.lang.Object
  extended by it.uniroma2.info.ai_nlp.LinguisticWatermark.properties.Property
      extended by it.uniroma2.info.ai_nlp.LinguisticWatermark.properties.InstanceProperty

public abstract class InstanceProperty
extends Property


Field Summary
protected  boolean directory
           
protected  boolean file
           
 
Fields inherited from class it.uniroma2.info.ai_nlp.LinguisticWatermark.properties.Property
_id, _value
 
Constructor Summary
InstanceProperty(String id, String value)
           
 
Method Summary
 boolean isDirectory()
           
 boolean isFile()
           
 
Methods inherited from class it.uniroma2.info.ai_nlp.LinguisticWatermark.properties.Property
contains, getDescription, getId, getValue, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

directory

protected boolean directory

file

protected boolean file
Constructor Detail

InstanceProperty

public InstanceProperty(String id,
                        String value)
Method Detail

isDirectory

public boolean isDirectory()

isFile

public boolean isFile()