TMST.representation
Class Value
java.lang.Object
EntityType
TMST.representation.Value
- public class Value
- extends EntityType
Class representing the values of goals, inputs and outputs.
- See Also:
- Serialized Form
Constructor Summary |
Value(Entity ent)
|
Value(TMST tmst,
java.lang.String name,
java.lang.String description)
Constructor setting up the value entity, also relating it to a generic value entity. |
Method Summary |
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 |
Value
public Value(TMST tmst,
java.lang.String name,
java.lang.String description)
throws NameAlreadyExistException
- Constructor setting up the value entity, also relating it to a generic value entity.
- Parameters:
tmst
- The knowledge model this value belongs toname
- The value of the goal, input or outputdescription
- The description of the value
Value
public Value(Entity ent)
throws EntityTypeNotMatchedException
matches
public static boolean matches(Entity value)
- Method which has to be overriden (from the class EntityType)