|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectEntityType
TMST.representation.AssumptionType
Class implementing an assumption type.
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 |
public AssumptionType(TMST tmst, java.lang.String name, java.lang.String description) throws NameAlreadyExistException
tmst
- The knowledge model this assumption type belongs toname
- The name of the assumption typedescription
- The description of the typepublic AssumptionType(Entity ent) throws EntityTypeNotMatchedException
Method Detail |
public static boolean matches(Entity value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |