Class LsystemsReader

java.lang.Object
  |
  +--LsystemsReader

public class LsystemsReader
extends java.lang.Object

This class reads in Lsystem files (called by: Lsystem.java)


Constructor Summary
LsystemsReader(java.lang.String f)
           
 
Method Summary
 boolean done()
           
 int getLineNumber()
           
 java.lang.String parseWord(java.lang.String line)
           
 int read()
           
 java.lang.String readLine()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LsystemsReader

public LsystemsReader(java.lang.String f)
               throws java.io.IOException
Method Detail

read

public int read()

readLine

public java.lang.String readLine()

getLineNumber

public int getLineNumber()

done

public boolean done()

parseWord

public java.lang.String parseWord(java.lang.String line)