edu.isi.pegasus.planner.partitioner
private class MultipleLook.MyCallBackHandler extends Object implements org.griphyn.vdl.euryale.Callback
Constructor and Description |
---|
MultipleLook.MyCallBackHandler()
The empty constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
cb_document(Map attributes)
Callback when the opening tag was parsed.
|
void |
cb_done()
Callback when the parsing of the document is done.
|
void |
cb_filename(org.griphyn.vdl.dax.Filename filename)
Callback when the section 1 filenames are being parsed.
|
void |
cb_job(org.griphyn.vdl.dax.Job job)
Callback for the job from section 2 jobs.
|
void |
cb_parents(String child,
List parents)
Callback for child and parent relationships from section 3.
|
public MultipleLook.MyCallBackHandler()
public void cb_document(Map attributes)
cb_document
in interface org.griphyn.vdl.euryale.Callback
attributes
- is a map of attribute key to attribute valuepublic void cb_filename(org.griphyn.vdl.dax.Filename filename)
org.griphyn.vdl.euryale.Callback
cb_filename
in interface org.griphyn.vdl.euryale.Callback
filename
- is a DAX-style filename elements.public void cb_job(org.griphyn.vdl.dax.Job job)
org.griphyn.vdl.euryale.Callback
cb_job
in interface org.griphyn.vdl.euryale.Callback
job
- is the DAX-style job.public void cb_parents(String child, List parents)
org.griphyn.vdl.euryale.Callback
cb_parents
in interface org.griphyn.vdl.euryale.Callback
child
- is the IDREF of the child element.parents
- is a list of IDREFs of the included parents.public void cb_done()
org.griphyn.vdl.euryale.Callback
cb_done
in interface org.griphyn.vdl.euryale.Callback