Uses of Class
it.tugamer89.autogex.core.State
Packages that use State
Package
Description
-
Uses of State in it.tugamer89.autogex.core
Methods in it.tugamer89.autogex.core that return StateModifier and TypeMethodDescriptionTransition.from()Returns the value of thefromrecord component.AbstractAutomaton.getInitialState()AbstractAutomatonBuilder.getInitialState()Gets the registered initial state.Automaton.getInitialState()Retrieves the starting state of the automaton.Transition.to()Returns the value of thetorecord component.Methods in it.tugamer89.autogex.core that return types with arguments of type StateModifier and TypeMethodDescriptionAbstractAutomaton.getFinalStates()AbstractAutomatonBuilder.getFinalStates()Gets the set of all registered final states.Automaton.getFinalStates()Retrieves all the accepting (final) states of the automaton.AbstractAutomaton.getStates()Automaton.getStates()Retrieves all the states within the automaton.AbstractAutomatonBuilder.getStatesMap()Gets the map of all registered states.Constructors in it.tugamer89.autogex.core with parameters of type StateModifierConstructorDescriptionTransition(State from, Character symbol, State to) Creates an instance of aTransitionrecord class. -
Uses of State in it.tugamer89.autogex.models
Methods in it.tugamer89.autogex.models that return types with arguments of type StateModifier and TypeMethodDescriptionENFA.epsilonClosure(Set<State> startStates) Computes the ε-closure of a set of states.DFA.getTransitionTable()Retrieves the internal transition table of the DFA.DFA.getTransitionTable()Retrieves the internal transition table of the DFA.ENFA.getTransitionTable()Retrieves the internal transition table of the ENFA.ENFA.getTransitionTable()Retrieves the internal transition table of the ENFA.NFA.getTransitionTable()Retrieves the internal transition table of the NFA.NFA.getTransitionTable()Retrieves the internal transition table of the NFA.Method parameters in it.tugamer89.autogex.models with type arguments of type StateModifier and TypeMethodDescriptionENFA.epsilonClosure(Set<State> startStates) Computes the ε-closure of a set of states. -
Uses of State in it.tugamer89.autogex.trace
Methods in it.tugamer89.autogex.trace that return types with arguments of type StateModifier and TypeMethodDescriptionExecutionStep.fromStates()Returns the value of thefromStatesrecord component.ExecutionStep.toStates()Returns the value of thetoStatesrecord component.Constructor parameters in it.tugamer89.autogex.trace with type arguments of type State