Uses of Interface
org.commonreality.agents.IAgent

Packages that use IAgent
org.commonreality.agents   
org.commonreality.efferent   
org.commonreality.efferent.impl   
org.commonreality.modalities.motor   
org.commonreality.modalities.vocal   
org.commonreality.reality   
 

Uses of IAgent in org.commonreality.agents
 

Classes in org.commonreality.agents that implement IAgent
 class AbstractAgent
           
 

Uses of IAgent in org.commonreality.efferent
 

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

Uses of IAgent in org.commonreality.efferent.impl
 

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

Uses of IAgent in org.commonreality.modalities.motor
 

Methods in org.commonreality.modalities.motor with parameters of type IAgent
 M MovementCommandTemplate.instantiate(IAgent agent, IEfferentObject object)
           
 

Uses of IAgent in org.commonreality.modalities.vocal
 

Methods in org.commonreality.modalities.vocal with parameters of type IAgent
 VocalizationCommand VocalizationCommandTemplate.instantiate(IAgent agent, IEfferentObject object)
           
 

Uses of IAgent in org.commonreality.reality
 

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

Methods in org.commonreality.reality with parameters of type IAgent
static void CommonReality.addAgent(IAgent agent)
           
static void CommonReality.removeAgent(IAgent agent)