TMST.representation
Class AssumptionType

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

public class AssumptionType
extends EntityType

Class implementing an assumption type.

See Also:
Serialized Form

Constructor Summary
AssumptionType(Entity ent)
           
AssumptionType(TMST tmst, java.lang.String name, java.lang.String description)
          Constructor for setting up an entity for the new assumption type and relation it to a generic assumption type.
 
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

AssumptionType

public AssumptionType(TMST tmst,
                      java.lang.String name,
                      java.lang.String description)
               throws NameAlreadyExistException
Constructor for setting up an entity for the new assumption type and relation it to a generic assumption type.

Parameters:
tmst - The knowledge model this assumption type belongs to
name - The name of the assumption type
description - The description of the type

AssumptionType

public AssumptionType(Entity ent)
               throws EntityTypeNotMatchedException
Method Detail

matches

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