Uses of Class
jigcell.compare.data.ProgrammableDataGenerator

Packages that use ProgrammableDataGenerator
jigcell.compare.cellcycle   
jigcell.compare.contrib   
jigcell.compare.data   
jigcell.compare.objective   
jigcell.compare.tests   
jigcell.compare.transform   
 

Uses of ProgrammableDataGenerator in jigcell.compare.cellcycle
 

Subclasses of ProgrammableDataGenerator in jigcell.compare.cellcycle
 class BuddingYeastPhenotypeObjective
          Measures the difference between two budding yeast phenotypes.
 class BuddingYeastScanTransform
          Computes the phenotype of a budding yeast mutant from a time course of concentrations.
 class GenericPhenotypeObjective
          Measures the difference between two generic phenotypes.
 class GenericScanTransform
          Computes the phenotype of a generic mutant from a time course of concentrations.
 class JigCellRunManagerTransform
          Uses the JigCell Run Manager to execute a simulation.
 class WildtypeScanTransform
          Quickly scans a time course to determine the mass at division and cycle time.
 

Uses of ProgrammableDataGenerator in jigcell.compare.contrib
 

Subclasses of ProgrammableDataGenerator in jigcell.compare.contrib
 class DispatchedTransformHelper
          Methods for reducing the amount of work to make a transform.
 class DispatchedTransformTemplate
          A DESCRIPTION OF YOUR CLASS.
 class ObjectiveHelper
          Methods for reducing the amount of work to make an objective function.
 class ObjectiveTemplate
          A DESCRIPTION OF YOUR CLASS.
 class TransformHelper
          Methods for reducing the amount of work to make a transform.
 class TransformTemplate
          A DESCRIPTION OF YOUR CLASS.
 

Uses of ProgrammableDataGenerator in jigcell.compare.data
 

Fields in jigcell.compare.data declared as ProgrammableDataGenerator
private  ProgrammableDataGenerator ProgrammableDataGenerator.DummyCustomizableInterface.generator
          Data generator being wrapped
 

Uses of ProgrammableDataGenerator in jigcell.compare.objective
 

Subclasses of ProgrammableDataGenerator in jigcell.compare.objective
 class BooleanRelationalObjective
          A generator whose function is the result of a boolean relation.
 class MetricObjective
          A FunctionalDataGenerator whose function is based upon a metric.
 class MinkowskiObjective
          A generator whose function is a Lebesgue p-norm.
 class Objective
          Implementation of DataGenerator whose associated element is a function result.
 class ScriptEvaluationObjective
          Executes a user provided script when evaluated.
 class WOSSObjective
          A generator whose function is a weighted orthogonal sum of squares.
 

Uses of ProgrammableDataGenerator in jigcell.compare.tests
 

Subclasses of ProgrammableDataGenerator in jigcell.compare.tests
static class MethodDispatcherTests.DispatchedTransform
          Test transform for dispatching.
 

Uses of ProgrammableDataGenerator in jigcell.compare.transform
 

Subclasses of ProgrammableDataGenerator in jigcell.compare.transform
 class BoxTransformContainer
          A compositon of statements that acts as single transform.
 class ConstantTransform
          Transform for testing and use as a stub.
 class ExtremaTestTransform
          A transform that tests whether a sequence would be passed by a band-pass filter.
 class FileTransform
          A transform that tracks a file.
 class InputTransform
          Allows selection of a transform to create a transform chain.
 class ReadFromFileTransform
          A transform that reads data from a file.
 class ScriptEvaluationTransform
          Executes a user provided script when evaluated.
 class SelectColumnsTransform
          A transform that selects a set of columns out of an existing generator.
 class Transform
          An indvidual statement of a transform as a part of a sequence of steps.
 class TransformContainer
          A collection of transforms that combine to compute a result.
 class TransformEvaluationTransform
          A transform that evaluates another named transform.
 class WriteToFileTransform
          A transform that writes data to a file.