Uses of Interface
org.commonreality.object.identifier.ISensoryIdentifier

Packages that use ISensoryIdentifier
org.commonreality.efferent   
org.commonreality.efferent.impl   
org.commonreality.object   
org.commonreality.object.identifier   
org.commonreality.object.manager.impl   
 

Uses of ISensoryIdentifier in org.commonreality.efferent
 

Methods in org.commonreality.efferent that return ISensoryIdentifier
 ISensoryIdentifier IEfferentCommand.getEfferentIdentifier()
          the efferent object that this command is operating on
 

Uses of ISensoryIdentifier in org.commonreality.efferent.impl
 

Methods in org.commonreality.efferent.impl that return ISensoryIdentifier
 ISensoryIdentifier AbstractEfferentCommand.getEfferentIdentifier()
           
 ISensoryIdentifier AbstractEfferentCommand.getIdentifier()
           
 

Uses of ISensoryIdentifier in org.commonreality.object
 

Methods in org.commonreality.object that return ISensoryIdentifier
 ISensoryIdentifier ISensoryObject.getIdentifier()
           
 

Uses of ISensoryIdentifier in org.commonreality.object.identifier
 

Classes in org.commonreality.object.identifier that implement ISensoryIdentifier
 class BasicSensoryIdentifier
           
 

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

Methods in org.commonreality.object.manager.impl that return ISensoryIdentifier
 ISensoryIdentifier EfferentObject.getIdentifier()
           
 ISensoryIdentifier AfferentObject.getIdentifier()