Uses of Class
org.jgrapht.generate.DirectedScaleFreeGraphGenerator.Direction
-
Packages that use DirectedScaleFreeGraphGenerator.Direction Package Description org.jgrapht.generate Generators for graphs of various topologies. -
-
Uses of DirectedScaleFreeGraphGenerator.Direction in org.jgrapht.generate
Methods in org.jgrapht.generate that return DirectedScaleFreeGraphGenerator.Direction Modifier and Type Method Description static DirectedScaleFreeGraphGenerator.Direction
DirectedScaleFreeGraphGenerator.Direction. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DirectedScaleFreeGraphGenerator.Direction[]
DirectedScaleFreeGraphGenerator.Direction. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jgrapht.generate with parameters of type DirectedScaleFreeGraphGenerator.Direction Modifier and Type Method Description private V
DirectedScaleFreeGraphGenerator. pickAVertex(Graph<V,E> target, java.util.Set<V> allNewNodes, java.util.Set<E> allNewEdgesSet, DirectedScaleFreeGraphGenerator.Direction direction, float bias)
Select a vertex from the currently available vertices, using the passed bias.
-