|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of IWriteableDataSource in jigcell.compare |
|---|
| Subinterfaces of IWriteableDataSource in jigcell.compare | |
|---|---|
interface |
IEditableDataGenerator
This interface is implemented by classes that wish to store data for the comparator. |
interface |
IProgrammableDataGenerator
A data generator that can derive its value from some programmatic evaluation. |
| Uses of IWriteableDataSource in jigcell.compare.cellcycle |
|---|
| Classes in jigcell.compare.cellcycle that implement IWriteableDataSource | |
|---|---|
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 |
CellCycleReportGenerator
Prints a summary report of a set of comparisons to a PDF file. |
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. |
| Methods in jigcell.compare.cellcycle with parameters of type IWriteableDataSource | |
|---|---|
void |
CellCycleTransformView.saveResults(IWriteableDataSource source)
Saves the data for the results to some external source. |
void |
CellCycleTransformView.saveResultsDirect(IWriteableDataSource source)
Saves the data for the results to some external source without user prompting. |
protected void |
CellCycleTransformView.write(IWriteableDataSource source)
Writes data to some external source. |
protected void |
CellCycleTransformView.writeResults(IWriteableDataSource source)
Writes results data to some external source. |
| Uses of IWriteableDataSource in jigcell.compare.compare2 |
|---|
| Fields in jigcell.compare.compare2 declared as IWriteableDataSource | |
|---|---|
private IWriteableDataSource |
Compare2.currentSourceThreshold
Data source the current content should be saved to |
| Methods in jigcell.compare.compare2 with parameters of type IWriteableDataSource | |
|---|---|
void |
Compare2.saveThreshold(IWriteableDataSource source)
Saves the data for the view to some external source. |
void |
Compare2.saveThresholdDirect(IWriteableDataSource source)
Saves the data for the view to some external source without user prompting. |
void |
Compare2.setCurrentSource(IWriteableDataSource source)
Sets the current data source to work from. |
void |
Compare2.setCurrentSourceThreshold(IWriteableDataSource source)
Sets the value of the current data source to work from. |
protected void |
Compare2.write(IWriteableDataSource source)
Writes data to some external source. |
protected void |
Compare2.writeThreshold(IWriteableDataSource source)
Writes data from some external source. |
| Uses of IWriteableDataSource in jigcell.compare.contrib |
|---|
| Classes in jigcell.compare.contrib that implement IWriteableDataSource | |
|---|---|
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 IWriteableDataSource in jigcell.compare.data |
|---|
| Classes in jigcell.compare.data that implement IWriteableDataSource | |
|---|---|
class |
EditableDataGenerator
Implementation of DataGenerator that supports editing the generator fields. |
class |
ProgrammableDataGenerator
A data generator type whose value is determined programmatically, usually with some kind of interface for controlling the program action. |
| Uses of IWriteableDataSource in jigcell.compare.impl |
|---|
| Classes in jigcell.compare.impl that implement IWriteableDataSource | |
|---|---|
class |
ClipboardDataSource
A generic transfer agent for a source of data that supports reading and writing to a clipboard. |
class |
FileDataSource
A generic transfer agent for a source of data that supports reading and writing to a file. |
class |
OwnedDataSource
A data source that provides a callback for wrapping native objects prior to data transfer. |
class |
PDFPrinterDataSource
A data source that prints tables to a PDF file. |
class |
PrinterDataSource
A data source that supports writing to a printer. |
class |
RawFileDataSource
A transfer agent that supports reading and writing data to a regular file. |
class |
SystemPrinterDataSource
A transfer agent for a source of data that supports writing to a printer. |
class |
XMLFileDataSource
A transfer agent that supports reading and writing data to a file using XML persistence. |
| Uses of IWriteableDataSource in jigcell.compare.objective |
|---|
| Subinterfaces of IWriteableDataSource in jigcell.compare.objective | |
|---|---|
interface |
IObjective
A DataGenerator that takes a functional expression and a collection of data to produce an element. |
| Classes in jigcell.compare.objective that implement IWriteableDataSource | |
|---|---|
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 IWriteableDataSource in jigcell.compare.plotter |
|---|
| Subinterfaces of IWriteableDataSource in jigcell.compare.plotter | |
|---|---|
interface |
IPlotter
This interface is implemented by classes that wish to provide plotting services to some other program. |
| Classes in jigcell.compare.plotter that implement IWriteableDataSource | |
|---|---|
class |
JPlotBridge
Standard interface for JPlot. |
class |
Plotter
A default implementation of PlotterInteface. |
class |
PTPlotBridge
Standard interface for PTPlot. |
| Uses of IWriteableDataSource in jigcell.compare.tests |
|---|
| Classes in jigcell.compare.tests that implement IWriteableDataSource | |
|---|---|
static class |
MethodDispatcherTests.DispatchedTransform
Test transform for dispatching. |
| Uses of IWriteableDataSource in jigcell.compare.transform |
|---|
| Subinterfaces of IWriteableDataSource in jigcell.compare.transform | |
|---|---|
interface |
IResultantTransform
Indicates that this transform represents a result of potential interest. |
interface |
ITransform
A DataGenerator that performs a part of a transform evaluation. |
interface |
ITransformContainer
A transform that can manage a collection of other transforms. |
| Classes in jigcell.compare.transform that implement IWriteableDataSource | |
|---|---|
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. |
| Uses of IWriteableDataSource in jigcell.compare.ui |
|---|
| Fields in jigcell.compare.ui declared as IWriteableDataSource | |
|---|---|
private IWriteableDataSource |
DataEditorPanelTab.currentSource
Data source the current content should be saved to |
| Methods in jigcell.compare.ui that return IWriteableDataSource | |
|---|---|
IWriteableDataSource |
IDataEditorTab.getCurrentSource()
The current data source to work from. |
IWriteableDataSource |
DataEditorPanelTab.getCurrentSource()
The current data source to work from. |
| Methods in jigcell.compare.ui with parameters of type IWriteableDataSource | |
|---|---|
void |
IDataEditorTab.save(IWriteableDataSource source)
Saves the data for the view to some external source. |
void |
DataEditorPanelTab.save(IWriteableDataSource source)
Saves the data for the view to some external source. |
void |
IDataEditorTab.saveDirect(IWriteableDataSource source)
Saves the data for the view to some external source without user prompting. |
void |
DataEditorPanelTab.saveDirect(IWriteableDataSource source)
Saves the data for the view to some external source without user prompting. |
void |
IResultTab.saveResults(IWriteableDataSource source)
Saves the data for the results to some external source. |
void |
IResultTab.saveResultsDirect(IWriteableDataSource source)
Saves the data for the results to some external source without user prompting. |
void |
IDataEditorTab.setCurrentSource(IWriteableDataSource source)
Sets the current data source to work from. |
void |
DataEditorPanelTab.setCurrentSource(IWriteableDataSource source)
Sets the current data source to work from. |
protected void |
DataEditorPanelTab.write(IWriteableDataSource source)
Writes data to some external source. |
| Uses of IWriteableDataSource in jigcell.compare.views |
|---|
| Methods in jigcell.compare.views with parameters of type IWriteableDataSource | |
|---|---|
void |
ObjectiveSeriesView.saveResults(IWriteableDataSource source)
Saves the data for the results to some external source. |
void |
ObjectiveSeriesView.saveResultsDirect(IWriteableDataSource source)
Saves the data for the results to some external source without user prompting. |
void |
EditableSeriesView.setCurrentSource(IWriteableDataSource source)
Sets the current data source to work from. |
void |
ProgrammableDataGeneratorEditor.setCurrentSource(IWriteableDataSource source)
Sets the current data source to work from. |
protected void |
EditableSeriesView.write(IWriteableDataSource source)
Writes data to some external source. |
protected void |
ObjectiveSeriesView.write(IWriteableDataSource source)
Writes data to some external source. |
protected void |
ProgrammableDataGeneratorEditor.write(IWriteableDataSource source)
Writes data to some external source. |
protected void |
ObjectiveSeriesView.writeResults(IWriteableDataSource source)
Writes results data to some external source. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||