Serialized Form
|
Package jigcell.compare.cellcycle |
transformElement
IDataElement transformElement
- Data element of the transform result
COLUMN_MODELVALUE
BasicTable.BasicTableModel.Marker COLUMN_MODELVALUE
- Model value column
types
java.util.List types
- List of known types
typeModel
ListComboBoxModel typeModel
- Display for list of known types
COLUMN_TYPE
BasicTable.BasicTableModel.Marker COLUMN_TYPE
- Type column
errorViewer
EvaluationErrorViewer errorViewer
- Displays errors encountered during evaluation
context
ITransformContext context
- Context for performing transform evaluations
COLUMN_MODELVALUE
BasicTable.BasicTableModel.Marker COLUMN_MODELVALUE
- Transform value column name
COLUMN_TYPE
BasicTable.BasicTableModel.Marker COLUMN_TYPE
- Type column name
errorViewer
EvaluationErrorViewer errorViewer
- Displays errors encountered during evaluation
transforms
IDataGeneratorList transforms
- List of known transforms
context
ITransformContext context
- Context for performing transform evaluations
transformModel
ListComboBoxModel transformModel
- Display for list of known transforms
model
CellCycleTransformView.TransformModel model
- Data model of the generators
COLUMN_MODELVALUE
BasicTable.BasicTableModel.Marker COLUMN_MODELVALUE
- Transform value column
COLUMN_TRANSFORM
BasicTable.BasicTableModel.Marker COLUMN_TRANSFORM
- Transform column
COLUMN_TYPE
BasicTable.BasicTableModel.Marker COLUMN_TYPE
- Type column
beanshell
bsh.Interpreter beanshell
- Interpreter for commands
myOaa
com.sri.oaa2.lib.LibOaa myOaa
- OAA connection
partWriters
java.util.Map partWriters
- Currently open file parts
agentName
java.lang.String agentName
- Agent name to expose
|
Package jigcell.compare.compare2 |
trackSetPosition
boolean trackSetPosition
- Whether to track the column position when adding a set
viewColorerGroup
javax.swing.ButtonGroup viewColorerGroup
- Group of available view colorers
model
Compare2Model model
- Data model of the comparisons
objectives
IDataGeneratorMap objectives
- Objective set used for comparison thresholds
colorerMode
int colorerMode
- Colorer display mode
colorer
IViewColorer colorer
- Current view colorer being used
currentRankings
javax.swing.JCheckBoxMenuItem currentRankings
- Menu item to toggle rankings display
comparisons
java.util.List comparisons
- List[IResultSetMap] of comparisons
experimentBaseNames
java.util.List experimentBaseNames
- List[IDataGeneratorCollection.Key] of the keys of experiments used in the objective set
experimentNames
java.util.List experimentNames
- List[IDataGeneratorCollection.Key] of the keys of results used in comparisons
colorers
java.util.Map colorers
- Map[MenuItem,IViewColorer] of the triggers for the loaded view colorers
comparisonNames
java.util.Map comparisonNames
- Map[IResultSetMap,String] of comparisons to the set name
experimentComparisons
java.util.Map experimentComparisons
- Map[IDataGeneratorCollection.Key,String] of the keys of experiments to the comparison type
experimentThresholds
java.util.Map experimentThresholds
- Map[IDataGeneratorCollection.Key,String] of the keys of experiments to the threshold
zoomDialog
ResultViewZoom zoomDialog
- Dialog view for zoom popup
resizeTableColumnsRunnable
java.lang.Runnable resizeTableColumnsRunnable
- Runnable for resizing the table columns after all events have been processed.
thresholdDialog
ThresholdEditor thresholdDialog
- Dialog view for threshold editor
currentSourceThreshold
IWriteableDataSource currentSourceThreshold
- Data source the current content should be saved to
COLUMN_COMPARISONTYPE
BasicTable.BasicTableModel.Marker COLUMN_COMPARISONTYPE
- Comparison type column
COLUMN_NAME
BasicTable.BasicTableModel.Marker COLUMN_NAME
- Name column
COLUMN_THRESHOLD
BasicTable.BasicTableModel.Marker COLUMN_THRESHOLD
- Threshold column
allowThresholdEdit
boolean allowThresholdEdit
- Whether threholds can be edited
compare
Compare compare
- Comparator for model users
manager
InterfaceBuilder manager
- Provides interface help for the view
comparisons
java.util.List comparisons
- List[IResultSetMap] of comparisons
experimentNames
java.util.List experimentNames
- List[IDataGeneratorCollection.Key] of the keys of results used in comparisons
comparisonNames
java.util.Map comparisonNames
- Map[IResultSetMap,String] of comparisons to the set name
experimentComparisons
java.util.Map experimentComparisons
- Map[IDataGeneratorCollection.Key,String] of the keys of experiments to the comparison type
experimentThresholds
java.util.Map experimentThresholds
- Map[IDataGeneratorCollection.Key,String] of the keys of experiments to the threshold
updateCount
int updateCount
- Whether the view zoom is currently being updated
view
Compare2 view
- View containing the data
zoomImage
javax.swing.ImageIcon zoomImage
- Image for display in a zoom window
zoomDialogUpdateRunnable
java.lang.Runnable zoomDialogUpdateRunnable
- Runnable for updating the zoom display after all events have been processed.
compare
Compare compare
- Comparator of parent view
model
Compare2Model model
- View model
thresholdDocument
javax.swing.text.Document thresholdDocument
- Document storing the threshold value
originalThreshold
double originalThreshold
- Threshold value before any adjustments were made
currentExperiment
IDataGeneratorCollection.Key currentExperiment
- Experiment currently being edited
manager
InterfaceBuilder manager
- Manages the interface for this editor
thresholdSlider
javax.swing.JSlider thresholdSlider
- Slider for adjusting the threshold value
experimentBoxModel
ListComboBoxModel experimentBoxModel
- Model for the list of experiments
experimentThresholds
java.util.Map experimentThresholds
- Map[IDataGeneratorCollection.Key,String] of the keys of experiments to the threshold
thresholdFormat
java.text.DecimalFormat thresholdFormat
- Formatter for displaying threshold values
groups
int groups
- Number of groups to divide into
model
Compare2Model model
- The view model
mode
int mode
- Display mode
|
Package jigcell.compare.contrib |
dispatcher
MethodDispatcher dispatcher
- Method dispatcher for this transform
|
Package jigcell.compare.data |
readObject
private void readObject(java.io.ObjectInputStream objectIn)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream objectOut)
throws java.io.IOException
- Throws:
java.io.IOException
prototypeChild
EditableDataElement prototypeChild
- Prototypical instance of a subelement
tie
IDataElement tie
- Original element
element
IEditableDataElement element
- Untied element
index
long index
- Index within the flip to access
values
double[] values
- Element values
scalar
java.lang.Double scalar
- Placeholder for scalar value
length
int length
- Element length
size
int size
- Element pack size
size
long size
- Element packing size
values
it.unimi.dsi.fastutil.longs.ModifiedLong2ObjectAVLTreeMap values
- Element values
allowDescriptionQuery
boolean allowDescriptionQuery
- Whether this generator can have its input description queried
values
it.unimi.dsi.fastutil.longs.ModifiedLong2ObjectAVLTreeMap values
- Element values
length
long length
- Element length
values
java.util.SortedMap values
- Element values
|
Package jigcell.compare.impl |
readExternal
public void readExternal(java.io.ObjectInput arg0)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput arg0)
throws java.io.IOException
- Throws:
java.io.IOException
configs
java.util.HashMap configs
- Map of marker-configurator pairs
values
java.util.HashMap values
- Map of key-value pairs
CONFIG_LOCK
EDU.oswego.cs.dl.util.concurrent.ReentrantWriterPreferenceReadWriteLock CONFIG_LOCK
- Lock for manipulating configuration data
preferredSources
java.util.Map preferredSources
- Preferred data source for each class
SOURCE_LOCK
EDU.oswego.cs.dl.util.concurrent.ReadWriteLock SOURCE_LOCK
- Lock for manipulating sources
readables
java.util.Set readables
- Readable data sources
writeables
java.util.Set writeables
- Writeable data sources
OPTIONS_LOCK
EDU.oswego.cs.dl.util.concurrent.ReadWriteLock OPTIONS_LOCK
- Lock for manipulating source options
|
Package jigcell.compare.objective |
p
double p
- Power
|
Package jigcell.compare.objectiveui |
generator
IDimensionWeightObjective generator
- Currently selected generator
generator
IElementWeightObjective generator
- Currently selected generator
COLUMN_REFERENCE
BasicTable.BasicTableModel.Marker COLUMN_REFERENCE
- Weight reference column
referenceElement
IDataElement referenceElement
- Data element of the reference selection
manager
InterfaceBuilder manager
- Interface manager for this dialog
defaultModel
ListComboBoxModel defaultModel
- Choice for available weight defaults
|
Package jigcell.compare.plotter |
data
IDataElement data
- Data aggregate
|
Package jigcell.compare.tests |
data
java.lang.Object data
- Value of data source
dispatcher
MethodDispatcher dispatcher
- Method dispatcher for this transform
modelBuilder
jigcell.modelbuilder.ModelBuilder modelBuilder
- Model builder application
runManager
jigcell.runmanager.RunManager runManager
- Run manager application
|
Package jigcell.compare.transform |
value
IDataElement value
- Value to generate
displayComponent
javax.swing.JComponent displayComponent
- Information to display for transform interface
allowContextInsertion
boolean allowContextInsertion
- Whether transforms can be inserted around this transform through a context menu
allowContextRemoval
boolean allowContextRemoval
- Whether this transform can be removed through a context menu
container
ITransformContainer container
- Transform container
|
Package jigcell.compare.transform.annotation |
descriptorMap
java.util.Map descriptorMap
- Storage for annotation descriptors
recordMap
java.util.SortedMap recordMap
- Storage for annotation records
valueMap
java.util.SortedMap valueMap
- Storage for annotation values
|
Package jigcell.compare.transformui |
|
Package jigcell.compare.ui |
model
BasicTable.BasicTableModel model
- Table model
host
IBasicTableHost host
- Host view of this table
host
IBasicTableHost host
- Host view of this table
columnWeights
double[] columnWeights
- Weights for resizing columns
markers
BasicTable.BasicTableModel.Marker[] markers
- Column markers of the table
column
int column
- Column being edited
row
int row
- Row being edited
button
javax.swing.JButton button
- Button
value
java.lang.Object value
- Editor value
SPLASH_LOCK
java.lang.Object SPLASH_LOCK
- Lock for controlling the splash screen
SIZE_MINIMUM
java.awt.Dimension SIZE_MINIMUM
- Minimum size splash to display
messageLabel
javax.swing.JLabel messageLabel
- Status display
message
java.lang.String message
- Status text to update to
timer
javax.swing.Timer timer
- Delay timer
UPDATE_LOCK
java.lang.Object UPDATE_LOCK
- Lock for controlling update manipulation
compare
Compare compare
- Parent of view
rootConfig
Config rootConfig
- Source of config information
tabConfig
Config tabConfig
- Destination for config information
manager
InterfaceBuilder manager
- Manages the interface for the dialog
markers
java.util.List markers
- Configuration markers for the owner of this dialog
options
java.util.Map options
- Options in this dialog
menus
javax.swing.JMenu[] menus
- The menus that this view is presenting
exception
ExceptionRecorder exception
- Exception handler
manager
InterfaceBuilder manager
- Provides interface help for the view
recentReadablesMenu
javax.swing.JMenu recentReadablesMenu
- Menu listing the recently used readable data sources
menuManager
MenuBuilder menuManager
- Creates menus for the view
READ_LOCK
java.lang.Object READ_LOCK
- Lock for temporary read result
currentSource
IWriteableDataSource currentSource
- Data source the current content should be saved to
compare
CompareFrontEnd compare
- Comparator display this accessory is currently installed in
tab
INameFinderTab tab
- Tab this accessory is currently installed in
foundIndicator
javax.swing.JLabel foundIndicator
- Indicator for an unsuccessful find
textField
javax.swing.JTextField textField
- Field for search text entry
list
java.util.List list
- Items contained in this model
selected
java.lang.Object selected
- Currently selected item
usedMemory
javax.swing.JProgressBar usedMemory
- Memory monitor
timer
javax.swing.Timer timer
- Update timer
compare
Compare compare
- Parent Comparator
configMarkers
java.util.List configMarkers
- Configuration markers
tabName
java.lang.String tabName
- Name of this tab
cancel
java.lang.Object[] cancel
- Text to use for cancel button
parent
java.awt.Component parent
- Owner of this monitor
dialog
javax.swing.JDialog dialog
- Progress monitor dialog
progress
javax.swing.JProgressBar progress
- Progress bar
timer
javax.swing.Timer timer
- Timer to display monitor dialog
table
BasicTable table
- Current table
element
IDataElement element
- DataElement being viewed
generator
IDataGenerator generator
- Generator for the element being viewed
checker
ITypeChecker checker
- Type checker for the element
popup
javax.swing.JPopupMenu popup
- Context menu
menuManager
MenuBuilder menuManager
- Menu manager
popupPoint
java.awt.Point popupPoint
- Location of last popup invocation
newModel
SeriesDialog.SeriesModel newModel
- Model of current table
COLUMN_NAME
BasicTable.BasicTableModel.Marker COLUMN_NAME
- Name column
COLUMN_VALUE
BasicTable.BasicTableModel.Marker COLUMN_VALUE
- Value column
element
IEditableDataElement element
- DataElement being edited
generator
IEditableDataGenerator generator
- Generator for the element being edited
newModel
SeriesEditorDialog.SeriesEditorModel newModel
- Model of current table
model
BasicTable.BasicTableModel model
- Data model of the parent table
compare
Compare compare
- Associated comparator
column
int column
- Column in the parent table
initialHeight
int initialHeight
- Initial height of dialog in pixels
initialWidth
int initialWidth
- Initial width of dialog in pixels
row
int row
- Row in the parent table
area
javax.swing.JTextArea area
- Editor control
|
Package jigcell.compare.views |
table
BasicTable table
- Display
model
BasicTable.BasicTableModel model
- Data model
clipboard
ClipboardDataSource clipboard
- Clipboard to use
popup
javax.swing.JPopupMenu popup
- Context menu
popupPoint
java.awt.Point popupPoint
- Location of last popup invocation
printer
PrinterDataSource printer
- Printer to use
lastSearchName
java.lang.String lastSearchName
- Last name searched for
selectionGroup
java.lang.String selectionGroup
- Selection group to be a part of
output
javax.swing.JTextArea output
- Text display for evaluation output
input
javax.swing.JTextField input
- Text box for command input
printer
java.io.PrintStream printer
- Text printer
reader
java.io.Reader reader
- Data coming in through the printer
inputChannel
EDU.oswego.cs.dl.util.concurrent.SynchronousChannel inputChannel
- Channel for sending console input to the evaluator
outputChannel
EDU.oswego.cs.dl.util.concurrent.SynchronousChannel outputChannel
- Channel for sending output to the display
model
EditableSeriesView.EditableSeriesModel model
- Data model of the generators
plotter
IPlotter plotter
- Plotter
table
BasicTable table
- Table
model
EvaluationErrorViewer.ErrorModel model
- Table model
errorRecord
EvaluationErrorViewer.ErrorRecord errorRecord
- Next error to add to the viewer
manager
InterfaceBuilder manager
- Interface manager for this viewer
owner
ITab owner
- The tab that launched this error viewer
errors
java.util.List errors
- Errors that this viewer has detected
viewables
java.util.List viewables
- Objects that this viewer is monitoring
LOCK_ERRORRECORD
java.lang.Object LOCK_ERRORRECORD
- Lock to prevent concurrent access on errorRecord
metricModel
ListComboBoxModel metricModel
- Model for metrics
objectives
IDataGeneratorList objectives
- List of known objectives
objectiveModel
ListComboBoxModel objectiveModel
- Display for list of known objectives
model
ObjectiveSeriesView.ObjectiveSeriesModel model
- Data model of the generators
COLUMN_COMPARISONTYPE
BasicTable.BasicTableModel.Marker COLUMN_COMPARISONTYPE
- Comparison type column
COLUMN_OBJECTIVE
BasicTable.BasicTableModel.Marker COLUMN_OBJECTIVE
- Objective column
COLUMN_OBJECTIVEVALUE
BasicTable.BasicTableModel.Marker COLUMN_OBJECTIVEVALUE
- Objective value column
COLUMN_THRESHOLD
BasicTable.BasicTableModel.Marker COLUMN_THRESHOLD
- Threshold column
objectiveResultFormat
java.text.DecimalFormat objectiveResultFormat
- Formatter for objective result
centerTextLabels
boolean centerTextLabels
- Whether to center a text label
localObjects
IDataGeneratorList localObjects
- List of objects created in this editor
objects
IDataGeneratorList objects
- List of known objects
primitives
IDataGeneratorList primitives
- List of primitives to build objects out of
customizer
javax.swing.JViewport customizer
- Customizer for object
localNames
java.util.List localNames
- List of object names created in this editor
names
java.util.List names
- Selectable object names
objectModel
ListComboBoxModel objectModel
- Model for object list
NAME_CUSTOMIZERS
java.lang.String NAME_CUSTOMIZERS
- Name for customizers requested by this component
propertyKey
java.lang.String propertyKey
- Edit property key to advertise in events
resourceKey
java.lang.String resourceKey
- Resource key to advertise in events
generators
IDataGeneratorList generators
- List of displayed generators
textCutoff
int textCutoff
- Column to cutoff excessively long values at
model
SeriesView.SeriesModel model
- Data model of the generators
COLUMN_COMMENT
BasicTable.BasicTableModel.Marker COLUMN_COMMENT
- Comment column
COLUMN_NAME
BasicTable.BasicTableModel.Marker COLUMN_NAME
- Name column
COLUMN_VALUE
BasicTable.BasicTableModel.Marker COLUMN_VALUE
- Value column
generators
IDataGeneratorList generators
- List of displayed generators
exception
ExceptionRecorder exception
- Cached exception recorder for this transferer
generators
IDataGeneratorList generators
- List of displayed generators
model
SeriesView.SeriesModel model
- Model for the data
annotationModel
TransformDebugger.AnnotationModel annotationModel
- Tabular display of transform annotations
preventSelectionUpdate
boolean preventSelectionUpdate
- Prevent automatic selection updating
debugThread
TransformDebugger.DebuggerThread debugThread
- Thread for executing play events
root
javax.swing.tree.DefaultMutableTreeNode root
- Root of the transform tree
treeModel
javax.swing.tree.DefaultTreeModel treeModel
- Transform tree model
debugValue
IDataElement debugValue
- Value being debugged
transformValue
IDataElement transformValue
- Value for the currently selected transform
debugTransform
ITransform debugTransform
- Transform being debugged
transformCursor
ITransform transformCursor
- Currently selected transform
transformAnnotation
ITransformAnnotation transformAnnotation
- Annotation for the currently selected transform
classLabel
javax.swing.JLabel classLabel
- Label displaying the type of the currently selected transform
nameLabel
javax.swing.JLabel nameLabel
- Label displaying the name of the currently selected transform
splitter
javax.swing.JSplitPane splitter
- Splitter between tree and display
tree
javax.swing.JTree tree
- Transform tree model
customizer
javax.swing.JViewport customizer
- Panel for transform customizers
transformMap
java.util.Map transformMap
- Map from transforms to tree nodes
menuManager
MenuBuilder menuManager
- Menu manager
stopDebuggingRunnable
java.lang.Runnable stopDebuggingRunnable
- Stops debugging
updateDisplayRunnable
java.lang.Runnable updateDisplayRunnable
- Updates the display based on debug information
traceSet
java.util.Set traceSet
- Set of elements identified as connected to the transform cursor
valueModel
TransformDebugger.ValueModel valueModel
- Tabular display of transform values
COLUMN_ANNOTATION
BasicTable.BasicTableModel.Marker COLUMN_ANNOTATION
- Annotation column
COLUMN_POSITION
BasicTable.BasicTableModel.Marker COLUMN_POSITION
- Position column
COLUMN_TYPE
BasicTable.BasicTableModel.Marker COLUMN_TYPE
- Type column
COLUMN_POSITION
BasicTable.BasicTableModel.Marker COLUMN_POSITION
- Position column
COLUMN_VALUE
BasicTable.BasicTableModel.Marker COLUMN_VALUE
- Value column