| Class | Description |
|---|---|
| AbstractEdge |
This class provides a basic implementation of
Edge interface, to
minimize the effort required to implement this interface. |
| AbstractElement |
A base implementation of an element.
|
| AbstractGraph |
This class provides a basic implementation of
Graph interface, to minimize the effort
required to implement this interface. |
| AbstractNode |
This class provides a basic implementation of
Node interface, to
minimize the effort required to implement this interface. |
| AdjacencyListGraph |
A lightweight graph class intended to allow the construction of big graphs
(millions of elements).
|
| AdjacencyListNode |
Nodes used with
AdjacencyListGraph |
| DefaultGraph |
Default implementation of graph.
|
| Graphs | |
| MultiGraph |
A graph implementation that supports multiple edges between two nodes.
|
| MultiNode |
Nodes used with
MultiGraph |
| OneAttributeElement |
An implementation of an
Element. |
| SingleGraph |
An implementation of graph that supports only one edge between two nodes.
|
| SingleNode |
Nodes used with
SingleGraph |
| Enum | Description |
|---|---|
| AbstractElement.AttributeChangeEvent | |
| OneAttributeElement.AttributeChangeEvent |
Copyright © 2015. All rights reserved.