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

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

public class InterfaceElementValues
extends Object


Constructor Summary
InterfaceElementValues(String id, String path)
           
 
Method Summary
 void addInterfacePropertyElement(InterfaceProperty property)
           
 boolean contains(String interfaceId)
           
 String getInterfaceId()
           
 String getInterfacePath()
           
 Vector getInterfacePropertyElementVector()
           
 Property getProperty(String id)
           
 void setInterfacePath(String path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterfaceElementValues

public InterfaceElementValues(String id,
                              String path)
Method Detail

addInterfacePropertyElement

public void addInterfacePropertyElement(InterfaceProperty property)

contains

public boolean contains(String interfaceId)

getInterfaceId

public String getInterfaceId()

getInterfacePath

public String getInterfacePath()

setInterfacePath

public void setInterfacePath(String path)

getInterfacePropertyElementVector

public Vector getInterfacePropertyElementVector()

getProperty

public Property getProperty(String id)