Uses of Class
ix.ispace.AgentRelationship

Packages that use AgentRelationship
ix.ip2 I-X Process Panels 
ix.ispace Information about other agents and agent-relationships. 
 

Uses of AgentRelationship in ix.ip2
 

Fields in ix.ip2 declared as AgentRelationship
protected  AgentRelationship ForwardingHandler.rel
           
 

Methods in ix.ip2 with parameters of type AgentRelationship
 void Ip2.addForwardingHandler(java.lang.String verb, AgentRelationship rel, boolean reportBack)
           
 

Constructors in ix.ip2 with parameters of type AgentRelationship
ForwardingHandler(IXAgent agent, java.lang.String action, AgentRelationship rel, boolean reportBack)
           
 

Uses of AgentRelationship in ix.ispace
 

Fields in ix.ispace declared as AgentRelationship
static AgentRelationship AgentRelationship.CONTACT
           
static AgentRelationship AgentRelationship.NONE
           
static AgentRelationship AgentRelationship.PEER
           
(package private)  AgentRelationship RelationshipGroup.rel
           
protected  AgentRelationship AgentData.relationship
           
static AgentRelationship AgentRelationship.SERVICE
           
static AgentRelationship AgentRelationship.SUBORDINATE
           
static AgentRelationship AgentRelationship.SUPERIOR
           
 

Methods in ix.ispace that return AgentRelationship
 AgentRelationship AgentData.getRelationship()
           
static AgentRelationship AgentRelationship.valueOf(java.lang.String name)
           
 

Methods in ix.ispace with parameters of type AgentRelationship
 void ContactManager.addAgent(java.lang.String name, AgentRelationship rel)
          Adds the agent, recording it as having the specified relationship to this agent.
 void ContactManager.addAgents(java.util.List names, AgentRelationship rel)
          Adds the agents by calling ContactManager.addAgent(String, AgentRelationship).
 void ContactManager.changeRelationship(java.lang.String name, AgentRelationship newRel)
           
 boolean ContactManager.ensureAgent(java.lang.String name, AgentRelationship rel)
          Ensures that the agent is recorded as having the specified relationship to this agent.
 java.util.List ContactManager.getAgentData(AgentRelationship rel)
           
 void ContactManager.noteAgent(java.lang.String name, AgentRelationship assumedRel)
          Record the agent as having the specified relationship to this agent, if the agent is not already known.
 void AgentData.setRelationship(AgentRelationship relationship)
           
protected  void ContactManager.warnAboutQuestionableAgentNames(java.util.List names, AgentRelationship rel)
           
 

Constructors in ix.ispace with parameters of type AgentRelationship
AgentData(java.lang.String name, AgentRelationship relationship)
           
RelationshipGroup(AgentRelationship rel, ContactManager cm)