|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmapss.dif.csdf.sdf.SDFGraphs
public class SDFGraphs
Utilities for working with SDF graphs.
Graph
,
SDFGraph
Method Summary | |
---|---|
static SDFGraph |
clusterNodes(SDFGraph graph,
java.util.Collection nodeCollection,
mocgraph.Node superNode)
Given a collection of nodes in a SDF graph, replace the subgraph induced by the nodes with a single node N. |
static java.util.List |
clusterNodesComplete(SDFGraph graph,
java.util.Collection nodeCollection,
mocgraph.Node superNode)
Given a collection of nodes in a SDF graph, replace the subgraph induced by the nodes with a single node N. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static SDFGraph clusterNodes(SDFGraph graph, java.util.Collection nodeCollection, mocgraph.Node superNode)
graph
- The SDF graph.nodeCollection
- The collection of nodes.superNode
- The SDF node that replaces the subgraph.
public static java.util.List clusterNodesComplete(SDFGraph graph, java.util.Collection nodeCollection, mocgraph.Node superNode)
graph
- The SDF graph.nodeCollection
- The collection of nodes.superNode
- The SDF node that replaces the subgraph.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |