edu.isi.pegasus.planner.parser.pdax
public interface Callback
| Modifier and Type | Method and Description |
|---|---|
void |
cbDocument(Map attributes)
Callback when the opening tag was parsed.
|
void |
cbDone()
Callback when the parsing of the document is done.
|
void |
cbParents(String child,
List parents)
Callback for child and parent relationships from section 3.
|
void |
cbPartition(Partition partition)
Callback for the partition .
|
Object |
getConstructedObject()
Return a object that is constructed during the parsing of the object.
|
void cbDocument(Map attributes)
attributes - is a map of attribute key to attribute valuevoid cbPartition(Partition partition)
partition - is the PDAX-style partition.void cbParents(String child, List parents)
child - is the IDREF of the child element.parents - is a list of IDREFs of the included parents.void cbDone()
Object getConstructedObject()