Uses of Interface
org.commonreality.object.ISensoryObject

Packages that use ISensoryObject
org.commonreality.efferent   
org.commonreality.efferent.impl   
org.commonreality.modalities   
org.commonreality.modalities.aural   
org.commonreality.modalities.motor   
org.commonreality.modalities.visual   
org.commonreality.modalities.vocal   
org.commonreality.object   
org.commonreality.object.manager.impl   
org.commonreality.sensors.keyboard   
 

Uses of ISensoryObject in org.commonreality.efferent
 

Subinterfaces of ISensoryObject in org.commonreality.efferent
 interface ICompoundCommand
           
 interface IEfferentCommand
          a command that can be issued to affect some change on an IEfferentObject.
 

Uses of ISensoryObject in org.commonreality.efferent.impl
 

Classes in org.commonreality.efferent.impl that implement ISensoryObject
 class AbstractEfferentCommand
           
 

Uses of ISensoryObject in org.commonreality.modalities
 

Methods in org.commonreality.modalities with parameters of type ISensoryObject
 boolean IModalityPropertyHandler.hasModality(ISensoryObject sensoryObject)
           
 

Uses of ISensoryObject in org.commonreality.modalities.aural
 

Methods in org.commonreality.modalities.aural with parameters of type ISensoryObject
 boolean DefaultAuralPropertyHandler.hasModality(ISensoryObject sensoryObject)
          This tests if an IAfferentObject is a aural..
 

Uses of ISensoryObject in org.commonreality.modalities.motor
 

Classes in org.commonreality.modalities.motor that implement ISensoryObject
 class MovementCommand
           
 class RotateCommand
           
 class TranslateCommand
           
 

Uses of ISensoryObject in org.commonreality.modalities.visual
 

Methods in org.commonreality.modalities.visual with parameters of type ISensoryObject
 boolean DefaultVisualPropertyHandler.hasModality(ISensoryObject sensoryObject)
           
 

Uses of ISensoryObject in org.commonreality.modalities.vocal
 

Classes in org.commonreality.modalities.vocal that implement ISensoryObject
 class VocalizationCommand
           
 

Uses of ISensoryObject in org.commonreality.object
 

Subinterfaces of ISensoryObject in org.commonreality.object
 interface IAfferentObject
          Any short lived sensory object created by a sensor.
 interface IEfferentObject
          any object in the simulation that is actually a part of the agent and can be controlled by using IEfferentCommand
 

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

Classes in org.commonreality.object.manager.impl with type parameters of type ISensoryObject
 class SensoryObjectManager<O extends ISensoryObject,L extends IObjectListener<O>>
           
 

Classes in org.commonreality.object.manager.impl that implement ISensoryObject
 class AfferentObject
           
 class EfferentObject
           
 

Uses of ISensoryObject in org.commonreality.sensors.keyboard
 

Classes in org.commonreality.sensors.keyboard that implement ISensoryObject
 class PressCommand
           
 class ReleaseCommand