|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--TEDState
| Constructor Summary | |
TEDState()
Constructor |
|
| Method Summary | |
void |
addTuple(TED5tuple tuple)
addTuple This method adds a 5tuple to the tupleList |
java.util.ArrayList |
getArray()
|
TED5tuple |
getTuple(char readChar)
getTuple This method returns a 5tuple which matches the current state and readChar |
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 TEDState()
| Method Detail |
public void addTuple(TED5tuple tuple)
tuple - the tuple to be addedpublic TED5tuple getTuple(char readChar)
readChar - the character read off the tapepublic java.util.ArrayList getArray()
public static void main(java.lang.String[] args)
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||