Uses of Package
sbrt.kernel.math.graph_theory

Packages that use sbrt.kernel.math.graph_theory
sbrt.kernel.math.graph_theory Provides classes and interfaces for creating objects relevant to graph theory. 
sbrt.kernel.math.graph_theory.comp Provides classes and interfaces for performing graph theoretical computations. 
sbrt.kernel.math.graph_theory.proc Provides classes and interfaces for performing graph theoretical processes. 
sbrt.shell.mng.graph_theory Provides classes and for creating graph theoretical process managers. 
sbrt.shell.text.math Provides classes and interfaces for defining formats for mathematical objects. 
 

Classes in sbrt.kernel.math.graph_theory used by sbrt.kernel.math.graph_theory
DirectedGraph.Edge
          This class is used to represent the unidirectional edges of a directed graph.
 

Classes in sbrt.kernel.math.graph_theory used by sbrt.kernel.math.graph_theory.comp
DirectedGraph
          This class is used to represent directed graphs.
Path
           This class can be used for representing paths in a graph or network.
 

Classes in sbrt.kernel.math.graph_theory used by sbrt.kernel.math.graph_theory.proc
DirectedGraph
          This class is used to represent directed graphs.
Path
           This class can be used for representing paths in a graph or network.
 

Classes in sbrt.kernel.math.graph_theory used by sbrt.shell.mng.graph_theory
DirectedGraph
          This class is used to represent directed graphs.
DirectedGraph.Edge
          This class is used to represent the unidirectional edges of a directed graph.
 

Classes in sbrt.kernel.math.graph_theory used by sbrt.shell.text.math
DirectedGraph.Edge
          This class is used to represent the unidirectional edges of a directed graph.