| Constructor and Description |
|---|
TestParser() |
| Modifier and Type | Method and Description |
|---|---|
TimeLine |
parse(java.lang.String fileName)
Reads the given input file and populates a Timeline
object with data.
|
public TimeLine parse(java.lang.String fileName)
parse in interface IParserfileName - name of the input fileIParser.parse(java.lang.String)