ix.ispace
Class AgentRelationship
java.lang.Object
  
ix.util.EnumeratedValue
      
ix.ispace.AgentRelationship
- All Implemented Interfaces: 
 - SemiPrimitive, java.io.Serializable
 
public final class AgentRelationship
- extends EnumeratedValue
 
Standard relationships between agents.
- See Also:
 - Serialized Form
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
SUPERIOR
public static final AgentRelationship SUPERIOR
SUBORDINATE
public static final AgentRelationship SUBORDINATE
PEER
public static final AgentRelationship PEER
CONTACT
public static final AgentRelationship CONTACT
SERVICE
public static final AgentRelationship SERVICE
NONE
public static final AgentRelationship NONE
toString
public java.lang.String toString()
- Overrides:
 toString in class java.lang.Object
 
 
values
public static java.util.List values()
 
valueOf
public static AgentRelationship valueOf(java.lang.String name)