Package | Description |
---|---|
ptolemy.graph |
Algorithms for manipulation and analyzing mathematical graphs.
|
ptolemy.graph.test |
The ptolemy.graph.test package.
|
Modifier and Type | Method and Description |
---|---|
java.util.List |
DirectedGraph.topologicalSort(java.util.Collection nodeCollection)
Sort a collection of graph nodes in their topological order as long as
no two of the given nodes are mutually reachable by each other.
|
java.lang.Object[] |
DirectedGraph.topologicalSort(java.lang.Object[] weights)
Sort the given nodes in their topological order as long as
no two of the given nodes are mutually reachable by each other
(weights version).
|
Modifier and Type | Method and Description |
---|---|
void |
TestConstant.initialize(java.lang.Object e)
Throw an Exception.
|
void |
TestVariable.initialize(java.lang.Object e)
Set the value of this variable to the specified String.
|
void |
TestConstant.setValue(java.lang.Object e)
Throw an Exception.
|
void |
TestVariable.setValue(java.lang.Object e)
Set the value of this variable to the specified String.
|