Package org.pentaho.aggdes.algorithm

Defines the interface of the Aggregate Designer algorithm and supporting classes.

See: Description

Package org.pentaho.aggdes.algorithm Description

Defines the interface of the Aggregate Designer algorithm and supporting classes.

The Aggregate Designer consists of a number of components:

Each of the components is specified a particular Java interface that extends org.pentaho.aggdes.algorithm.Component. There is a default implementation for each component, but you can provide your own.

There is a command-line utility org.pentaho.aggdes.algorithm.Main to allow you to invoke the algorithm. You can choose which implementation of each component, and provide parameters to each component.

Copyright © 2006–2016 Julian Hyde. All rights reserved.