Uses of Interface
jigcell.compare.data.IDataGeneratorList

Packages that use IDataGeneratorList
jigcell.compare.cellcycle   
jigcell.compare.data   
jigcell.compare.objective   
jigcell.compare.objectiveui   
jigcell.compare.tests   
jigcell.compare.transform   
jigcell.compare.views   
 

Uses of IDataGeneratorList in jigcell.compare.cellcycle
 

Fields in jigcell.compare.cellcycle declared as IDataGeneratorList
protected  IDataGeneratorList CellCycleTransformView.transforms
          List of known transforms
 

Methods in jigcell.compare.cellcycle that return IDataGeneratorList
protected  IDataGeneratorList CellCycleTransformView.createGenerators()
          A list of generators for the view.
private  IDataGeneratorList CellCycleReportGenerator.getPrototypeExperiments()
          The list of experimental prototypes to select from.
 

Methods in jigcell.compare.cellcycle with parameters of type IDataGeneratorList
private  void CellCycleReportGenerator.setPrototypeExperiments(IDataGeneratorList experiments)
          Sets the list of experimental prototypes to select from.
 

Constructors in jigcell.compare.cellcycle with parameters of type IDataGeneratorList
CellCycleReportGenerator(Compare compare, IDataGeneratorList experiments)
          Constructs a data source that produces a report for a set of generators.
 

Uses of IDataGeneratorList in jigcell.compare.data
 

Classes in jigcell.compare.data that implement IDataGeneratorList
 class DataGeneratorList
          Manages a list of data generators.
 

Methods in jigcell.compare.data that return IDataGeneratorList
static IDataGeneratorList DataGeneratorList.createList(java.lang.Object collection)
          Converts a collection to a list of data generators.
 

Methods in jigcell.compare.data with parameters of type IDataGeneratorList
 void IDataGeneratorList.addAll(IDataGeneratorList generatorList)
          Adds all the generators in a collection.
 void DataGeneratorList.addAll(IDataGeneratorList generatorList)
          Adds all the generators in a collection.
 

Constructors in jigcell.compare.data with parameters of type IDataGeneratorList
DataGeneratorList(IDataGeneratorList generators)
          Copies an existing list of data generators.
 

Uses of IDataGeneratorList in jigcell.compare.objective
 

Classes in jigcell.compare.objective that implement IDataGeneratorList
 class ChainedDataGeneratorList
          Compactly stores additions to an existing data generator list.
 

Fields in jigcell.compare.objective declared as IDataGeneratorList
private  IDataGeneratorList ChainedDataGeneratorList.parent
          Another data generator list
 

Methods in jigcell.compare.objective that return IDataGeneratorList
 IDataGeneratorList Objective.getData()
          The set of data used.
 IDataGeneratorList IObjective.getData()
          The set of data used.
 

Methods in jigcell.compare.objective with parameters of type IDataGeneratorList
 void Objective.setData(IDataGeneratorList data)
          Sets the collection of data to draw from.
 void IObjective.setData(IDataGeneratorList data)
          Sets the collection of data to draw from.
 

Constructors in jigcell.compare.objective with parameters of type IDataGeneratorList
ChainedDataGeneratorList(IDataGeneratorList parent)
          Chains to an existing data generator list.
 

Uses of IDataGeneratorList in jigcell.compare.objectiveui
 

Methods in jigcell.compare.objectiveui that return IDataGeneratorList
protected  IDataGeneratorList WeightEditorDialog.createGenerators()
          The generators to select from.
 

Uses of IDataGeneratorList in jigcell.compare.tests
 

Methods in jigcell.compare.tests that return IDataGeneratorList
static IDataGeneratorList ExperimentBenchmark.generateData(int size)
          Generates some experimental data.
 

Uses of IDataGeneratorList in jigcell.compare.transform
 

Methods in jigcell.compare.transform that return IDataGeneratorList
 IDataGeneratorList ITransform.getCompatibleTransforms()
          The transforms compatible with this statement.
 IDataGeneratorList Transform.getCompatibleTransforms()
          The transforms compatible with this statement.
 IDataGeneratorList ITransformContainer.getContainedTransforms()
          The transforms managed by this container.
 IDataGeneratorList TransformContainer.getContainedTransforms()
          The transforms managed by this container.
 IDataGeneratorList ITransform.getDependencies()
          The dependencies of this transform.
 IDataGeneratorList Transform.getDependencies()
          The dependencies of this transform.
 IDataGeneratorList TransformContainer.getDependencies()
          The dependencies of this transform. Additionally, a transform is considered dependent on the previous, next, children, and parent transforms. This function may return any subset of dependencies with the same transitive closure as the full set. A null result may be used to indicate that no dependencies exist.
 IDataGeneratorList TransformEvaluationTransform.getDependencies()
          The dependencies of this transform. Additionally, a transform is considered dependent on the previous, next, children, and parent transforms. This function may return any subset of dependencies with the same transitive closure as the full set. A null result may be used to indicate that no dependencies exist.
 

Methods in jigcell.compare.transform with parameters of type IDataGeneratorList
 void ITransform.setCompatibleTransforms(IDataGeneratorList transforms)
          Sets the transforms compatible with this statement.
 void Transform.setCompatibleTransforms(IDataGeneratorList transforms)
          Sets the transforms compatible with this statement.
 void TransformContainer.setCompatibleTransforms(IDataGeneratorList transforms)
          Sets the transforms compatible with this statement.
 void TransformContainer.setContainedTransforms(IDataGeneratorList containedTransforms)
          Sets the transforms held by this contained.
 

Uses of IDataGeneratorList in jigcell.compare.views
 

Fields in jigcell.compare.views declared as IDataGeneratorList
protected  IDataGeneratorList SeriesView.generators
          List of displayed generators
protected  IDataGeneratorList SeriesView.SeriesViewTransferer.generators
          List of displayed generators
protected  IDataGeneratorList SeriesView.SeriesModel.generators
          List of displayed generators
protected  IDataGeneratorList ProgrammableDataGeneratorEditor.localObjects
          List of objects created in this editor
protected  IDataGeneratorList ObjectiveSeriesView.objectives
          List of known objectives
protected  IDataGeneratorList ProgrammableDataGeneratorEditor.objects
          List of known objects
protected  IDataGeneratorList ProgrammableDataGeneratorEditor.primitives
          List of primitives to build objects out of
 

Methods in jigcell.compare.views that return IDataGeneratorList
protected  IDataGeneratorList EditableSeriesView.createGenerators()
          A list of generators for the view.
protected  IDataGeneratorList ObjectiveSeriesView.createGenerators()
          A list of generators for the view.
protected  IDataGeneratorList SeriesView.createGenerators()
          A list of generators for the view.
protected  IDataGeneratorList ProgrammableDataGeneratorEditor.createObjects()
          A list of objects for the view.
 IDataGeneratorList SeriesView.SeriesModel.getGenerators()
          The generators for this model.
 

Methods in jigcell.compare.views with parameters of type IDataGeneratorList
protected  void TransformDebugger.createTransformTree(javax.swing.tree.DefaultMutableTreeNode root, IDataGeneratorList transforms)
          Computes the tree of transformations from a given root transform.
protected  void ProgrammableDataGeneratorEditor.indexNames(IDataGeneratorList generators, java.util.List names)
          Creates a sorted index of names from a list of generators.
 void SeriesView.SeriesModel.setGenerators(IDataGeneratorList generators)
          Sets the generators for this model.