Interface | Description |
---|---|
Callback |
This interfaces defines the callback calls from DAX parsing.
|
DAXParser |
An interface for all the DAX Parsers
|
Class | Description |
---|---|
DAX2CDAG |
This creates a dag corresponding to one particular partition of the whole
abstract plan.
|
DAX2Graph |
This callback implementation ends up building a detailed structure of the
graph referred to by the abstract plan in dax, that should make the graph
traversals easier.
|
DAX2LabelGraph |
The callback, that ends up building a label graph.
|
DAX2Metadata |
A callback that causes the parser to exit after the metadata about the DAX
has been parsed.
|
DAX2NewGraph |
An exploratory implementation that builds on the DAX2Graph.
|
DAXParser2 |
This class parses the XML file whichis generated by Abstract Planner and ends
up making an ADag object which contains theinformation to make the Condor
submit files.
|
DAXParser3 |
This class uses the Xerces SAX2 parser to validate and parse an XML
document conforming to the DAX Schema 3.2
|
ExampleDAXCallback |
An example callback that prints out the various elements in the DAX.
|