Uses of Enum Class
eu.bandm.tools.graph.TraversalOrder
-
Uses of TraversalOrder in eu.bandm.tools.graph
Modifier 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.Modifier and TypeMethodDescriptionstatic <V> TopologicalSorter<V>
GraphModels.topsort
(RootedGraphModel<V> model, TraversalOrder order, boolean weak) ModifierConstructorDescriptionTopologicalSorter
(RootedGraphModel<V> model, TraversalOrder order, boolean weak) Create an object that imposes an order on the nodes of a graph.