Uses of Interface
org.pentaho.aggdes.algorithm.Progress
Packages that use Progress
Package
Description
Defines the interface of the Aggregate Designer algorithm and supporting
classes.
Provides a default implementation of the Aggregate Design algorithm,
which is specified in the
org.pentaho.aggdes.algorithm
package.Utilities for implementing algorithms.
-
Uses of Progress in org.pentaho.aggdes.algorithm
Methods in org.pentaho.aggdes.algorithm with parameters of type Progress -
Uses of Progress in org.pentaho.aggdes.algorithm.impl
Methods in org.pentaho.aggdes.algorithm.impl with parameters of type ProgressModifier and TypeMethodDescriptionprotected void
Called by theAlgorithm.run(org.pentaho.aggdes.model.Schema, java.util.Map<org.pentaho.aggdes.model.Parameter, java.lang.Object>, org.pentaho.aggdes.algorithm.Progress)
method, resets the 'canceled' flag and sets the start time for timeout purposes.AdaptiveMonteCarloAlgorithm.run
(Schema schema, Map<Parameter, Object> parameterValues, Progress progress) ExhaustiveLatticeAlgorithm.run
(Schema schema, Map<Parameter, Object> parameterValues, Progress progress) -
Uses of Progress in org.pentaho.aggdes.algorithm.util
Classes in org.pentaho.aggdes.algorithm.util that implement ProgressModifier and TypeClassDescriptionstatic class
Implementation ofProgress
that prints to a print writer.