Uses of Interface
jigcell.compare.impl.DataGeneratorEvaluator.IProcessor

Packages that use DataGeneratorEvaluator.IProcessor
jigcell.compare.cellcycle   
jigcell.compare.impl   
jigcell.compare.views   
 

Uses of DataGeneratorEvaluator.IProcessor in jigcell.compare.cellcycle
 

Classes in jigcell.compare.cellcycle that implement DataGeneratorEvaluator.IProcessor
 class CellCycleObjectiveView
          An editable display for working with objective data.
 class CellCycleTransformView
          An editable display for working with model data.
 

Uses of DataGeneratorEvaluator.IProcessor in jigcell.compare.impl
 

Fields in jigcell.compare.impl declared as DataGeneratorEvaluator.IProcessor
protected  DataGeneratorEvaluator.IProcessor DataGeneratorEvaluator.processor
          Callback for processing generators prior to execution
 

Constructors in jigcell.compare.impl with parameters of type DataGeneratorEvaluator.IProcessor
DataGeneratorEvaluator(IDataGenerator[] generators, DataGeneratorEvaluator.IProcessor processor)
          Creates a new evaluator for data generators.
 

Uses of DataGeneratorEvaluator.IProcessor in jigcell.compare.views
 

Classes in jigcell.compare.views that implement DataGeneratorEvaluator.IProcessor
 class ObjectiveSeriesView
          An editable display for working with objective data.