Uses of Class
de.cau.cs.kieler.kiml.graphviz.dot.transformations.KGraphDotTransformation.Command

Packages that use KGraphDotTransformation.Command
de.cau.cs.kieler.kiml.graphviz.dot.transformations The package which contains the functionality to transform a KGraph instance to a Dot instance. 
de.cau.cs.kieler.kiml.graphviz.layouter Connection of the Graphviz layouter to the KIML interface for automatic layout. 
 

Uses of KGraphDotTransformation.Command in de.cau.cs.kieler.kiml.graphviz.dot.transformations
 

Methods in de.cau.cs.kieler.kiml.graphviz.dot.transformations that return KGraphDotTransformation.Command
static KGraphDotTransformation.Command KGraphDotTransformation.Command.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static KGraphDotTransformation.Command[] KGraphDotTransformation.Command.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in de.cau.cs.kieler.kiml.graphviz.dot.transformations with parameters of type KGraphDotTransformation.Command
 GraphvizModel KGraphDotTransformation.transform(KGraphDotTransformation.Command command, IKielerProgressMonitor monitor)
          Transforms the KGraph instance to a Dot instance using the given command.
 

Uses of KGraphDotTransformation.Command in de.cau.cs.kieler.kiml.graphviz.layouter
 

Methods in de.cau.cs.kieler.kiml.graphviz.layouter with parameters of type KGraphDotTransformation.Command
 void GraphvizLayouter.layout(KNode parentNode, IKielerProgressMonitor progressMonitor, KGraphDotTransformation.Command command)
          Performs the actual work of the layout process.
static Process GraphvizAPI.startProcess(KGraphDotTransformation.Command command)
          Starts a new Graphviz process with the given command.