|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectEntityType
TMST.representation.Output
Constructor Summary | |
Output(Entity ent)
|
|
Output(TMST tmst,
java.lang.String name,
java.lang.String description,
java.lang.String value)
Constructor sets up an output entity by relating it to a generic output entity, and then relating the instace of an ouput (with a given name) to its value. |
|
Output(TMST tmst,
java.lang.String name,
java.lang.String description,
Value value)
Constructor sets up an output entity by relating it to a generic output entity, and then relating the instace of an ouput (with a given name) to its value. |
Method Summary | |
Value |
getValue()
Method returning the output value |
static boolean |
matches(Entity value)
Method which has to be overriden (from the class EntityType) |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Output(TMST tmst, java.lang.String name, java.lang.String description, java.lang.String value) throws NameAlreadyExistException
tmst
- The knowledge model the input belongs toname
- The name of the modeldescription
- The description of the inputvalue
- The value of the input represented using a stringpublic Output(Entity ent) throws EntityTypeNotMatchedException
public Output(TMST tmst, java.lang.String name, java.lang.String description, Value value) throws NameAlreadyExistException
tmst
- The knowledge model the input belongs toname
- The name of the modeldescription
- The description of the inputvalue
- The value of the input represented using a value objectMethod Detail |
public Value getValue() throws AlreadyHasValueException
AlreadyHasValueException
public static boolean matches(Entity value)
value
- The entity to match againts
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |