Uses of Interface
edu.isi.pegasus.planner.parser.pdax.Callback
-
Packages that use Callback Package Description edu.isi.pegasus.planner.parser edu.isi.pegasus.planner.parser.pdax -
-
Uses of Callback in edu.isi.pegasus.planner.parser
Fields in edu.isi.pegasus.planner.parser declared as Callback Modifier and Type Field Description private Callback
PDAXParser. mCallback
The callback handler to which the callbacks are sent during designated points of parsing the pdax.Methods in edu.isi.pegasus.planner.parser with parameters of type Callback Modifier and Type Method Description void
PDAXParser. setCallback(Callback callback)
Sets the callback handler for this parsing instance. -
Uses of Callback in edu.isi.pegasus.planner.parser.pdax
Classes in edu.isi.pegasus.planner.parser.pdax that implement Callback Modifier and Type Class 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.Methods in edu.isi.pegasus.planner.parser.pdax that return Callback Modifier and Type Method Description static Callback
PDAXCallbackFactory. loadInstance(PegasusProperties properties, PlannerOptions options, java.lang.String directory)
Loads the implementing class corresponding to the type specified by the user.static Callback
PDAXCallbackFactory. loadInstance(PegasusProperties properties, PlannerOptions options, java.lang.String directory, java.lang.String className)
Loads the implementing class corresponding to the type specified by the user.
-