org.griphyn.cPlanner.parser |
|
Java Source File Name | Type | Comment |
ConfigXmlParser.java | Class | This is the parsing class, used to parse the pool config file in xml format. |
DaxParser.java | Class | This class parses the XML file whichis generated by Abstract Planner and ends
up making an ADag object which contains theinformation to make the Condor
submit files. |
Parser.java | Class | This is the base class which all the xml parsing classes extend. |
PDAXParser.java | Class | This is a parser class for the parsing the pdax that contain the jobs in the
various partitions and the relations between the partitions. |
XMLErrorHandler.java | Class | This class handles the errors which occur while enforcing validation against
the XML Schema. |