org.griphyn.cPlanner.parser.dax |
|
Java Source File Name | Type | Comment |
Callback.java | Interface | This interfaces defines the callback calls from DAX parsing. |
DAX2CDAG.java | Class | This creates a dag corresponding to one particular partition of the whole
abstract plan. |
DAX2Graph.java | Class | 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.java | Class | The callback, that ends up building a label graph. |
DAX2Metadata.java | Class | A callback that causes the parser to exit after the metadata about the DAX
has been parsed. |
DAX2NewGraph.java | Class | An exploratory implementation that builds on the DAX2Graph. |
DAXCallbackFactory.java | Class | A factory class to load the appropriate DAX callback implementations that need
to be passed to the DAX Parser. |
DAXCallbackFactoryException.java | Class | Class to notify of failures while instantiating DAXCallback implementations. |