Uses of Interface
org.commonreality.object.IAfferentObject

Packages that use IAfferentObject
org.commonreality.object.manager.impl   
org.commonreality.participant.impl   
org.commonreality.sensors.aural   
org.commonreality.sensors.prog   
 

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

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

Uses of IAfferentObject in org.commonreality.participant.impl
 

Methods in org.commonreality.participant.impl that return IAfferentObject
 IAfferentObject RequestableAfferentObjectManager.request(IIdentifier agentIdentifier)
           
 

Uses of IAfferentObject in org.commonreality.sensors.aural
 

Methods in org.commonreality.sensors.aural with parameters of type IAfferentObject
 void GeneralAuralProcessor.IAuralMutator.mutate(IAfferentObject auralPercept, IRealObject auralSource, ISensor sensor)
           
 

Uses of IAfferentObject in org.commonreality.sensors.prog
 

Methods in org.commonreality.sensors.prog that return IAfferentObject
 IAfferentObject ProgrammaticSensor.newAfferent(IIdentifier agentId)
           
 

Methods in org.commonreality.sensors.prog with parameters of type IAfferentObject
 void ProgrammaticSensor.add(IAfferentObject object)
           
 void ProgrammaticSensor.remove(IAfferentObject object)
           
 

Method parameters in org.commonreality.sensors.prog with type arguments of type IAfferentObject
 void ProgrammaticSensor.add(java.util.Collection<IAfferentObject> objects)
           
 void ProgrammaticSensor.remove(java.util.Collection<IAfferentObject> objects)