|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DirectedGraph | |
---|---|
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. |
Uses of DirectedGraph in sbrt.kernel.math.graph_theory.comp |
---|
Methods in sbrt.kernel.math.graph_theory.comp that return DirectedGraph | |
---|---|
DirectedGraph<N> |
PathFinder.getGraph()
Returns the graph in which pathways will be computed. |
Constructors in sbrt.kernel.math.graph_theory.comp with parameters of type DirectedGraph | |
---|---|
PathFinder(DirectedGraph<N> graph)
Constructs a new path finder for the provided graph. |
Uses of DirectedGraph in sbrt.kernel.math.graph_theory.proc |
---|
Methods in sbrt.kernel.math.graph_theory.proc with parameters of type DirectedGraph | |
---|---|
void |
CycleIdProcess.setGraph(DirectedGraph<N> graph)
Sets the graph for which all cycles will be identified. |
void |
PathIdProcess.setGraph(DirectedGraph<N> graph)
Sets the graph for which all paths will be identified. |
Uses of DirectedGraph in sbrt.shell.mng.graph_theory |
---|
Methods in sbrt.shell.mng.graph_theory that return DirectedGraph | ||
---|---|---|
static DirectedGraph<java.lang.String> |
PathIdManager.getGraph(ManagerInput<java.lang.String,java.lang.String> input,
java.io.PrintWriter out)
Opens the file denoted by PathIdManager.EDGE_FILE in the provided manager input and returns the directed graph it contains. |
|
static DirectedGraph<java.lang.String> |
PathIdManager.getGraph(java.lang.String fileName)
Parses the file with the provided name, and returns the directed graph it contains. |
|
static
|
PathIdManager.getGraph(java.lang.String fileName,
DirEdgeFormat<N> format)
Parses the file with the provided name, and returns the directed graph it contains. |
Methods in sbrt.shell.mng.graph_theory with parameters of type DirectedGraph | |
---|---|
static void |
GraphInfoManager.printBasicInfo(DirectedGraph<?> graph,
java.io.PrintWriter out)
Prints basic information about the provided graph. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |