|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfaa.tg.scenario.importer.routeparser.fsmparser.MachineIO
public final class MachineIO
Input and Output operations for machines
| Field Summary | |
|---|---|
private int |
CONNECT_FROM
Deprecated. |
private int |
CONNECT_STR
Deprecated. |
private int |
CONNECT_TO
Deprecated. |
private static java.io.StreamTokenizer |
in
Deprecated. |
private int |
NONE
Deprecated. |
private static java.io.PrintStream |
out
Deprecated. |
private int |
START
Deprecated. |
private int |
STATE_ACC
Deprecated. |
private int |
STATE_ID
Deprecated. |
private int |
STATE_X
Deprecated. |
private int |
STATE_Y
Deprecated. |
| Constructor Summary | |
|---|---|
MachineIO()
Deprecated. |
|
| Method Summary | |
|---|---|
Logical |
load(java.lang.String filename)
Deprecated. Load a previously saved machine |
void |
save(Logical m,
java.lang.String filename)
Deprecated. Save a machine to a file |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private final int NONE
private final int STATE_ID
private final int STATE_X
private final int STATE_Y
private final int STATE_ACC
private final int CONNECT_FROM
private final int CONNECT_TO
private final int CONNECT_STR
private final int START
private static java.io.PrintStream out
private static java.io.StreamTokenizer in
| Constructor Detail |
|---|
public MachineIO()
| Method Detail |
|---|
public void save(Logical m,
java.lang.String filename)
m - the machine to be savedfilename - the filename to save the machine aspublic Logical load(java.lang.String filename)
the - filename to load the machine from
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||