Uses of Enum Class
org.jgrapht.generate.DirectedScaleFreeGraphGenerator.Direction
Packages that use DirectedScaleFreeGraphGenerator.Direction
-
Uses of DirectedScaleFreeGraphGenerator.Direction in org.jgrapht.generate
Subclasses with type arguments of type DirectedScaleFreeGraphGenerator.Direction in org.jgrapht.generateModifier and TypeClassDescriptionprivate static enumAn enum to indicate the vertex selection using its inDegree or outDegreeMethods 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 VDirectedScaleFreeGraphGenerator.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.