| 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. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CreateScriptGenerator
Marker Interface, noting that this is a generator that can generate
DDL scripts
|
interface |
PopulateScriptGenerator
Marker Interface, noting that this is a generator that can generate
DML scripts
|
interface |
SchemaGenerator
Marker Interface, noting that this is a generator that can generate
Mondrian Schema output
|
| Modifier and Type | Method and Description |
|---|---|
String |
OutputService.getArtifact(Output output,
Class<? extends ArtifactGenerator> artifactGenerator)
returns the artifact of an output.
|
String |
OutputService.getFullArtifact(List<? extends Output> outputs,
Class<? extends ArtifactGenerator> artifactGenerator)
returns the full artifact of a list of outputs of a single output type.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractGenerator |
class |
CreateTableGenerator |
class |
MondrianSchemaGenerator |
class |
PopulateTableGenerator |
| Modifier and Type | Method and Description |
|---|---|
List<ArtifactGenerator> |
OutputServiceImpl.getArtifactGenerators() |
| Modifier and Type | Method and Description |
|---|---|
String |
OutputServiceImpl.getArtifact(Output output,
Class<? extends ArtifactGenerator> artifactGenerator) |
String |
OutputServiceImpl.getFullArtifact(List<? extends Output> outputs,
Class<? extends ArtifactGenerator> artifactGenerator) |
void |
OutputServiceImpl.setArtifactGenerators(List<ArtifactGenerator> artifactGenerators) |
Copyright © 2006–2016 Julian Hyde. All rights reserved.