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

Packages that use Command
de.cau.cs.kieler.kiml.graphviz.dot.transform 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 Command in de.cau.cs.kieler.kiml.graphviz.dot.transform
 

Fields in de.cau.cs.kieler.kiml.graphviz.dot.transform with type parameters of type Command
static IProperty<Command> DotExporter.COMMAND
          the Graphviz command to use for transformation.
 

Methods in de.cau.cs.kieler.kiml.graphviz.dot.transform that return Command
static Command Command.parse(String string)
          Parse the given string into a command, ignoring case.
static Command Command.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Command[] Command.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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

Constructors in de.cau.cs.kieler.kiml.graphviz.layouter with parameters of type Command
GraphvizTool(Command thecommand)
          Create a Graphviz tool instance for the given command.