Package util.graph

Class Summary
Edge Edge connects an Object (i.e.AgentID),outPort to an Object,inPort
Graph Inspired by Gajos's vision of the future, I, a humble and order-following code-monkey named Luke Weisman, have written this Graph class.
Path A path of edges.
PermGraph Load and save methods so graph can be stashed away in lovie-dovie land.
SignalEdge SignalEdge stores the source of a given signal when it is ownened.
SignalGraph A signal graph is a graph carrying signals from point a to point b.
SignalPath A path of edges which has a 'signal' of the first Node.
Test