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

G

get(Object) - Method in class finiteAutomata.Hashtable
Returns the value associated with key, or null (if not found).
getE() - Method in class finiteAutomata.NFA
Returns the "E" array, where E[i] = set of all states reachable from state i in 0-or-more epsilon transitions.
getE(IntSet) - Method in class finiteAutomata.NFA
Returns set of all states which are reachable from at least one state in the given set via 0-or-more epsilon transitions.
getFinalSet() - Method in class finiteAutomata.NFA
Returns the set of final states.
getKey() - Method in class finiteAutomata.Association
Returns the key.
getLanguage(int) - Method in class finiteAutomata.Alphabet
Generates the language of all strings over this Alphabet up to a given length.
getLanguage(int) - Method in class finiteAutomata.CNF
Returns all non-empty terminal strings derivable in a given number of steps.
getLanguage(int) - Method in class finiteAutomata.DFA
Returns the language accepted by this DFA, thru a given max length.
getLanguageUnambiguous(int) - Method in class finiteAutomata.CNF
Returns all non-empty terminal strings derivable in a given number of steps, without repetitions.
getValue() - Method in class finiteAutomata.Association
Returns the value.

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