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.SUPERIOR
           
static AgentRelationship AgentRelationship.SUBORDINATE
           
static AgentRelationship AgentRelationship.PEER
           
static AgentRelationship AgentRelationship.CONTACT
           
static AgentRelationship AgentRelationship.NONE
           
protected  AgentRelationship AgentData.relationship
           
(package private)  AgentRelationship IspaceTool.Row.rel
           
(package private)  AgentRelationship RelationshipGroup.rel
           
 

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

Methods in ix.ispace with parameters of type AgentRelationship
 void ContactManager.addAgent(java.lang.String name, AgentRelationship rel)
           
 void ContactManager.addAgents(java.util.List names, AgentRelationship rel)
           
 void ContactManager.noteAgent(java.lang.String name, AgentRelationship assumedRel)
           
 void ContactManager.changeRelationship(java.lang.String name, AgentRelationship newRel)
           
 java.util.List ContactManager.getAgentData(AgentRelationship rel)
           
 void AgentData.setRelationship(AgentRelationship relationship)
           
(package private)  void IspaceTool.RelationPanel.addNewEntry(java.lang.String name, AgentRelationship rel)
           
 void IspaceTool.RelationComboBox.setRelation(AgentRelationship r)
           
 

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