Uses of Package
sbrt.kernel.math.graph_theory.proc

Packages that use sbrt.kernel.math.graph_theory.proc
sbrt.shell.mng.graph_theory Provides classes and for creating graph theoretical process managers. 
 

Classes in sbrt.kernel.math.graph_theory.proc used by sbrt.shell.mng.graph_theory
CycleIdProcess
          This class is used to identify all the simple cycles in a directed graph.
PathIdProcess
          This class is used to identify all the simple paths in a directed graph.