Uses of Interface
org.pentaho.aggdes.model.Parameter
Packages that use Parameter
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.
Model for aggregate designer algorithm.
-
Uses of Parameter in org.pentaho.aggdes.algorithm
Classes in org.pentaho.aggdes.algorithm that implement ParameterModifier and TypeClassDescriptionstatic enumEnumeration of parameters common to all algorithms.Method parameters in org.pentaho.aggdes.algorithm with type arguments of type Parameter -
Uses of Parameter in org.pentaho.aggdes.algorithm.impl
Fields in org.pentaho.aggdes.algorithm.impl with type parameters of type ParameterMethods in org.pentaho.aggdes.algorithm.impl that return types with arguments of type ParameterMethod parameters in org.pentaho.aggdes.algorithm.impl with type arguments of type ParameterModifier and TypeMethodDescriptionAdaptiveMonteCarloAlgorithm.computeAggregateCosts(Schema schema, Map<Parameter, Object> parameterValues, List<Aggregate> aggregateList) ExhaustiveLatticeAlgorithm.computeAggregateCosts(Schema schema, Map<Parameter, Object> parameterValues, List<Aggregate> aggregateList) MonteCarloAlgorithm.computeAggregateCosts(Schema schema, Map<Parameter, Object> parameterValues, List<Aggregate> aggregateList) protected voidCalled 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 Parameter in org.pentaho.aggdes.algorithm.util
Methods in org.pentaho.aggdes.algorithm.util that return types with arguments of type Parameter -
Uses of Parameter in org.pentaho.aggdes.model
Methods in org.pentaho.aggdes.model that return types with arguments of type ParameterModifier and TypeMethodDescriptionComponent.getParameters()Declares the parameters that this component accepts.Method parameters in org.pentaho.aggdes.model with type arguments of type ParameterModifier and TypeMethodDescriptionSchemaLoader.createSchema(Map<Parameter, Object> parameterValues) Creates a Schema.SchemaLoader.validateSchema(Map<Parameter, Object> parameterValues) Validates a Schema.