| Package | Description |
|---|---|
| org.pentaho.aggdes.output |
Contains the necessary classes that generate DDL and DML output.
|
| org.pentaho.aggdes.output.impl |
Provides a default implementation of the Aggregate Design algorithm,
which is specified in the
org.pentaho.aggdes.algorithm package. |
| Class and Description |
|---|
| ArtifactGenerator
Artifact Generators generate outputs such as DDL, DML, or Schema snippits
based on Output Java beans.
|
| Output
An output object is the UI layer's view into Commands.
|
| OutputValidationException
Exception that is thrown if any output attribute is invalid when calling
into the
OutputService. |
| Class and Description |
|---|
| ArtifactGenerator
Artifact Generators generate outputs such as DDL, DML, or Schema snippits
based on Output Java beans.
|
| CreateScriptGenerator
Marker Interface, noting that this is a generator that can generate
DDL scripts
|
| Output
An output object is the UI layer's view into Commands.
|
| OutputFactory
Factory that allows the creation of outputs,
such as AggregateTableOutput, MaterialzedViewOutput,
and/or AJIOutput objects.
|
| OutputService
The output service API defines how a client tool interacts with the output
service layer.
|
| OutputValidationException
Exception that is thrown if any output attribute is invalid when calling
into the
OutputService. |
| PopulateScriptGenerator
Marker Interface, noting that this is a generator that can generate
DML scripts
|
| ResultHandler
Handles the results of a run of the aggregate designer algorithm.
|
| SchemaGenerator
Marker Interface, noting that this is a generator that can generate
Mondrian Schema output
|
Copyright © 2006–2016 Julian Hyde. All rights reserved.