Graph |
Interface to be implemented by graphs.
|
GraphConsumer |
Interface for classes using graphs.
|
GraphElementFactory |
Interface to be implemented by classes creating graph elements
(nodes and links).
|
GraphObject |
Base for objects populating graphs.
|
GraphProducer |
Interface for class creating graphs.
|
GraphWriter |
Interface for graph writers.
|
Link |
Interface for class representing links.
|
LinkFinder |
An interface used to find out what the possible links from a node.
|
Node |
Interface implemented by nodes populating the graph.
|
SubGraph |
Interface to be implemented by classes providing the subgraph feature.
|