Uses of Class
demo.inpro.system.greifarm.ActionType

Packages that use ActionType
demo.inpro.system.greifarm This package contains all classes that are necessary for the Greifarm domain. 
 

Uses of ActionType in demo.inpro.system.greifarm
 

Fields in demo.inpro.system.greifarm declared as ActionType
private  ActionType ActionIU.type
           
 

Methods in demo.inpro.system.greifarm that return ActionType
private  ActionType NLU.actionType(WordIU iu)
           
 ActionType ActionIU.getType()
           
 ActionType ActionIU.StartActionIU.getType()
           
 ActionType ActionIU.realizedDirection()
           
(package private)  ActionType ActionType.reverseDirection()
          return the reverse of this action, if this exists
static ActionType ActionType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ActionType[] ActionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in demo.inpro.system.greifarm with parameters of type ActionType
ActionIU(ActionIU sll, java.util.List<? extends IU> groundingWords, ActionType type, ActionStrength strengthModifier)