|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmapss.dif.graph.DotGenerator
mapss.dif.DIFToDot
mapss.dif.csdf.CSDFToDot
mapss.dif.csdf.sdf.SDFToDot
public class SDFToDot
DOT file generator for SDFGraph objects. It is used to create dot files as
an input to GraphViz tools. A DOT file is created by first defining an
SDFToDot object and then using the DotGenerator.toFile(java.lang.String)
method. Node labels are set
to element names in DIFGraph and edge labels are set to production, consumption
and delay values.
Field Summary |
---|
Fields inherited from class mapss.dif.graph.DotGenerator |
---|
_clusterAttributes, _clusters, _elementAttributes, _extraLines, _graph, _isDirected, _name |
Constructor Summary | |
---|---|
SDFToDot(SDFGraph graph)
Creates a DotGenerator object from an SDFGraph. |
Method Summary |
---|
Methods inherited from class mapss.dif.graph.DotGenerator |
---|
addLine, isClusterNode, setAsDirected, setAttribute, setAttribute, setCluster, setGraphName, toFile, toFile, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SDFToDot(SDFGraph graph)
graph
- An SDFGraph.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |