TMST.representation
Class Value

java.lang.Object
  extended byEntityType
      extended byTMST.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
 

Constructor Detail

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 to
name - The value of the goal, input or output
description - The description of the value

Value

public Value(Entity ent)
      throws EntityTypeNotMatchedException
Method Detail

matches

public static boolean matches(Entity value)
Method which has to be overriden (from the class EntityType)