Uses of Enum Class
org.jgrapht.generate.DirectedScaleFreeGraphGenerator.Direction
Packages that use DirectedScaleFreeGraphGenerator.Direction
-
Uses of DirectedScaleFreeGraphGenerator.Direction in org.jgrapht.generate
Methods in org.jgrapht.generate that return DirectedScaleFreeGraphGenerator.DirectionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.DirectedScaleFreeGraphGenerator.Direction.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jgrapht.generate with parameters of type DirectedScaleFreeGraphGenerator.DirectionModifier and TypeMethodDescriptionprivate V
DirectedScaleFreeGraphGenerator.pickAVertex
(Graph<V, E> target, Set<V> allNewNodes, Set<E> allNewEdgesSet, DirectedScaleFreeGraphGenerator.Direction direction, float bias) Select a vertex from the currently available vertices, using the passed bias.