Package jigcell.compare.objective

Interface Summary
IDimensionWeightObjective A data generator supporting the concept of editable dimension weights.
IElementWeightObjective A data generator supporting the concept of editable element weights.
IInterpolationObjective A data generator supporting the concept of data interpolation.
IObjective A DataGenerator that takes a functional expression and a collection of data to produce an element.
IRelationalObjective A data generator supporting the concept of relational comparisons.
 

Class Summary
BooleanRelationalObjective A generator whose function is the result of a boolean relation.
ChainedDataGeneratorList Compactly stores additions to an existing data generator list.
MetricObjective A FunctionalDataGenerator whose function is based upon a metric.
MetricObjective.MetricObjectiveDelegate Uses the copy method to replicate the chain of creation.
MinkowskiObjective A generator whose function is a Lebesgue p-norm.
MinkowskiObjective.MinkowskiObjectiveDelegate Persists the generator using the p-value rather than storing any state information.
Objective Implementation of DataGenerator whose associated element is a function result.
ScriptEvaluationObjective Executes a user provided script when evaluated.
WOSSObjective A generator whose function is a weighted orthogonal sum of squares.