Package | Description |
---|---|
edu.isi.pegasus.planner.parser |
Modifier and Type | Method and Description |
---|---|
static DAXParser |
DAXParserFactory.loadDAXParser(PegasusBag bag,
Callback c,
java.lang.String daxFile)
Loads the appropriate DAXParser looking at the dax schema that is specified
in the DAX file.
|
static DAXParser |
DAXParserFactory.loadDAXParser(PegasusBag bag,
java.lang.String callbackClass,
java.lang.String daxFile)
Loads the appropriate DAXParser looking at the dax schema that is specified by
the user.
|
static Callback |
DAXParserFactory.loadDAXParserCallback(PegasusBag bag,
java.lang.String dax,
java.lang.String className)
Loads the implementing class corresponding to the type specified by the user.
|
static Callback |
DAXParserFactory.loadDAXParserCallback(java.lang.String type,
PegasusBag bag,
java.lang.String dax)
Loads the implementing class corresponding to the type specified by the user.
|