A C D E F G H I L M N P Q R S T U V

Q

queryAlphabet() - Method in class finiteAutomata.CNF
Queries user for alphabet of terminal symbols.
queryAlphabet() - Method in class finiteAutomata.DFA
Initializes alpha according to user input.
queryAlphabet() - Method in class finiteAutomata.NFA
Queries user to obtain alphabet of input symbols.
queryAmbiguous() - Method in class finiteAutomata.CNF
Asks user if they want to have strings with ambiguous derivations be repeated.
queryChoice() - Method in class finiteAutomata.IntSet
Reads and returns user's menu choice.
queryFinal() - Method in class finiteAutomata.DFA
Initializes isFinal array according to user input.
queryFinal() - Method in class finiteAutomata.NFA
Queries user to determine which states are final.
queryLabels() - Method in class finiteAutomata.DFA
Obtains and initializes state labels based on user input.
queryNumStates() - Method in class finiteAutomata.DFA
Prints constructor menu banner and asks user how many states in DFA.
queryNumStates() - Method in class finiteAutomata.NFA
Prints constructor menu heading, and queries user until valid (positive) number of states is obtained.
queryNumVars() - Method in class finiteAutomata.CNF
Prints constructor menu header and queries user regarding number of variables.
queryPredefined() - Method in class finiteAutomata.CNF
Asks user if they want to use a pre-defined CNF.
queryPredefined() - Method in class finiteAutomata.DFA
Asks user if they want to use a pre-defined DFA.
queryPredefined() - Method in class finiteAutomata.NFA
Asks user if they want to use a pre-defined NFA.
queryStart() - Method in class finiteAutomata.DFA
Asks user for start state.
queryTransition() - Method in class finiteAutomata.DFA
For each state and each alphabet symbol, asks user for destination.
queryValidState() - Method in class finiteAutomata.DFA
Queries user repeatedly to enter a state label.
queryValidSymbol() - Method in class finiteAutomata.DFA
Queries user repeatedly to enter an input symbol.
queryValidTransition(int, int) - Method in class finiteAutomata.DFA
Queries user repeatedly to enter a valid destination state.

A C D E F G H I L M N P Q R S T U V