| Package | Description |
|---|---|
| edu.isi.pegasus.planner.parser | |
| edu.isi.pegasus.planner.parser.pdax |
| Modifier and Type | Field and Description |
|---|---|
private Callback |
PDAXParser.mCallback
The callback handler to which the callbacks are sent during designated
points of parsing the pdax.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PDAXParser.setCallback(Callback callback)
Sets the callback handler for this parsing instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PDAX2MDAG
This callback ends up creating the megadag that contains the smaller dags
each corresponding to the one level as identified in the pdax file
generated by the partitioner.
|
| Modifier and Type | Method and Description |
|---|---|
static Callback |
PDAXCallbackFactory.loadInstance(PegasusProperties properties,
PlannerOptions options,
String directory)
Loads the implementing class corresponding to the type specified by the user.
|
static Callback |
PDAXCallbackFactory.loadInstance(PegasusProperties properties,
PlannerOptions options,
String directory,
String className)
Loads the implementing class corresponding to the type specified by the user.
|