¡@

Home 

java Programming Glossary: automaton

Modelling a Finite Deterministic Automaton via this data

http://stackoverflow.com/questions/1870519/modelling-a-finite-deterministic-automaton-via-this-data

a Finite Deterministic Automaton via this data I have this input file 2 3 2 1 ab 1 0 2 0 2 0.. Integer.parseInt caseStartLineSplitted 2 Automaton automaton new Automaton automaton.setAllStates numberOfStates.. caseStartLineSplitted 2 Automaton automaton new Automaton automaton.setAllStates numberOfStates automaton.size numberOfStates..

Modelling a Finite Deterministic Automaton via this data

http://stackoverflow.com/questions/1870519/modelling-a-finite-deterministic-automaton-via-this-data

with 3 integers the first is the number of state for the automaton next is the number of symbols in the alphabet and then the number.. the transition function for the first state in the automaton qo the first element represents the state that's reached when.. a line that says which are the final states for the automaton. Then comes a line which says which is the initial state and..

Regular expressions in J2ME

http://stackoverflow.com/questions/462048/regular-expressions-in-j2me

party RegEx libraries such as http www.brics.dk ~amoeller automaton Could you analyse your requirements and simplify your needs..