Package org.commonreality.object.manager

Interface Summary
IAfferentObjectManager  
IAgentObjectManager  
IEfferentObjectManager  
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.
IObjectManager<O extends ISimulationObject,L extends IObjectListener<O>> An object manager allows a set of simulation objects to be tracked and events fired when they are changed.
IRealObjectManager  
IRequestableAfferentObjectManager  
IRequestableEfferentObjectManager  
IRequestableObjectManager<O extends ISimulationObject,L extends IObjectListener<O>> The requestable object manager is the only object manager that is able to create new objects.
IRequestableRealObjectManager  
ISensorObjectManager