Uses of Enum Class
eu.bandm.tools.graph.TraversalOrder
Packages that use TraversalOrder
-
Uses of TraversalOrder in eu.bandm.tools.graph
Methods in eu.bandm.tools.graph that return TraversalOrderModifier and TypeMethodDescriptionstatic TraversalOrder
Returns the enum constant of this class with the specified name.static TraversalOrder[]
TraversalOrder.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in eu.bandm.tools.graph with parameters of type TraversalOrderModifier and TypeMethodDescriptionstatic <V> TopologicalSorter
<V> GraphModels.topsort
(RootedGraphModel<V> model, TraversalOrder order, boolean weak) Constructors in eu.bandm.tools.graph with parameters of type TraversalOrderModifierConstructorDescriptionTopologicalSorter
(RootedGraphModel<V> model, TraversalOrder order, boolean weak) Create an object that imposes an order on the nodes of a graph.