TMST.representation
Class ActionType

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

Constructor Detail

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 to
name - The name of the action typee
description - The description of the action type

ActionType

public ActionType(Entity ent)
           throws EntityTypeNotMatchedException
Method Detail

matches

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