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

java.lang.Object
  extended by it.uniroma2.info.ai_nlp.LinguisticWatermark.properties.Property
Direct Known Subclasses:
InstanceProperty, InterfaceProperty

public abstract class Property
extends Object


Field Summary
protected  String _id
           
protected  String _value
           
 
Constructor Summary
Property(String id, String value)
           
 
Method Summary
 boolean contains(String id)
           
abstract  String getDescription()
           
 String getId()
           
 String getValue()
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_id

protected String _id

_value

protected String _value
Constructor Detail

Property

public Property(String id,
                String value)
Method Detail

contains

public boolean contains(String id)

getId

public String getId()

setValue

public void setValue(String value)

getValue

public String getValue()

getDescription

public abstract String getDescription()