|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectEntityType
TMST.representation.ControlInformation
Wrapper class for the Control Information
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 |
public ControlInformation(TMST tmst, java.lang.String name, java.lang.String description) throws NameAlreadyExistException
public ControlInformation(Entity ent) throws EntityTypeNotMatchedException
Method Detail |
public void setIODependency(java.lang.String ioDependency)
ioDependency
- The io dependecy to relate to as String.public void setIODependency(Value ioDependency)
ioDependency
- The io dependecy to relate to as a Value class instance.public java.util.ArrayList getIODependencies()
public static boolean matches(Entity value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |