Uses of Interface
org.commonreality.sensors.ISensor

Packages that use ISensor
org.commonreality.reality   
org.commonreality.sensors   
org.commonreality.sensors.aural   
org.commonreality.sensors.handlers   
org.commonreality.sensors.keyboard   
org.commonreality.sensors.prog   
org.commonreality.sensors.speech   
org.commonreality.sensors.swing   
org.commonreality.sensors.swing.component   
org.commonreality.sensors.swing.manager   
org.commonreality.sensors.xml   
 

Uses of ISensor in org.commonreality.reality
 

Methods in org.commonreality.reality that return types with arguments of type ISensor
static java.util.Collection<ISensor> CommonReality.getSensors()
           
 

Methods in org.commonreality.reality with parameters of type ISensor
static void CommonReality.addSensor(ISensor sensor)
           
static void CommonReality.removeSensor(ISensor sensor)
           
 

Uses of ISensor in org.commonreality.sensors
 

Classes in org.commonreality.sensors that implement ISensor
 class AbstractSensor
           
 

Uses of ISensor in org.commonreality.sensors.aural
 

Classes in org.commonreality.sensors.aural that implement ISensor
 class DefaultAuralSensor
           
 

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

Constructors in org.commonreality.sensors.aural with parameters of type ISensor
AuralUtilities(ISensor sensor)
           
GeneralAuralProcessor(ISensor sensor)
           
 

Uses of ISensor in org.commonreality.sensors.handlers
 

Methods in org.commonreality.sensors.handlers that return ISensor
 ISensor EfferentCommandHandler.getSensor()
           
 

Methods in org.commonreality.sensors.handlers with parameters of type ISensor
 double AddRemoveTracker.update(double currentTime, ISensor sensor)
          returns the next time that something will expire
 

Constructors in org.commonreality.sensors.handlers with parameters of type ISensor
EfferentCommandHandler(ISensor sensor)
           
 

Uses of ISensor in org.commonreality.sensors.keyboard
 

Classes in org.commonreality.sensors.keyboard that implement ISensor
 class DefaultKeyboardSensor
          generic keyboard & mouse handler.
 

Constructors in org.commonreality.sensors.keyboard with parameters of type ISensor
MuscleUtilities(ISensor sensor, IAgentObject agent)
           
 

Uses of ISensor in org.commonreality.sensors.prog
 

Classes in org.commonreality.sensors.prog that implement ISensor
 class ProgrammaticSensor
           
 

Uses of ISensor in org.commonreality.sensors.speech
 

Classes in org.commonreality.sensors.speech that implement ISensor
 class DefaultSpeechSensor
          Default speech generation sensor.
 

Uses of ISensor in org.commonreality.sensors.swing
 

Classes in org.commonreality.sensors.swing that implement ISensor
 class DefaultSwingSensor
           
 

Uses of ISensor in org.commonreality.sensors.swing.component
 

Methods in org.commonreality.sensors.swing.component with parameters of type ISensor
 void IComponentProcessor.added(java.lang.Object component, ISensor sensor)
           
 void DefaultComponentProcessor.added(java.lang.Object component, ISensor sensor)
           
 void IComponentProcessor.refresh(java.lang.Object component, ISensor sensor, java.lang.Object refreshHint)
           
 void DefaultComponentProcessor.refresh(java.lang.Object component, ISensor sensor, java.lang.Object refreshHint)
           
 void IComponentProcessor.removed(java.lang.Object component, ISensor sensor)
           
 void DefaultComponentProcessor.removed(java.lang.Object component, ISensor sensor)
           
 

Uses of ISensor in org.commonreality.sensors.swing.manager
 

Methods in org.commonreality.sensors.swing.manager that return ISensor
 ISensor ComponentManager.getSensor()
           
 

Constructors in org.commonreality.sensors.swing.manager with parameters of type ISensor
ComponentManager(ISensor sensor)
           
 

Uses of ISensor in org.commonreality.sensors.xml
 

Classes in org.commonreality.sensors.xml that implement ISensor
 class XMLSensor