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

Packages that use RandomGraphGenerator.EdgeDetermination
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.EdgeDetermination 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.EdgeDetermination
static Property<RandomGraphGenerator.EdgeDetermination> RandomGraphGenerator.EDGE_DETERMINATION
          the option for specifying how to determine edges.
 

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

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

Methods in de.cau.cs.kieler.keg.diagram.custom.wizards that return RandomGraphGenerator.EdgeDetermination
 RandomGraphGenerator.EdgeDetermination RandomGraphAnyPage.getEdgeDetermination()
          Returns the selected edge determination.