TMST.representation
Class ActionType
java.lang.Object
EntityType
TMST.representation.ActionType
- public class ActionType
- extends EntityType
Class represnting the type of an action
- See Also:
- Serialized Form
Constructor Summary |
ActionType(Entity ent)
|
ActionType(TMST tmst,
java.lang.String name,
java.lang.String description)
The contructor setting up the entity in the model by relating the given action type to a generic
Action Type entity for making it explisit that the given action type entity is a action 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 |
ActionType
public ActionType(TMST tmst,
java.lang.String name,
java.lang.String description)
throws NameAlreadyExistException
- The contructor setting up the entity in the model by relating the given action type to a generic
Action Type entity for making it explisit that the given action type entity is a action type.
- Parameters:
tmst
- The knowledge model this action type belongs toname
- The name of the action typeedescription
- The description of the action type
ActionType
public ActionType(Entity ent)
throws EntityTypeNotMatchedException
matches
public static boolean matches(Entity value)
- Method which has to be overriden (from the class EntityType)