Uses of Enum Class
net.automatalib.util.graph.traversal.GraphTraversalAction
Packages that use GraphTraversalAction
-
Uses of GraphTraversalAction in net.automatalib.util.graph.scc
Methods in net.automatalib.util.graph.scc that return GraphTraversalActionModifier and TypeMethodDescriptionTarjanSCCVisitor.processEdge(N srcNode, TarjanSCCRecord srcData, E edge, N tgtNode, Holder<TarjanSCCRecord> tgtHolder) TarjanSCCVisitor.processInitial(N initialNode, Holder<TarjanSCCRecord> holder) -
Uses of GraphTraversalAction in net.automatalib.util.graph.traversal
Methods in net.automatalib.util.graph.traversal that return GraphTraversalActionModifier and TypeMethodDescriptiondefault GraphTraversalActionCalled when an edge is processed.default GraphTraversalActionGraphTraversalVisitor.processInitial(N initialNode, Holder<D> holder) Called when the initial nodes (as passed to the traversal method) are processed.static GraphTraversalActionReturns the enum constant of this class with the specified name.static GraphTraversalAction[]GraphTraversalAction.values()Returns an array containing the constants of this enum class, in the order they are declared.