Uses of Class
net.automatalib.automaton.transducer.FastMooreState
-
Packages that use FastMooreState Package Description net.automatalib.automaton.transducer -
-
Uses of FastMooreState in net.automatalib.automaton.transducer
Methods in net.automatalib.automaton.transducer that return FastMooreState Modifier and Type Method Description protected FastMooreState<O>
FastMoore. createState(@Nullable O property)
FastMooreState<O>
FastMoore. createTransition(FastMooreState<@Nullable O> successor, Void properties)
FastMooreState<O>
FastMoore. getSuccessor(FastMooreState<@Nullable O> transition)
Methods in net.automatalib.automaton.transducer with parameters of type FastMooreState Modifier and Type Method Description FastMooreState<O>
FastMoore. createTransition(FastMooreState<@Nullable O> successor, Void properties)
O
FastMoore. getStateOutput(FastMooreState<@Nullable O> state)
FastMooreState<O>
FastMoore. getSuccessor(FastMooreState<@Nullable O> transition)
void
FastMoore. setStateOutput(FastMooreState<@Nullable O> state, @Nullable O output)
-