Package nanomunchers.graph

The Graph is the board where the nanomuncher feeds.

See:
          Description

Interface Summary
Graph  
 

Class Summary
Edge Represents an Edge in a graph
GraphFactory The only way to build a new graph is through the Factory.
GridGraph A Graph that looks like:
Node A single node in a graph.
 

Package nanomunchers.graph Description

The Graph is the board where the nanomuncher feeds. If are interested in creating your own Graph type please make a protected class implementing the Graph interface and add a similar method to the GraphFactory.
By using the Graph interface you gain the versatility of the existing IO methods for graphs.