Class TEDState

java.lang.Object
  |
  +--TEDState

public class TEDState
extends java.lang.Object


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

TEDState

public TEDState()
Constructor
Method Detail

addTuple

public void addTuple(TED5tuple tuple)
addTuple This method adds a 5tuple to the tupleList
Parameters:
tuple - the tuple to be added

getTuple

public TED5tuple getTuple(char readChar)
getTuple This method returns a 5tuple which matches the current state and readChar
Parameters:
readChar - the character read off the tape
Returns:
the matching 5tuple

getArray

public java.util.ArrayList getArray()

main

public static void main(java.lang.String[] args)