Uses of Class
de.cau.cs.kieler.keg.diagram.custom.random.RandomGraphGenerator.GraphType

Packages that use RandomGraphGenerator.GraphType
de.cau.cs.kieler.keg.diagram.custom.random Random graph generation for the KEG editor. 
de.cau.cs.kieler.keg.diagram.custom.wizards Wizards for KEG. 
 

Uses of RandomGraphGenerator.GraphType in de.cau.cs.kieler.keg.diagram.custom.random
 

Fields in de.cau.cs.kieler.keg.diagram.custom.random with type parameters of type RandomGraphGenerator.GraphType
static Property<RandomGraphGenerator.GraphType> RandomGraphGenerator.GRAPH_TYPE
          the option for the graph type.
 

Methods in de.cau.cs.kieler.keg.diagram.custom.random that return RandomGraphGenerator.GraphType
static RandomGraphGenerator.GraphType RandomGraphGenerator.GraphType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RandomGraphGenerator.GraphType[] RandomGraphGenerator.GraphType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of RandomGraphGenerator.GraphType in de.cau.cs.kieler.keg.diagram.custom.wizards
 

Methods in de.cau.cs.kieler.keg.diagram.custom.wizards that return RandomGraphGenerator.GraphType
 RandomGraphGenerator.GraphType RandomGraphTypePage.getGraphType()
          Returns the selected graph type.