Package | Description |
---|---|
ptolemy.actor.test |
The ptolemy.actor.test package.
|
ptolemy.actor.util |
Actor utilities.
|
ptolemy.graph |
Algorithms for manipulation and analyzing mathematical graphs.
|
Modifier and Type | Method and Description |
---|---|
protected void |
TestGraphReader._printGraph(DirectedGraph graph)
Print information about a graph to standard output.
|
Modifier and Type | Method and Description |
---|---|
DirectedGraph |
ConstVariableModelAnalysis.getDependencyGraph()
Return the parameter dependency graph constructed through this
analysis.
|
Modifier and Type | Class and Description |
---|---|
class |
DirectedAcyclicGraph
A directed acyclic graph (DAG).
|
Modifier and Type | Method and Description |
---|---|
DirectedGraph[] |
DirectedGraph.sccDecomposition()
Compute the strongly connected component (SCC) decomposition of a graph.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DirectedGraph._connectedSubGraph(Node node,
DirectedGraph graph,
java.util.Collection remainingNodes)
Given a node, get all the edges and nodes that are connected
to it directly and/or indirectly.
|