Interface Summary |
CompoundAttribute |
Definition of some compound value that can be used as attribute and can be
transformed to a hash map. |
Edge |
A general purpose class that provides methods for the management of edges in
a graph. |
EdgeFactory<T extends Edge> |
An interface aimed at dynamically creating edge objects. |
Element |
An element is a part of a graph (node, edge, the graph itself). |
Graph |
An Interface that advises general purpose methods for handling graphs. |
Node |
An Interface that advises general purpose methods for handling nodes as
elements of a graph. |
NodeFactory<T extends Node> |
An interface aimed at dynamically creating node objects. |