Uses of Interface
org.commonreality.object.IEfferentObject

Packages that use IEfferentObject
org.commonreality.efferent   
org.commonreality.efferent.impl   
org.commonreality.modalities.motor   
org.commonreality.modalities.vocal   
org.commonreality.object.manager.impl   
org.commonreality.participant.impl   
 

Uses of IEfferentObject in org.commonreality.efferent
 

Methods in org.commonreality.efferent with parameters of type IEfferentObject
 E IEfferentCommandTemplate.instantiate(IAgent agent, IEfferentObject object)
          instantiate this template using the supplied object
 

Uses of IEfferentObject in org.commonreality.efferent.impl
 

Methods in org.commonreality.efferent.impl with parameters of type IEfferentObject
 E AbstractEfferentCommandTemplate.instantiate(IAgent agent, IEfferentObject object)
           
 

Uses of IEfferentObject in org.commonreality.modalities.motor
 

Methods in org.commonreality.modalities.motor with parameters of type IEfferentObject
static java.util.Collection<IIdentifier> MotorUtilities.getChildIdentifiers(IEfferentObject object)
           
static java.lang.String MotorUtilities.getName(IEfferentObject object)
           
static IIdentifier MotorUtilities.getParentIdentifier(IEfferentObject object)
           
static double[] MotorUtilities.getPosition(IEfferentObject object)
           
static double[] MotorUtilities.getPositionRange(IEfferentObject object)
           
static double[] MotorUtilities.getRate(IEfferentObject object)
           
static double[] MotorUtilities.getRateRange(IEfferentObject object)
           
 M MovementCommandTemplate.instantiate(IAgent agent, IEfferentObject object)
           
static boolean MotorUtilities.isMotor(IEfferentObject object)
           
 

Uses of IEfferentObject in org.commonreality.modalities.vocal
 

Methods in org.commonreality.modalities.vocal with parameters of type IEfferentObject
static boolean VocalUtilities.canVocalize(IEfferentObject efferentObject)
           
static java.lang.String VocalUtilities.getVocalization(IEfferentObject efferentObject)
           
 VocalizationCommand VocalizationCommandTemplate.instantiate(IAgent agent, IEfferentObject object)
           
 

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

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

Uses of IEfferentObject in org.commonreality.participant.impl
 

Methods in org.commonreality.participant.impl that return IEfferentObject
 IEfferentObject RequestableEfferentObjectManager.request(IIdentifier agentIdentifier)