All Classes and Interfaces
Class
Description
Represents a directed edge.
Represents a directed graph.
Represents a directed multi-graph.
Represents an edge in a graph.
A graph reader is used to read graphs from a text file.
This class consists exclusively of static methods that operate on or return Graphs.
A graph writer is used to write graphs to a text file.
Represents a node in a graph.
Exception thrown when a specific node is not found in a graph.
Represents an undirected edge.
Represents an undirected graph.
Represents an undirected multi-graph.
Represents a walk in a graph, consisting of a sequence of nodes in the order in which they are visited.