Uses of Interface
org.commonreality.efferent.IEfferentCommandTemplate

Packages that use IEfferentCommandTemplate
org.commonreality.efferent.impl   
org.commonreality.modalities.motor   
org.commonreality.modalities.vocal   
org.commonreality.object   
org.commonreality.object.manager.impl   
org.commonreality.sensors.keyboard   
 

Uses of IEfferentCommandTemplate in org.commonreality.efferent.impl
 

Classes in org.commonreality.efferent.impl that implement IEfferentCommandTemplate
 class AbstractEfferentCommandTemplate<E extends IEfferentCommand>
           
 

Uses of IEfferentCommandTemplate in org.commonreality.modalities.motor
 

Classes in org.commonreality.modalities.motor that implement IEfferentCommandTemplate
 class MovementCommandTemplate<M extends MovementCommand>
           
 class RotateCommandTemplate
           
 class TranslateCommandTemplate
           
 

Uses of IEfferentCommandTemplate in org.commonreality.modalities.vocal
 

Classes in org.commonreality.modalities.vocal that implement IEfferentCommandTemplate
 class VocalizationCommandTemplate
           
 

Uses of IEfferentCommandTemplate in org.commonreality.object
 

Methods in org.commonreality.object that return types with arguments of type IEfferentCommandTemplate
 java.util.Collection<IEfferentCommandTemplate> IEfferentObject.getCommandTemplates()
          return a collection of all the command templates that can be applied to this efferent object.
 

Uses of IEfferentCommandTemplate in org.commonreality.object.manager.impl
 

Methods in org.commonreality.object.manager.impl that return types with arguments of type IEfferentCommandTemplate
 java.util.Collection<IEfferentCommandTemplate> EfferentObject.getCommandTemplates()
           
 

Uses of IEfferentCommandTemplate in org.commonreality.sensors.keyboard
 

Classes in org.commonreality.sensors.keyboard that implement IEfferentCommandTemplate
 class PressCommandTemplate
           
 class ReleaseCommandTemplate