|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.ObjectAutomat
public class Automat
Endlicher Automat mit delta : Zustand x Eingabe -> Zustand. Ueberprueft, ob der eingegebene Binaerstring durch 3 teilbar ist. Syntaktisch korrekte Eingabe wird vorausgesetzt. Zeichen '0' und '1' werden umgewandelt in Integer 0 bzw. 1.
| Constructor Summary | |
|---|---|
Automat()
|
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] argv)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Automat()
| Method Detail |
|---|
public static void main(java.lang.String[] argv)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||