Uses of Class
dk.brics.automaton.Transition
-
-
Uses of Transition in dk.brics.automaton
Methods in dk.brics.automaton that return Transition Modifier and Type Method Description TransitionTransition. clone()Clones this transition.Methods in dk.brics.automaton that return types with arguments of type Transition Modifier and Type Method Description List<Transition>State. getSortedTransitions(boolean to_first)Returns sorted list of outgoing transitions.Set<Transition>State. getTransitions()Returns the set of outgoing transitions.Methods in dk.brics.automaton with parameters of type Transition Modifier and Type Method Description voidState. addTransition(Transition t)Adds an outgoing transition.
-