Package sbrt.kernel.math.graph_theory

Provides classes and interfaces for creating objects relevant to graph theory.

See:
          Description

Class Summary
DirectedGraph<N> This class is used to represent directed graphs.
DirectedGraph.Edge<N> This class is used to represent the unidirectional edges of a directed graph.
Path<N> This class can be used for representing paths in a graph or network.
 

Package sbrt.kernel.math.graph_theory Description

Provides classes and interfaces for creating objects relevant to graph theory.