All Classes and Interfaces

Classes
Class
Description
An Edge represents a (directed) connection between two Nodes in a Graph.
The Edge.Builder can be used to construct an Edge little by little.
A Graph is a container for Nodes and Edges between those Nodes.
The Graph.Builder can be used to construct a new Graph little by little.
A copier for graphs.
A Node represents a vertex within a Graph.
The Node.Builder can be used to construct a Node little by little.