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

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

Uses of ActionIU in demo.inpro.system.greifarm
 

Subclasses of ActionIU in demo.inpro.system.greifarm
protected static class ActionIU.StartActionIU
           
 

Fields in demo.inpro.system.greifarm with type parameters of type ActionIU
private  java.util.Deque<ActionIU> NLU.performedActions
           
private  java.util.Deque<ActionIU> GreifarmActor.performedActions
          actions already performed since the last call to processorReset()
 

Methods in demo.inpro.system.greifarm that return ActionIU
private  ActionIU ActionIU.predecessor()
           
 

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

Constructor parameters in demo.inpro.system.greifarm with type arguments of type ActionIU
NLU(java.util.Deque<WordIU> unusedWords, java.util.Deque<ActionIU> performedActions)