|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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. |
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.
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |