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

Packages that use NeatoModel
de.cau.cs.kieler.kiml.graphviz.dot.transform The package which contains the functionality to transform a KGraph instance to a Dot instance. 
 

Uses of NeatoModel in de.cau.cs.kieler.kiml.graphviz.dot.transform
 

Fields in de.cau.cs.kieler.kiml.graphviz.dot.transform with type parameters of type NeatoModel
static IProperty<NeatoModel> Attributes.NEATO_MODEL_PROP
          Neato distance model property.
 

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