| 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 | Method and Description |
|---|---|
Output |
OutputService.generateDefaultOutput(Aggregate aggregate)
Returns an output of a specific type for an aggregate.
|
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 | Method and Description |
|---|---|
Output |
OutputServiceImpl.generateDefaultOutput(Aggregate aggregate) |
String |
OutputServiceImpl.getArtifact(Output output,
Class<? extends ArtifactGenerator> artifactGenerator) |
String |
OutputServiceImpl.getFullArtifact(List<? extends Output> outputs,
Class<? extends ArtifactGenerator> artifactGenerator) |
Copyright © 2006–2016 Julian Hyde. All rights reserved.