| Package | Description |
|---|---|
| edu.isi.pegasus.planner.parser |
| 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 Callback |
DAXParserFactory.loadDAXParserCallback(PegasusProperties properties,
String dax,
String className)
Loads the implementing class corresponding to the type specified by the user.
|
static Callback |
DAXParserFactory.loadDAXParserCallback(String type,
PegasusProperties properties,
String dax)
Loads the implementing class corresponding to the type specified by the user.
|