public class XMLInterpreter
extends java.lang.Object
| Constructor and Description |
|---|
XMLInterpreter(java.lang.String file)
XMLInterpreter Constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getErrorMsg() |
SchedulingTree |
getScTree()
Return tree which is interpreted by this class
|
boolean |
readFile()
Parse XML file
|
public XMLInterpreter(java.lang.String file)
file - XML filepublic SchedulingTree getScTree()
public java.lang.String getErrorMsg()
public boolean readFile()
filename - specified filename