net.hivecell.hive.support
Class AgentGraphEdge
java.lang.Object
|
+--net.hivecell.hive.support.AgentGraphEdge
- public class AgentGraphEdge
- extends java.lang.Object
This is basically a struct that is used to represent a connection
between two agents in the graph
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
AgentGraphEdge
public AgentGraphEdge(Agent a,
Agent b)
getSourceAgent
public Agent getSourceAgent()
getDestinationAgent
public Agent getDestinationAgent()
toString
public java.lang.String toString()
- Overrides:
- toString in class java.lang.Object