Uses of Interface
org.commonreality.object.manager.IObjectManager

Packages that use IObjectManager
org.commonreality.efferent   
org.commonreality.efferent.impl   
org.commonreality.object.manager   
org.commonreality.object.manager.impl   
org.commonreality.participant.impl   
 

Uses of IObjectManager in org.commonreality.efferent
 

Subinterfaces of IObjectManager in org.commonreality.efferent
 interface IEfferentCommandManager
           
 

Uses of IObjectManager in org.commonreality.efferent.impl
 

Classes in org.commonreality.efferent.impl that implement IObjectManager
 class EfferentCommandManager
           
 

Uses of IObjectManager in org.commonreality.object.manager
 

Subinterfaces of IObjectManager in org.commonreality.object.manager
 interface IAfferentObjectManager
           
 interface IAgentObjectManager
           
 interface IEfferentObjectManager
           
 interface IMutableObjectManager<O extends ISimulationObject,L extends IObjectListener<O>>
          The mutable object manager extends the IObjectManager to support the adding, removing, and updating of simulation objects.
 interface IRealObjectManager
           
 interface IRequestableAfferentObjectManager
           
 interface IRequestableEfferentObjectManager
           
 interface IRequestableObjectManager<O extends ISimulationObject,L extends IObjectListener<O>>
          The requestable object manager is the only object manager that is able to create new objects.
 interface IRequestableRealObjectManager
           
 interface ISensorObjectManager
           
 

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

Classes in org.commonreality.object.manager.impl that implement IObjectManager
 class AfferentObjectManager
           
 class AgentObjectManager
           
 class EfferentObjectManager
           
 class GeneralObjectManager<O extends ISimulationObject,L extends IObjectListener<O>>
          Handles the adding, updating, and removal of a specific type of simulation object - it also deals with the listeners.
 class RealObjectManager
           
 class SensorObjectManager
           
 class SensoryObjectManager<O extends ISensoryObject,L extends IObjectListener<O>>
           
 

Uses of IObjectManager in org.commonreality.participant.impl
 

Classes in org.commonreality.participant.impl that implement IObjectManager
 class RequestableAfferentObjectManager
           
 class RequestableEfferentCommandManager
           
 class RequestableEfferentObjectManager
           
 class RequestableRealObjectManager