Interface | Description |
---|---|
Graph |
A simple interface defining methods for a general purpose Graph where
the
Vertices in the Graph are represented by Node s and the
Edges are the Relationship s between them. |
SearchPayload | |
TraversalListener |
Class | Description |
---|---|
BFSPayload | |
BreadthFirstSearch | |
DefaultTraversalListener | |
DepthFirstSearch | |
DFSPayload | |
HashGraph | |
Node | |
Relationship |
A class abstracting a connection between two
Node s, such as an Edge
in a Graph. |
TopologicalSort |
Enum | Description |
---|---|
RelationshipType | |
TraversalListener.Status |
Copyright © 2017. All rights reserved.