|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectMinAutomaton
This class implements a command computing the minimal automaton of a set of words
given in a text file using one of several possible minimization algorithms.
The minimization algorithms are contained in the classes implementing the
Minimizer interface.
Usage: MinAutomaton method file (option
The method can be
NMinimizer)
NbisMinimizer)
HopcroftMinimizer)
RMinimizer to be used only with acyclic
automata represented as IDFA.
| Constructor Summary | |
MinAutomaton()
|
|
| Method Summary | |
static void |
main(java.lang.String[] args)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MinAutomaton()
| Method Detail |
public static void main(java.lang.String[] args)
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||