Package org.eclipse.gef.dot.internal
Class DotImport
java.lang.Object
org.eclipse.gef.dot.internal.DotImport
A parser that creates a
Graph
with DotAttributes
from a Graphviz DOT string or file.
The created Graph
follows the structure of the DOT input very closely.
Subgraphs (including clusters) are represented by a Node
with a nested Graph
,
where the graph holds all attributes (like the name). If a node is used in multiple (sub-)graphs,
it will be contained in the graph where it is defined (first occurrence).-
Constructor Summary
-
Method Summary
-
Constructor Details
-
DotImport
public DotImport()
-
-
Method Details
-
importDot
-
importDot
-
importDot
public List<org.eclipse.gef.graph.Graph> importDot(org.eclipse.gef.dot.internal.language.dot.DotAst dotAst)
-