Package | Description |
---|---|
edu.isi.pegasus.planner.parser | |
edu.isi.pegasus.planner.parser.dax |
Modifier and Type | Method and Description |
---|---|
static DAXParser |
DAXParserFactory.loadDAXParser(PegasusBag bag,
Callback c,
String daxFile)
Loads the appropriate DAXParser looking at the dax schema that is specified
in the DAX file.
|
static DAXParser |
DAXParserFactory.loadDAXParser(PegasusBag bag,
String callbackClass,
String daxFile)
Loads the appropriate DAXParser looking at the dax schema that is specified by
the user.
|
static DAXParser |
DAXParserFactory.loadDAXParser(String classname,
PegasusBag bag,
Callback c)
Loads the appropriate DAXParser looking at the dax schema that is specified by
the user.
|
Modifier and Type | Class and Description |
---|---|
class |
DAXParser2
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.
|
class |
DAXParser3
This class uses the Xerces SAX2 parser to validate and parse an XML
document conforming to the DAX Schema 3.2
|