it.uniroma2.info.ai_nlp.LinguisticWatermark.config
Class InstanceElementValues

java.lang.Object
  extended by it.uniroma2.info.ai_nlp.LinguisticWatermark.config.InstanceElementValues

public class InstanceElementValues
extends Object


Constructor Summary
InstanceElementValues(String id, String interf)
           
 
Method Summary
 void addInstancePropertyElement(InstanceProperty property)
           
 boolean contains(SelectedInstance instance)
           
 String getInstanceId()
           
 Vector getInstancePropertyElementVector()
           
 String getInterfaceId()
           
 Property getProperty(String id)
           
 void setInstanceId(String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstanceElementValues

public InstanceElementValues(String id,
                             String interf)
Method Detail

setInstanceId

public void setInstanceId(String id)

addInstancePropertyElement

public void addInstancePropertyElement(InstanceProperty property)

getInstanceId

public String getInstanceId()

getInterfaceId

public String getInterfaceId()

contains

public boolean contains(SelectedInstance instance)

getInstancePropertyElementVector

public Vector getInstancePropertyElementVector()

getProperty

public Property getProperty(String id)