Uses of Class
org.eu.autogex.core.State
Packages that use State
-
Uses of State in org.eu.autogex.core
Methods in org.eu.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 org.eu.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 org.eu.autogex.core with parameters of type StateModifierConstructorDescriptionTransition(State from, Character symbol, State to) Creates an instance of aTransitionrecord class. -
Uses of State in org.eu.autogex.models
Methods in org.eu.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 org.eu.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 org.eu.autogex.trace
Methods in org.eu.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 org.eu.autogex.trace with type arguments of type State