|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmapss.dif.psdf.PSDFGraphs
public class PSDFGraphs
Utilities for working with parametereized synchronous dataflow graphs.
Graph
,
PSDFGraph
Method Summary | |
---|---|
PSDFGraph |
clusterNodes(PSDFGraph graph,
java.util.Collection nodeCollection,
mocgraph.Node superNode,
mocgraph.Edge crossingEdge)
Given a collection of nodes in a PSDF graph, replace the subgraph induced by the nodes with a single node N. |
static java.util.List |
clusterNodesComplete(PSDFGraph graph,
java.util.Collection nodeCollection,
mocgraph.Node superNode,
mocgraph.Edge crossingEdge)
Given a collection of nodes in a PSDF graph, replace the subgraph induced by the nodes with a single node N. |
static java.lang.String |
gcdExpression(java.lang.String expression1,
java.lang.String expression2)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public PSDFGraph clusterNodes(PSDFGraph graph, java.util.Collection nodeCollection, mocgraph.Node superNode, mocgraph.Edge crossingEdge)
graph
- The PSDF graph.nodeCollection
- The collection of nodes.superNode
- The PSDF node that replaces the subgraph.crossingEdge
- An edge directed between the nodes to be clustered.
public static java.util.List clusterNodesComplete(PSDFGraph graph, java.util.Collection nodeCollection, mocgraph.Node superNode, mocgraph.Edge crossingEdge)
graph
- The PSDF graph.nodeCollection
- The collection of nodes.superNode
- The PSDF node that replaces the subgraph.
public static java.lang.String gcdExpression(java.lang.String expression1, java.lang.String expression2)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |