TMST.representation
Class ControlInformation

java.lang.Object
  extended byEntityType
      extended byTMST.representation.ControlInformation

public class ControlInformation
extends EntityType

Wrapper class for the Control Information

See Also:
Serialized Form

Constructor Summary
ControlInformation(Entity ent)
           
ControlInformation(TMST tmst, java.lang.String name, java.lang.String description)
           
 
Method Summary
 java.util.ArrayList getIODependencies()
          Method for getting the IODependecies of this ControlInformation
static boolean matches(Entity value)
           
 void setIODependency(java.lang.String ioDependency)
          Method for relating an io dependency to this control information entity
 void setIODependency(Value ioDependency)
          Method for relating an io dependency to this control information entity
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ControlInformation

public ControlInformation(TMST tmst,
                          java.lang.String name,
                          java.lang.String description)
                   throws NameAlreadyExistException

ControlInformation

public ControlInformation(Entity ent)
                   throws EntityTypeNotMatchedException
Method Detail

setIODependency

public void setIODependency(java.lang.String ioDependency)
Method for relating an io dependency to this control information entity

Parameters:
ioDependency - The io dependecy to relate to as String.

setIODependency

public void setIODependency(Value ioDependency)
Method for relating an io dependency to this control information entity

Parameters:
ioDependency - The io dependecy to relate to as a Value class instance.

getIODependencies

public java.util.ArrayList getIODependencies()
Method for getting the IODependecies of this ControlInformation

Returns:
ArrayList a list of IODependecies related to this ControlInformation - the list contains Strings

matches

public static boolean matches(Entity value)