Serialized Form


Package edu.udo.cs.yale

Class edu.udo.cs.yale.NoOpUserError extends java.lang.Exception implements Serializable

serialVersionUID: -686838060355434724L

Serialized Fields

code

int code

Package edu.udo.cs.yale.example

Class edu.udo.cs.yale.example.ConditionCreationException extends java.lang.Exception implements Serializable

serialVersionUID: -7648754234739697969L


Package edu.udo.cs.yale.generator

Class edu.udo.cs.yale.generator.GenerationException extends OperatorException implements Serializable

serialVersionUID: -2760374156089530715L


Package edu.udo.cs.yale.gui

Class edu.udo.cs.yale.gui.ConditionalAction extends javax.swing.AbstractAction implements Serializable

Serialized Fields

conditions

int[] conditions

Class edu.udo.cs.yale.gui.ContainerModelViewer extends javax.swing.JPanel implements Serializable

serialVersionUID: -322963469866592863L

Serialized Fields

current

java.awt.Component current
The currently used visualization component.

Class edu.udo.cs.yale.gui.MainFrame extends javax.swing.JFrame implements Serializable

serialVersionUID: -1602076945350148969L

Serialized Fields

NEW_ACTION

javax.swing.Action NEW_ACTION

OPEN_ACTION

javax.swing.Action OPEN_ACTION

SAVE_ACTION

javax.swing.Action SAVE_ACTION

SAVE_AS_ACTION

javax.swing.Action SAVE_AS_ACTION

SAVE_AS_TEMPLATE_ACTION

javax.swing.Action SAVE_AS_TEMPLATE_ACTION

MANAGE_TEMPLATES_ACTION

javax.swing.Action MANAGE_TEMPLATES_ACTION

MANAGE_BUILDING_BLOCKS_ACTION

javax.swing.Action MANAGE_BUILDING_BLOCKS_ACTION

PRINT_ACTION

javax.swing.Action PRINT_ACTION

EXPORT_ACTION

javax.swing.Action EXPORT_ACTION

EXIT_ACTION

javax.swing.Action EXIT_ACTION

RUN_ACTION

javax.swing.Action RUN_ACTION

RESUME_ACTION

javax.swing.Action RESUME_ACTION

STOP_ACTION

javax.swing.Action STOP_ACTION

VALIDATE_ACTION

javax.swing.Action VALIDATE_ACTION

WIZARD_ACTION

javax.swing.Action WIZARD_ACTION

SETTINGS_ACTION

javax.swing.Action SETTINGS_ACTION

TOGGLE_EXPERT_MODE_ACTION

javax.swing.Action TOGGLE_EXPERT_MODE_ACTION

TUTORIAL_ACTION

javax.swing.Action TUTORIAL_ACTION

TOTD_ACTION

javax.swing.Action TOTD_ACTION

UNDO_ACTION

javax.swing.Action UNDO_ACTION

REDO_ACTION

javax.swing.Action REDO_ACTION

ATTRIBUTE_EDITOR_ACTION

javax.swing.Action ATTRIBUTE_EDITOR_ACTION

ANOVA_CALCULATOR_ACTION

javax.swing.Action ANOVA_CALCULATOR_ACTION

CHECK_FOR_UPDATES_ACTION

javax.swing.Action CHECK_FOR_UPDATES_ACTION

CHECK_FOR_JDBC_DRIVERS_ACTION

javax.swing.Action CHECK_FOR_JDBC_DRIVERS_ACTION

editor

XMLEditor editor

treePanel

TreePanel treePanel

experimentPanel

ExperimentPanel experimentPanel

editorTabs

javax.swing.JTabbedPane editorTabs

resultDisplay

ResultDisplay resultDisplay

monitorPanel

MonitorPanel monitorPanel

messageViewer

MessageViewer messageViewer

statusBar

StatusBar statusBar

recentFilesMenu

javax.swing.JMenu recentFilesMenu

printerJob

java.awt.print.PrinterJob printerJob

changed

boolean changed

experimentThread

ExperimentThread experimentThread

currentExperimentEditor

ExperimentEditor currentExperimentEditor

tutorialMode

boolean tutorialMode

splitPaneV

javax.swing.JSplitPane splitPaneV

undoList

java.util.LinkedList<E> undoList

undoIndex

int undoIndex

Class edu.udo.cs.yale.gui.MessageViewer extends javax.swing.JScrollPane implements Serializable

serialVersionUID: 551259537624386372L

Serialized Fields

outputStream

MessageViewerOutputStream outputStream
A stream that can be used to print to this text area.


CLEAR_MESSAGE_VIEWER_ACTION

javax.swing.Action CLEAR_MESSAGE_VIEWER_ACTION

SAVE_LOGFILE_ACTION

javax.swing.Action SAVE_LOGFILE_ACTION

SEARCH_ACTION

javax.swing.Action SEARCH_ACTION

textArea

javax.swing.JTextPane textArea

Class edu.udo.cs.yale.gui.SearchDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: -1019890951712706875L

Serialized Fields

patternField

javax.swing.JTextField patternField

replaceField

javax.swing.JTextField replaceField

caseSensitive

javax.swing.JCheckBox caseSensitive

regExp

javax.swing.JCheckBox regExp

up

javax.swing.JRadioButton up

down

javax.swing.JRadioButton down

textComponent

javax.swing.text.JTextComponent textComponent

Package edu.udo.cs.yale.gui.attributeeditor

Class edu.udo.cs.yale.gui.attributeeditor.AttributeEditor extends javax.swing.JTable implements Serializable

serialVersionUID: -3312532913749370288L

Serialized Fields

REMOVE_COLUMN_ACTION

javax.swing.Action REMOVE_COLUMN_ACTION

REMOVE_ROW_ACTION

javax.swing.Action REMOVE_ROW_ACTION

USE_ROW_AS_NAMES_ACTION

javax.swing.Action USE_ROW_AS_NAMES_ACTION

GUESS_TYPE_ACTION

javax.swing.Action GUESS_TYPE_ACTION

GUESS_ALL_TYPES_ACTION

javax.swing.Action GUESS_ALL_TYPES_ACTION

cellEditors

CellEditors cellEditors

cellRenderers

CellRenderers cellRenderers

dataRenderer

javax.swing.table.TableCellRenderer dataRenderer

sourceList

java.util.ArrayList<E> sourceList

file

java.io.File file

exampleSource

Operator exampleSource

model

AttributeEditor.AttributeTableModel model

rowCount

int rowCount

firstRow

int firstRow

lastRow

int lastRow

firstColumn

int firstColumn

lastColumn

int lastColumn

dataChanged

boolean dataChanged

metaDataChanged

boolean metaDataChanged

dataColumnVector

java.util.Vector<E> dataColumnVector

dataControl

DataControl dataControl

Class edu.udo.cs.yale.gui.attributeeditor.AttributeEditorDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 6448298163392765295L

Serialized Fields

attributeEditor

AttributeEditor attributeEditor

OPEN_ATTRIBUTE_FILE_ACTION

javax.swing.Action OPEN_ATTRIBUTE_FILE_ACTION

SAVE_ATTRIBUTE_FILE_ACTION

javax.swing.Action SAVE_ATTRIBUTE_FILE_ACTION

LOAD_DATA_ACTION

javax.swing.Action LOAD_DATA_ACTION

LOAD_SERIES_DATA_ACTION

javax.swing.Action LOAD_SERIES_DATA_ACTION

SAVE_DATA_ACTION

javax.swing.Action SAVE_DATA_ACTION

CLEAR_ACTION

javax.swing.Action CLEAR_ACTION

Class edu.udo.cs.yale.gui.attributeeditor.DataControl extends javax.swing.JPanel implements Serializable

serialVersionUID: 6441468388055505143L

Serialized Fields

rowCounter

javax.swing.JLabel rowCounter
The label for the maximum row counter.


columnCounter

javax.swing.JLabel columnCounter
The label for the maximum column counter.


firstRow

int firstRow
The first row which should be shown. Start counting from 1!


lastRow

int lastRow
The first row which should be shown (including).


firstColumn

int firstColumn
The first attribute which should be shown (counting starts at 1).


lastColumn

int lastColumn
The first attribute which should be shown (counting starts at 1).


fromRowField

javax.swing.JTextField fromRowField
The textfield for the row start.


toRowField

javax.swing.JTextField toRowField
The textfield for the row end.


fromColumnField

javax.swing.JTextField fromColumnField
The textfield for the column start.


toColumnField

javax.swing.JTextField toColumnField
The textfield for the column end.


fractionDigitsField

javax.swing.JTextField fractionDigitsField
The textfield for the fraction digits.


maxRows

int maxRows
The maximum number of rows.


maxColumns

int maxColumns
The maximum number of columns.


rowName

java.lang.String rowName
The name for the rows.


columnName

java.lang.String columnName
The name for the columns.


fractionDigits

int fractionDigits
Number of fraction digits.


listeners

java.util.List<E> listeners
The data view change listeners.


Package edu.udo.cs.yale.gui.dialog

Class edu.udo.cs.yale.gui.dialog.AboutBox extends javax.swing.JDialog implements Serializable

serialVersionUID: -5050385325380334495L

Serialized Fields

logos

java.awt.Image[] logos

Class edu.udo.cs.yale.gui.dialog.AnovaCalculatorDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 3023267244921354296L

Serialized Fields

calculator

AnovaCalculator calculator

tableModel

AnovaCalculatorDialog.AnovaTableModel tableModel

Class edu.udo.cs.yale.gui.dialog.Browser extends javax.swing.JEditorPane implements Serializable

serialVersionUID: -2342332990027338104L

Class edu.udo.cs.yale.gui.dialog.BugAssistant extends javax.swing.JDialog implements Serializable

serialVersionUID: 8379605320787188372L

Serialized Fields

message

javax.swing.JTextArea message

name

javax.swing.text.JTextComponent name

attachments

javax.swing.JList attachments

Class edu.udo.cs.yale.gui.dialog.ErrorDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: -8136329951869702133L

Serialized Fields

editButton

javax.swing.JButton editButton

Class edu.udo.cs.yale.gui.dialog.ExperimentInfoScreen extends javax.swing.JDialog implements Serializable

serialVersionUID: 1944105222396580694L

Class edu.udo.cs.yale.gui.dialog.IndividualSelector extends javax.swing.JDialog implements Serializable

serialVersionUID: -6512675217777454316L

Serialized Fields

population

Population population

selectionList

javax.swing.JList selectionList

performanceLabel

javax.swing.JLabel performanceLabel

metaDataViewer

MetaDataViewer metaDataViewer

Class edu.udo.cs.yale.gui.dialog.InfoBox extends javax.swing.JPanel implements Serializable

serialVersionUID: 7328407723342858802L

Serialized Fields

northHeight

int northHeight

width

int width

height

int height

productName

java.lang.String productName

version

java.lang.String version

productFontSize

int productFontSize

productNameHeight

int productNameHeight

versionFontSize

int versionFontSize

Class edu.udo.cs.yale.gui.dialog.NewOperatorDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 390653805759799295L

Serialized Fields

operatorTree

OperatorTree operatorTree

description

OperatorDescription description

mainPanel

javax.swing.JPanel mainPanel

operatorInfo

OperatorInfoPanel operatorInfo

operatorList

javax.swing.JList operatorList

searchText

java.lang.String searchText

inputClass

java.lang.Class<T> inputClass

outputClass

java.lang.Class<T> outputClass

group

java.lang.String group

firstCapability

LearnerCapability firstCapability

secondCapability

LearnerCapability secondCapability

Class edu.udo.cs.yale.gui.dialog.OperatorInfoPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: 3610550973456646750L

Class edu.udo.cs.yale.gui.dialog.OperatorInfoScreen extends javax.swing.JDialog implements Serializable

serialVersionUID: -6566133238783779634L

Serialized Fields

userDescription

javax.swing.JTextArea userDescription

ok

boolean ok

Class edu.udo.cs.yale.gui.dialog.SplashScreen extends InfoBox implements Serializable

serialVersionUID: 1L

Serialized Fields

logo

java.awt.Image logo

logoHeight

double logoHeight

dropSpeed

double dropSpeed

window

javax.swing.JWindow window

message

java.lang.String message

Class edu.udo.cs.yale.gui.dialog.StopDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: -7090498773341030469L

Serialized Fields

stillRunning

boolean stillRunning

Class edu.udo.cs.yale.gui.dialog.TotDDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 8283186515936703793L

Serialized Fields

text

javax.swing.JEditorPane text

textScrollPane

javax.swing.JScrollPane textScrollPane

showTip

javax.swing.JCheckBox showTip

allTips

java.util.List<E> allTips

Class edu.udo.cs.yale.gui.dialog.Tutorial extends javax.swing.JDialog implements Serializable

serialVersionUID: 2826577972132069114L

Serialized Fields

state

int state

mainFrame

MainFrame mainFrame

description

javax.swing.JEditorPane description

descriptionScrollPane

javax.swing.JScrollPane descriptionScrollPane

prevButton

javax.swing.JButton prevButton

nextButton

javax.swing.JButton nextButton

Class edu.udo.cs.yale.gui.dialog.WelcomeDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: -201033815501632610L

Serialized Fields

startOptions

javax.swing.JRadioButton[] startOptions

recentFileList

javax.swing.JList recentFileList

buttonGroup

javax.swing.ButtonGroup buttonGroup

mainFrame

MainFrame mainFrame

Class edu.udo.cs.yale.gui.dialog.WizardDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

mainFrame

MainFrame mainFrame

delete

javax.swing.JButton delete

next

javax.swing.JButton next

previous

javax.swing.JButton previous

cardLayout

java.awt.CardLayout cardLayout

mainPanel

javax.swing.JPanel mainPanel

experimentRenderer

ExperimentRenderer experimentRenderer

propertyTable

WizardPropertyTable propertyTable

currentStep

int currentStep

numberOfSteps

int numberOfSteps

experiments

Experiment[] experiments

templates

Template[] templates

selectedTemplateIndex

int selectedTemplateIndex

Package edu.udo.cs.yale.gui.experimenteditor

Class edu.udo.cs.yale.gui.experimenteditor.ExperimentPanel extends javax.swing.JScrollPane implements Serializable

serialVersionUID: -5968516503565845379L

Serialized Fields

experimentRenderer

ExperimentRenderer experimentRenderer

Class edu.udo.cs.yale.gui.experimenteditor.ExperimentRenderer extends javax.swing.JPanel implements Serializable

serialVersionUID: 2111854024857950879L

Serialized Fields

operator

Operator operator

Class edu.udo.cs.yale.gui.experimenteditor.MonitorPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: 5520199661077744328L

Serialized Fields

progressBar

javax.swing.JProgressBar progressBar

monitor

SystemMonitor monitor

Class edu.udo.cs.yale.gui.experimenteditor.ResultDisplay extends javax.swing.JPanel implements Serializable

serialVersionUID: 1970923271834221630L

Serialized Fields

size

int size

results

java.util.List<E> results

tabs

javax.swing.JTabbedPane tabs

label

javax.swing.JLabel label

dataTables

java.util.Collection<E> dataTables

Class edu.udo.cs.yale.gui.experimenteditor.StatusBar extends javax.swing.Box implements Serializable

serialVersionUID: 1189363377612273467L

Serialized Fields

clock

javax.swing.JLabel clock

operator

javax.swing.JLabel operator

currentOperator

Operator currentOperator

breakpoint

int breakpoint

specialText

java.lang.String specialText

Class edu.udo.cs.yale.gui.experimenteditor.SystemMonitor extends javax.swing.JPanel implements Serializable

serialVersionUID: -6860624220979494451L

Serialized Fields

delay

long delay

memory

long[] memory

currentMeasurement

int currentMeasurement

Class edu.udo.cs.yale.gui.experimenteditor.TreePanel extends javax.swing.JSplitPane implements Serializable

serialVersionUID: 9160820147290119297L

Serialized Fields

MOVE_DOWN_ACTION

javax.swing.Action MOVE_DOWN_ACTION

MOVE_UP_ACTION

javax.swing.Action MOVE_UP_ACTION

operatorTree

OperatorTree operatorTree

propertyTable

OperatorPropertyTable propertyTable

Class edu.udo.cs.yale.gui.experimenteditor.XMLEditor extends javax.swing.JPanel implements Serializable

serialVersionUID: 4172143138689034659L

Serialized Fields

editor

javax.swing.JTextPane editor

SEARCH_ACTION

javax.swing.Action SEARCH_ACTION

mainFrame

MainFrame mainFrame

Package edu.udo.cs.yale.gui.operatormenu

Class edu.udo.cs.yale.gui.operatormenu.NewOperatorMenu extends OperatorMenu implements Serializable

serialVersionUID: 1L

Class edu.udo.cs.yale.gui.operatormenu.OperatorMenu extends javax.swing.JMenu implements Serializable

Class edu.udo.cs.yale.gui.operatormenu.ReplaceOperatorMenu extends OperatorMenu implements Serializable

serialVersionUID: 1L


Package edu.udo.cs.yale.gui.operatortree

Class edu.udo.cs.yale.gui.operatortree.OperatorTree extends javax.swing.JTree implements Serializable

serialVersionUID: -6934683725946634563L

Serialized Fields

NEW_OPERATOR_ACTION

javax.swing.Action NEW_OPERATOR_ACTION

NEW_BUILDING_BLOCK_ACTION

javax.swing.Action NEW_BUILDING_BLOCK_ACTION

CUT_ACTION

javax.swing.Action CUT_ACTION

COPY_ACTION

javax.swing.Action COPY_ACTION

PASTE_ACTION

javax.swing.Action PASTE_ACTION

DELETE_OPERATOR_ACTION

javax.swing.Action DELETE_OPERATOR_ACTION

RENAME_OPERATOR_ACTION

javax.swing.Action RENAME_OPERATOR_ACTION

INFO_OPERATOR_ACTION

javax.swing.Action INFO_OPERATOR_ACTION

SAVE_BUILDING_BLOCK_ACTION

javax.swing.Action SAVE_BUILDING_BLOCK_ACTION

TOGGLE_BREAKPOINT

OperatorTree.ToggleBreakpointItem[] TOGGLE_BREAKPOINT

TOGGLE_SHOW_DISABLED

OperatorTree.ToggleShowDisabledItem TOGGLE_SHOW_DISABLED

ADD_ALL_BREAKPOINTS

javax.swing.Action ADD_ALL_BREAKPOINTS

REMOVE_ALL_BREAKPOINTS

javax.swing.Action REMOVE_ALL_BREAKPOINTS

EXPAND_ALL_ACTION

javax.swing.Action EXPAND_ALL_ACTION

COLLAPSE_ALL_ACTION

javax.swing.Action COLLAPSE_ALL_ACTION

mainFrame

MainFrame mainFrame
The main frame. Used for conditional action updates and property table settings.


treeModel

OperatorTreeModel treeModel
The tree model of the operator tree.


clipBoard

Operator clipBoard
The current clip board, i.e. the selected operator before cut or copy was applied.


clipBoardMode

int clipBoardMode
The current clip board mode. Must be one out of CLIPBOARD_MODE_EMPTY, CLIPBOARD_MODE_CUT, or CLIPBOARD_MODE_COPY.

Class edu.udo.cs.yale.gui.operatortree.OperatorTreeCellRenderer extends javax.swing.tree.DefaultTreeCellRenderer implements Serializable

serialVersionUID: -8256080174651447518L

Serialized Fields

operatorPanel

OperatorTreeCellRenderer.OperatorPanel operatorPanel

Package edu.udo.cs.yale.gui.plotter

Class edu.udo.cs.yale.gui.plotter.AndrewsCurves extends PlotterAdapter implements Serializable

serialVersionUID: -471636460650394557L

Serialized Fields

dataTable

DataTable dataTable

lines

java.util.List<E> lines

minY

double minY

maxY

double maxY

colorColumn

int colorColumn

minColor

double minColor

maxColor

double maxColor

Class edu.udo.cs.yale.gui.plotter.BoundDiagram extends PlotterAdapter implements Serializable

serialVersionUID: 3155061651939372589L

Serialized Fields

values

double[] values

maxWeight

double maxWeight

names

java.lang.String[] names

radius

int radius

currentToolTip

java.lang.String currentToolTip

toolTipX

double toolTipX

toolTipY

double toolTipY

angles

double[] angles

attributeVectorX

double[] attributeVectorX

attributeVectorY

double[] attributeVectorY

plotIndex

int plotIndex

dataTable

DataTable dataTable

Class edu.udo.cs.yale.gui.plotter.ColorHistogramMatrixPlotter extends PlotterAdapter implements Serializable

serialVersionUID: 9049081889010883621L

Serialized Fields

plotters

ColorHistogramPlotter[] plotters

plotterSize

int plotterSize

colorIndex

int colorIndex

maxWeight

double maxWeight

dataTable

DataTable dataTable

Class edu.udo.cs.yale.gui.plotter.ColorHistogramPlotter extends HistogramPlotter implements Serializable

serialVersionUID: -2185573642487757891L

Serialized Fields

columnIndex

int columnIndex

colorIndex

int colorIndex

Class edu.udo.cs.yale.gui.plotter.ColorQuartileMatrixPlotter extends PlotterAdapter implements Serializable

serialVersionUID: -3049267947471497204L

Serialized Fields

plotters

ColorQuartilePlotter[] plotters

plotterSize

int plotterSize

colorIndex

int colorIndex

maxWeight

double maxWeight

dataTable

DataTable dataTable

Class edu.udo.cs.yale.gui.plotter.ColorQuartilePlotter extends PlotterAdapter implements Serializable

serialVersionUID: -5115095967846809152L

Serialized Fields

columnIndex

int columnIndex

colorIndex

int colorIndex

dataTable

DataTable dataTable

allQuartiles

java.util.List<E> allQuartiles

drawLegend

boolean drawLegend

key

java.lang.String key

globalMin

double globalMin

globalMax

double globalMax

Class edu.udo.cs.yale.gui.plotter.DensityPlotter extends PlotterAdapter implements Serializable

serialVersionUID: -3723769116082161327L

Serialized Fields

dataTable

DataTable dataTable

points

java.util.List<E> points

axes

int[] axes

pointColorIndex

int pointColorIndex

densityColorIndex

int densityColorIndex

minDensityColor

double minDensityColor

maxDensityColor

double maxDensityColor

minPointColor

double minPointColor

maxPointColor

double maxPointColor

min

double[] min

max

double[] max

colorMatrix

double[][] colorMatrix

currentToolTip

java.lang.String currentToolTip

toolTipX

double toolTipX

toolTipY

double toolTipY

image

java.awt.image.BufferedImage image

Class edu.udo.cs.yale.gui.plotter.GNUPlotDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: -656105409652339951L

Serialized Fields

freeTextArea

javax.swing.JTextArea freeTextArea

titleField

javax.swing.JTextField titleField

lineTypes

javax.swing.JComboBox lineTypes

gridCheckBox

javax.swing.JCheckBox gridCheckBox

hiddenCheckBox

javax.swing.JCheckBox hiddenCheckBox

logScaleX

javax.swing.JCheckBox logScaleX

logScaleY

javax.swing.JCheckBox logScaleY

logScaleZ

javax.swing.JCheckBox logScaleZ

plotter

Plotter plotter

Class edu.udo.cs.yale.gui.plotter.GnuPlotPlotter extends PlotterAdapter implements Serializable

serialVersionUID: 6512137525068625074L

Serialized Fields

dataTable

DataTable dataTable

axis

int[] axis

columns

boolean[] columns

rotX

int rotX

rotZ

int rotZ

cachedImage

java.awt.Image cachedImage

gnuPlotDialog

GNUPlotDialog gnuPlotDialog

Class edu.udo.cs.yale.gui.plotter.GridVizPlotter extends RadVizPlotter implements Serializable

serialVersionUID: 9178351977037267613L

Class edu.udo.cs.yale.gui.plotter.HintonDiagram extends PlotterAdapter implements Serializable

serialVersionUID: -1299407916734619185L

Serialized Fields

values

double[] values

maxWeight

double maxWeight

names

java.lang.String[] names

boxSize

int boxSize

horizontalCount

int horizontalCount

verticalCount

int verticalCount

currentToolTip

java.lang.String currentToolTip

toolTipX

double toolTipX

toolTipY

double toolTipY

plotIndex

int plotIndex

dataTable

DataTable dataTable

Class edu.udo.cs.yale.gui.plotter.HistogramMatrixPlotter extends PlotterAdapter implements Serializable

serialVersionUID: 9049081889010883621L

Serialized Fields

plotters

HistogramPlotter[] plotters

maxWeight

double maxWeight

dataTable

DataTable dataTable

plotterSize

int plotterSize

Class edu.udo.cs.yale.gui.plotter.HistogramPlotter extends PlotterAdapter implements Serializable

serialVersionUID: 5447178172542465015L

Serialized Fields

dataTable

DataTable dataTable

minX

double minX

maxX

double maxX

minY

double minY

maxY

double maxY

xTicSize

double xTicSize

yTicSize

double yTicSize

columns

boolean[] columns
Indicates which columns will be plotted.


allPlots

java.util.Map<K,V> allPlots

binNumber

int binNumber

drawLegend

boolean drawLegend

key

java.lang.String key

currentXPlotterColumn

int currentXPlotterColumn

Class edu.udo.cs.yale.gui.plotter.ParallelPlotter extends PlotterAdapter implements Serializable

serialVersionUID: -175572158812122874L

Serialized Fields

dataTable

DataTable dataTable

min

double[] min

max

double[] max

maxWeight

double maxWeight

globalMin

double globalMin

globalMax

double globalMax

colorColumn

int colorColumn

toolTip

ToolTip toolTip

localNormalizationBox

javax.swing.JCheckBox localNormalizationBox

columnMappingSelection

javax.swing.JComboBox columnMappingSelection
Selection of column mapping.


localNormalization

boolean localNormalization

columnMappingType

int columnMappingType
The currently selected type of column mapping. Default is ORDERED.


orderRandomSeed

long orderRandomSeed
Currently used random seed for random ordering.

Class edu.udo.cs.yale.gui.plotter.PlotterAdapter extends javax.swing.JPanel implements Serializable

serialVersionUID: -8994113034200480325L

Class edu.udo.cs.yale.gui.plotter.PlotterLegend extends javax.swing.JComponent implements Serializable

serialVersionUID: -4737111168245916491L

Serialized Fields

adapter

PlotterAdapter adapter

dataTable

DataTable dataTable

legendColumn

int legendColumn

Class edu.udo.cs.yale.gui.plotter.PlotterPanel extends javax.swing.JPanel implements Serializable

serialVersionUID: -8724351470349745191L

Serialized Fields

plotter

Plotter plotter
The currently selected plotter object.


dataTable

DataTable dataTable
The current data table object which backs up the plotting.


coordinatesLabel

javax.swing.JLabel coordinatesLabel
The label which shows the coordinates in data space. Not supported by all plotters.


pressStart

java.awt.Point pressStart
The point at which a mouse pressing started.


selectedPlotter

java.lang.String selectedPlotter
The selected plotter type.


mainPanel

javax.swing.JPanel mainPanel
The main panel containing the axes selection panel and the actual plotter component.


availablePlotters

java.util.LinkedHashMap<K,V> availablePlotters
Indicates if the plotter will be available.

Class edu.udo.cs.yale.gui.plotter.QuartilePlotter extends ColorQuartilePlotter implements Serializable

serialVersionUID: -5115095967846809152L

Serialized Fields

columns

boolean[] columns

Class edu.udo.cs.yale.gui.plotter.RadVizPlotter extends PlotterAdapter implements Serializable

serialVersionUID: 199188198448229742L

Serialized Fields

plotterPoints

java.util.List<E> plotterPoints
The list of all plotter points.


dataTable

DataTable dataTable
The currently used data table.


columnMapping

int[] columnMapping
Maps the axes to the data table columns.


maxWeight

double maxWeight
The maximum column weight (if weights are available in data table).


anchorVectorX

double[] anchorVectorX
The vector directions of the axes of the rad viz.


anchorVectorY

double[] anchorVectorY
The vector directions of the axes of the rad viz.


angles

double[] angles
The angles between the axes.


colorColumn

int colorColumn
The column which should be used to colorize the data points.


minColor

double minColor
The minimum value of the color column.


maxColor

double maxColor
The maximum value of the color column.


columnMappingSelection

javax.swing.JComboBox columnMappingSelection
Selection of column mapping.


ignoreList

javax.swing.JList ignoreList
The list of columns which should not be used as dimension anchors.


columnMappingType

int columnMappingType
The currently selected type of column mapping. Default is ORDERED.


scale

double scale
The scaling factor for point plotting, usually 1.


orderRandomSeed

long orderRandomSeed
Currently used random seed for random ordering.

Class edu.udo.cs.yale.gui.plotter.ScatterMatrixPlotter extends PlotterAdapter implements Serializable

serialVersionUID: 9049081889010883621L

Serialized Fields

plotters

ScatterPlotter[][] plotters

plotDimension

int plotDimension

dataTable

DataTable dataTable

plotterSize

int plotterSize

Class edu.udo.cs.yale.gui.plotter.ScatterPlotter extends PlotterAdapter implements Serializable

serialVersionUID: -6640810053422867017L

Serialized Fields

dataTable

DataTable dataTable

plots

java.util.List<E> plots

minX

double minX

maxX

double maxX

minY

double minY

maxY

double maxY

minColor

double minColor

maxColor

double maxColor

xTicSize

double xTicSize

yTicSize

double yTicSize

colorColumn

int colorColumn

drawMinX

double drawMinX

drawMaxX

double drawMaxX

drawMinY

double drawMinY

drawMaxY

double drawMaxY

axis

int[] axis

currentPlotterXAxis

int currentPlotterXAxis
The column which is currently used as x-axis for the plotter.


currentPlotterYAxis

int currentPlotterYAxis
The column which is currently used as y-axis for the plotter.


columns

boolean[] columns

currentToolTip

java.lang.String currentToolTip

toolTipX

double toolTipX

toolTipY

double toolTipY

dragX

int dragX

dragY

int dragY

dragWidth

int dragWidth

dragHeight

int dragHeight

drawAxes

boolean drawAxes

drawLabel

boolean drawLabel

draw2DLines

boolean draw2DLines

drawLegend

boolean drawLegend

key

java.lang.String key

pointTypeSelection

javax.swing.JComboBox pointTypeSelection

pointType

int pointType

jitterAmount

int jitterAmount

transform

java.awt.geom.AffineTransform transform
The transformation from pixel space into data space.

Class edu.udo.cs.yale.gui.plotter.SimplePlotterDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 3024071214549165747L

Serialized Fields

plotter

ScatterPlotter plotter

visualizers

java.util.List<E> visualizers

Class edu.udo.cs.yale.gui.plotter.SurveyPlotter extends PlotterAdapter implements Serializable

serialVersionUID: -4510716260204035289L

Serialized Fields

dataTable

DataTable dataTable

maxWeight

double maxWeight

colorColumn

int colorColumn

sortingDimensions

int[] sortingDimensions

dataRows

java.util.List<E> dataRows

min

double[] min

max

double[] max

toolTip

ToolTip toolTip

Package edu.udo.cs.yale.gui.plotter.mathplot

Class edu.udo.cs.yale.gui.plotter.mathplot.BarPlot2D extends JMathPlotter2D implements Serializable

serialVersionUID: -4351530035081388245L

Class edu.udo.cs.yale.gui.plotter.mathplot.BarPlot3D extends JMathPlotter3D implements Serializable

serialVersionUID: -2241823488299009239L

Class edu.udo.cs.yale.gui.plotter.mathplot.BoxPlot2D extends JMathPlotter2D implements Serializable

serialVersionUID: -3763239240861652777L

Class edu.udo.cs.yale.gui.plotter.mathplot.BoxPlot3D extends JMathPlotter3D implements Serializable

serialVersionUID: -7533259303423637127L

Class edu.udo.cs.yale.gui.plotter.mathplot.JMathPlotter extends PlotterAdapter implements Serializable

Serialized Fields

dataTable

DataTable dataTable
The currently used data table object.


plotpanel

org.math.plot.PlotPanel plotpanel
The actual plotter panel of JMathPlot.


legend

PlotterLegend legend
The Yale plotter legend which can be used to display the values with respect to the used colors.


columns

boolean[] columns
Indicates which columns will be plotted.


axis

int[] axis
The used axes columns.

Class edu.udo.cs.yale.gui.plotter.mathplot.JMathPlotter2D extends JMathPlotter implements Serializable

Class edu.udo.cs.yale.gui.plotter.mathplot.JMathPlotter3D extends JMathPlotter implements Serializable

Class edu.udo.cs.yale.gui.plotter.mathplot.ScatterPlot3D extends JMathPlotter3D implements Serializable

serialVersionUID: -3741835931346090326L

Class edu.udo.cs.yale.gui.plotter.mathplot.ScatterPlot3DColor extends JMathPlotter3D implements Serializable

serialVersionUID: 6967871061963724679L

Class edu.udo.cs.yale.gui.plotter.mathplot.SurfacePlot3D extends JMathPlotter3D implements Serializable

serialVersionUID: -8086776011628491876L


Package edu.udo.cs.yale.gui.plotter.som

Class edu.udo.cs.yale.gui.plotter.som.SOMPlotter extends PlotterAdapter implements Serializable

serialVersionUID: -1936359032703929998L

Serialized Fields

dimensions

int[] dimensions

exampleCoordinates

java.util.ArrayList<E> exampleCoordinates

examplesApplied

boolean examplesApplied

uMatrix

double[][] uMatrix

maxU

double maxU

pMatrix

double[][] pMatrix

maxP

double maxP

uStarMatrix

double[][] uStarMatrix

maxUStar

double maxUStar

dataTable

DataTable dataTable

show

boolean show

currentToolTip

java.lang.String currentToolTip

toolTipX

double toolTipX

toolTipY

double toolTipY

showMatrix

int showMatrix

showColor

int showColor

colorColumn

int colorColumn

data

RandomDataContainer data

net

KohonenNet net

approveButton

javax.swing.JButton approveButton

matrixSelection

javax.swing.JComboBox matrixSelection

colorSelection

javax.swing.JComboBox colorSelection

roundSelection

javax.swing.JTextField roundSelection

radiusSelection

javax.swing.JTextField radiusSelection

dimensionX

javax.swing.JTextField dimensionX

dimensionY

javax.swing.JTextField dimensionY

progressBar

javax.swing.JProgressBar progressBar

colorizer

SOMMatrixColorizer[] colorizer

jitterAmount

int jitterAmount

image

java.awt.image.BufferedImage image

Package edu.udo.cs.yale.gui.properties

Class edu.udo.cs.yale.gui.properties.AttributeFileCellEditor extends FileValueCellEditor implements Serializable

serialVersionUID: 99319694250830796L

Serialized Fields

exampleSource

Operator exampleSource

Class edu.udo.cs.yale.gui.properties.AttributeWeightCellEditor extends javax.swing.AbstractCellEditor implements Serializable

serialVersionUID: 4648838759294286088L

Serialized Fields

panel

javax.swing.JPanel panel

textField

javax.swing.JTextField textField

gridBagLayout

java.awt.GridBagLayout gridBagLayout

Class edu.udo.cs.yale.gui.properties.AttributeWeightsDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 5700615743712147883L

Serialized Fields

ok

boolean ok

attributeTableModel

AttributeWeightsTableModel attributeTableModel

minWeightField

javax.swing.JTextField minWeightField

minWeightCheckBox

javax.swing.JCheckBox minWeightCheckBox

selectionCount

javax.swing.JLabel selectionCount

Class edu.udo.cs.yale.gui.properties.AttributeWeightsTableModel extends javax.swing.table.AbstractTableModel implements Serializable

serialVersionUID: 6151252627227324898L

Serialized Fields

weights

AttributeWeights weights

attributeNames

java.lang.String[] attributeNames

editors

PropertyValueCellEditor[] editors

updateMap

java.util.Map<K,V> updateMap

viewMode

int viewMode

overwrite

boolean overwrite

minWeight

double minWeight

selectionCount

int selectionCount

Class edu.udo.cs.yale.gui.properties.ColorValueCellEditor extends javax.swing.AbstractCellEditor implements Serializable

serialVersionUID: -7069543356398085334L

Serialized Fields

type

ParameterTypeColor type

button

javax.swing.JButton button

Class edu.udo.cs.yale.gui.properties.ConfigurationWizardValueCellEditor extends javax.swing.AbstractCellEditor implements Serializable

serialVersionUID: -7163760967040772736L

Serialized Fields

type

ParameterTypeConfiguration type

button

javax.swing.JButton button

Class edu.udo.cs.yale.gui.properties.DefaultPropertyKeyRenderer extends javax.swing.table.DefaultTableCellRenderer implements Serializable

serialVersionUID: 5599667832953596663L

Serialized Fields

type

ParameterType type

Class edu.udo.cs.yale.gui.properties.DefaultPropertyValueCellEditor extends javax.swing.DefaultCellEditor implements Serializable

serialVersionUID: 3594466409311826645L

Serialized Fields

useEditorAsRenderer

boolean useEditorAsRenderer

Class edu.udo.cs.yale.gui.properties.FileValueCellEditor extends javax.swing.AbstractCellEditor implements Serializable

Serialized Fields

panel

javax.swing.JPanel panel

textField

javax.swing.JTextField textField

type

ParameterTypeFile type

gridBagLayout

java.awt.GridBagLayout gridBagLayout

Class edu.udo.cs.yale.gui.properties.InnerOperatorValueCellEditor extends javax.swing.AbstractCellEditor implements Serializable

serialVersionUID: -2559892872774108384L

Serialized Fields

operatorCombo

javax.swing.JComboBox operatorCombo

parentOperator

OperatorChain parentOperator

Class edu.udo.cs.yale.gui.properties.ListPropertyDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 1876607848416333390L

Serialized Fields

ok

boolean ok

listPropertyTable

ListPropertyTable listPropertyTable

parameterList

java.util.List<E> parameterList

Class edu.udo.cs.yale.gui.properties.ListPropertyTable extends PropertyTable implements Serializable

serialVersionUID: -4547732551646588939L

Serialized Fields

type

ParameterTypeList type

operator

Operator operator

Class edu.udo.cs.yale.gui.properties.ListValueCellEditor extends javax.swing.AbstractCellEditor implements Serializable

serialVersionUID: -4429790999365057931L

Serialized Fields

button

javax.swing.JButton button

parameterList

java.util.List<E> parameterList

Class edu.udo.cs.yale.gui.properties.OperatorPropertyTable extends SimplePropertyTable implements Serializable

serialVersionUID: -4129852766426437419L

Serialized Fields

mainFrame

MainFrame mainFrame

operator

Operator operator

parameterTypes

ParameterType[] parameterTypes

expertMode

boolean expertMode

Class edu.udo.cs.yale.gui.properties.OperatorValueValueCellEditor extends javax.swing.AbstractCellEditor implements Serializable

serialVersionUID: 2332956173516489926L

Serialized Fields

panel

javax.swing.JPanel panel

operatorCombo

javax.swing.JComboBox operatorCombo

typeCombo

javax.swing.JComboBox typeCombo

valueCombo

javax.swing.JComboBox valueCombo

experiment

Experiment experiment

Class edu.udo.cs.yale.gui.properties.ParameterValueKeyCellEditor extends javax.swing.AbstractCellEditor implements Serializable

serialVersionUID: -2559892872774108384L

Serialized Fields

panel

javax.swing.JPanel panel

operatorCombo

javax.swing.JComboBox operatorCombo

parameterCombo

javax.swing.JComboBox parameterCombo

parentOperator

OperatorChain parentOperator

experiment

Experiment experiment

Class edu.udo.cs.yale.gui.properties.PropertyTable extends javax.swing.JTable implements Serializable

Serialized Fields

model

javax.swing.table.DefaultTableModel model

valueEditors

java.util.List<E> valueEditors

keyRenderers

java.util.List<E> keyRenderers

toolTips

java.util.List<E> toolTips

columnNames

java.lang.String[] columnNames

Class edu.udo.cs.yale.gui.properties.SettingsDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 6665295638614289994L

Serialized Fields

tabs

SettingsTabs tabs

Class edu.udo.cs.yale.gui.properties.SettingsPropertyTable extends PropertyTable implements Serializable

serialVersionUID: 649188519589057381L

Serialized Fields

parameterTypes

ParameterType[] parameterTypes

Class edu.udo.cs.yale.gui.properties.SettingsTabs extends javax.swing.JTabbedPane implements Serializable

serialVersionUID: -229446448782516589L

Serialized Fields

tables

java.util.List<E> tables

Class edu.udo.cs.yale.gui.properties.SimpleFileValueCellEditor extends FileValueCellEditor implements Serializable

serialVersionUID: 8800712397096177848L

Class edu.udo.cs.yale.gui.properties.SimplePropertyTable extends PropertyTable implements Serializable

Class edu.udo.cs.yale.gui.properties.WizardPropertyTable extends SimplePropertyTable implements Serializable

serialVersionUID: 1510360561085238281L

Serialized Fields

operators

Operator[] operators

parameterTypes

ParameterType[] parameterTypes

Package edu.udo.cs.yale.gui.templates

Class edu.udo.cs.yale.gui.templates.ManageBuildingBlocksDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: -2146505003821251075L

Serialized Fields

buildingBlockList

javax.swing.JList buildingBlockList

buildingBlockMap

java.util.Map<K,V> buildingBlockMap

Class edu.udo.cs.yale.gui.templates.ManageTemplatesDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 1428487062393160289L

Serialized Fields

templateList

javax.swing.JList templateList

templateMap

java.util.Map<K,V> templateMap

Class edu.udo.cs.yale.gui.templates.NewBuildingBlockDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 4234757981716378086L

Serialized Fields

ok

boolean ok

buildingBlockList

javax.swing.JList buildingBlockList

Class edu.udo.cs.yale.gui.templates.NewBuildingBlockMenu extends javax.swing.JMenu implements Serializable

serialVersionUID: 316102134905132452L

Class edu.udo.cs.yale.gui.templates.SaveAsBuildingBlockDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 7662184237558085856L

Serialized Fields

ok

boolean ok

nameField

javax.swing.JTextField nameField

descriptionField

javax.swing.JTextField descriptionField

Class edu.udo.cs.yale.gui.templates.SaveAsTemplateDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: -4892200177390173103L

Serialized Fields

ok

boolean ok

nameField

javax.swing.JTextField nameField

descriptionField

javax.swing.JTextField descriptionField

tableModel

SaveAsTemplateDialog.TemplateParameterTableModel tableModel

Package edu.udo.cs.yale.gui.viewer

Class edu.udo.cs.yale.gui.viewer.DataTableViewer extends javax.swing.JPanel implements Serializable

serialVersionUID: 6878549119308753961L

Serialized Fields

generalInfo

javax.swing.JLabel generalInfo

dataTableViewerTable

DataTableViewerTable dataTableViewerTable

Class edu.udo.cs.yale.gui.viewer.DataTableViewerTable extends javax.swing.JTable implements Serializable

serialVersionUID: 3206734427933036268L

Class edu.udo.cs.yale.gui.viewer.DataTableViewerTableModel extends javax.swing.table.AbstractTableModel implements Serializable

serialVersionUID: 8116530590493627673L

Serialized Fields

dataTable

DataTable dataTable

Class edu.udo.cs.yale.gui.viewer.DataViewer extends javax.swing.JPanel implements Serializable

serialVersionUID: -8114228636932871865L

Serialized Fields

generalInfo

javax.swing.JLabel generalInfo

dataTable

DataViewerTable dataTable

filterCounter

javax.swing.JLabel filterCounter
Filter counter display.


originalExampleSet

ExampleSet originalExampleSet

Class edu.udo.cs.yale.gui.viewer.DataViewerTable extends javax.swing.JTable implements Serializable

serialVersionUID: 5535239693801265693L

Serialized Fields

numberOfSpecialAttributes

int numberOfSpecialAttributes

Class edu.udo.cs.yale.gui.viewer.DataViewerTableModel extends javax.swing.table.AbstractTableModel implements Serializable

serialVersionUID: -3057324874942971672L

Serialized Fields

specialAttributes

Attribute[] specialAttributes

exampleSet

ExampleSet exampleSet

Class edu.udo.cs.yale.gui.viewer.MetaDataViewer extends javax.swing.JPanel implements Serializable

serialVersionUID: 5466205420267797125L

Serialized Fields

generalInfo

javax.swing.JLabel generalInfo

metaDataTable

MetaDataViewerTable metaDataTable

Class edu.udo.cs.yale.gui.viewer.MetaDataViewerTable extends javax.swing.JTable implements Serializable

serialVersionUID: -4879028136543294746L

Serialized Fields

numberOfSpecialAttributeRows

int numberOfSpecialAttributeRows

Class edu.udo.cs.yale.gui.viewer.MetaDataViewerTableModel extends javax.swing.table.AbstractTableModel implements Serializable

serialVersionUID: -1598719681189990076L

Serialized Fields

currentMapping

int[] currentMapping

exampleSet

ExampleSet exampleSet

specialAttributes

Attribute[] specialAttributes

specialAttributeNames

java.lang.String[] specialAttributeNames

Package edu.udo.cs.yale.gui.wizards

Class edu.udo.cs.yale.gui.wizards.DBExampleSourceConfigurationWizard extends javax.swing.JDialog implements Serializable

serialVersionUID: -1172710057099912870L

Serialized Fields

next

javax.swing.JButton next

previous

javax.swing.JButton previous

cardLayout

java.awt.CardLayout cardLayout

mainPanel

javax.swing.JPanel mainPanel

currentStep

int currentStep

numberOfSteps

int numberOfSteps

listener

ConfigurationListener listener

handler

DatabaseHandler handler
The database handler.


isConnected

boolean isConnected
Indicates if the handler is currently connected.


attributeNameMap

java.util.Map<K,V> attributeNameMap
All attribute names for the available tables.


systemComboBox

javax.swing.JComboBox systemComboBox
This combo box contains all available database drivers.


serverField

javax.swing.JTextField serverField
This field contains the server name or IP.


urlField

javax.swing.JTextField urlField
This field contains the complete url string for the defined driver.


databaseNameField

javax.swing.JTextField databaseNameField
This field contains the database name.


userNameField

javax.swing.JTextField userNameField
This field contains the user name.


passwordField

javax.swing.JPasswordField passwordField
This field contains the password.


password

java.lang.String password
Remembers the password during connections.


passwordFromTextField

boolean passwordFromTextField
Indicates if the password was defined in the text field (and hence should be set as operator parameter).


tableList

javax.swing.JList tableList
The list with all tables.


attributeList

javax.swing.JList attributeList
The list with all attribute names.


whereTextArea

javax.swing.JTextArea whereTextArea
The text area with the where clause.


sqlQueryTextArea

javax.swing.JTextArea sqlQueryTextArea
The text area with the where clause.


attributeTypeMap

java.util.Map<K,V> attributeTypeMap
This map contains all information for the attribute types.


dataView

DBExampleSourceConfigurationWizardDataTable dataView
The definition of all attribute types.

Class edu.udo.cs.yale.gui.wizards.DBExampleSourceConfigurationWizardDataTable extends javax.swing.JTable implements Serializable

serialVersionUID: -8058748606383970527L

Class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizard extends javax.swing.JDialog implements Serializable

serialVersionUID: -1172710057099912870L

Serialized Fields

next

javax.swing.JButton next

previous

javax.swing.JButton previous

cardLayout

java.awt.CardLayout cardLayout

mainPanel

javax.swing.JPanel mainPanel

currentStep

int currentStep

numberOfSteps

int numberOfSteps

listener

ConfigurationListener listener

sources

java.util.ArrayList<E> sources
The list of the abstract attribute informations.


data

java.util.List<E> data
The current data sample.


fileTextField

javax.swing.JTextField fileTextField
The text field with the name of the data file.


commentCharField

javax.swing.JTextField commentCharField
The text field defining the comment characters.


semicolonButton

javax.swing.JRadioButton semicolonButton
Indicates that the columns are separated by a semicolon.


commaButton

javax.swing.JRadioButton commaButton
Indicates that the columns are separated by a comma.


tabButton

javax.swing.JRadioButton tabButton
Indicates that the columns are separated by tabs.


whiteSpaceButton

javax.swing.JRadioButton whiteSpaceButton
Indicates that the columns are separated by any white space.


regExpButton

javax.swing.JRadioButton regExpButton
Indicates that the columns are separated by the column separator defined by a regular expression.


columnSeparatorTextField

javax.swing.JTextField columnSeparatorTextField
The text field with the column separator.


firstRowAsNames

javax.swing.JCheckBox firstRowAsNames
Indicates if the first row should be used for column names.


dataView

ExampleSourceConfigurationWizardDataTable dataView
The view on the data with the current settings.


dataViewPane

javax.swing.JScrollPane dataViewPane
The scroll pane for the data view.


valueTypeView

ExampleSourceConfigurationWizardValueTypeTable valueTypeView
The view of the attribute value types.


attributeTypeView

ExampleSourceConfigurationWizardAttributeTypeTable attributeTypeView
The view of the attribute types (regular or special).


resultFileField

javax.swing.JTextField resultFileField
The result attribute description file name.

Class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizardAttributeTypeTable extends javax.swing.JTable implements Serializable

serialVersionUID: -2517765684242352099L

Class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizardDataTable extends javax.swing.JTable implements Serializable

serialVersionUID: -6334023466810899931L

Class edu.udo.cs.yale.gui.wizards.ExampleSourceConfigurationWizardValueTypeTable extends javax.swing.JTable implements Serializable

serialVersionUID: -6402806364622312588L


Package edu.udo.cs.yale.operator

Class edu.udo.cs.yale.operator.ExperimentStoppedException extends OperatorException implements Serializable

serialVersionUID: 767641278540057135L

Class edu.udo.cs.yale.operator.IllegalInputException extends java.lang.Exception implements Serializable

serialVersionUID: 7043386419256147253L

Serialized Fields

operator

Operator operator

Class edu.udo.cs.yale.operator.IllegalNumberOfInnerOperatorsException extends java.lang.Exception implements Serializable

serialVersionUID: 8042272058326397126L

Serialized Fields

operatorChain

OperatorChain operatorChain

Class edu.udo.cs.yale.operator.MissingIOObjectException extends UserError implements Serializable

serialVersionUID: -4992990462748190926L

Serialized Fields

wanted

java.lang.Class<T> wanted

Class edu.udo.cs.yale.operator.OperatorCreationException extends java.lang.Exception implements Serializable

serialVersionUID: 805882946295847566L

Class edu.udo.cs.yale.operator.OperatorException extends java.lang.Exception implements Serializable

serialVersionUID: 3626738574540303240L

Class edu.udo.cs.yale.operator.SerializableModel extends AbstractModel implements Serializable

Class edu.udo.cs.yale.operator.UserError extends OperatorException implements Serializable

serialVersionUID: -8441036860570180869L

Serialized Fields

code

int code

operator

Operator operator

Class edu.udo.cs.yale.operator.WrongNumberOfInnerOperatorsException extends java.lang.Exception implements Serializable

serialVersionUID: -1812028558589188050L

Serialized Fields

operator

Operator operator

Package edu.udo.cs.yale.operator.generator

Class edu.udo.cs.yale.operator.generator.TargetFunction.FunctionException extends java.lang.Exception implements Serializable

serialVersionUID: -990633489806141677L

Serialized Fields

functionName

java.lang.String functionName

Package edu.udo.cs.yale.operator.meta

Class edu.udo.cs.yale.operator.meta.ParameterSet extends ResultObjectAdapter implements Serializable

serialVersionUID: -2615523039124583537L

Serialized Fields

parameterValues

java.util.List<E> parameterValues

performance

PerformanceVector performance

Package edu.udo.cs.yale.operator.parameter

Class edu.udo.cs.yale.operator.parameter.UndefinedParameterError extends UserError implements Serializable

serialVersionUID: -2861031839668411515L


Package edu.udo.cs.yale.tools

Class edu.udo.cs.yale.tools.RandomGenerator extends java.util.Random implements Serializable

serialVersionUID: 7562534107359981433L

Class edu.udo.cs.yale.tools.WekaInstancesAdaptor extends weka.core.Instances implements Serializable

serialVersionUID: 99943154106235423L

Serialized Fields

exampleSet

ExampleSet exampleSet
The example set which backs up the Instances object.


exampleTransform

FastExample2SparseTransform exampleTransform
This transformation might help to speed up the creation of sparse examples.


mostFrequent

int[] mostFrequent
The most frequent nominal values (only used for association rule mining, null otherwise). -1 if attribute is numerical.


taskType

int taskType
The task type for which this instances object is used. Must be one out of LEARNING, PREDICTING, CLUSTERING, ASSOCIATION_RULE_MINING, or WEIGHTING. For the latter cases the original label attribute will be omitted.


labelAttribute

Attribute labelAttribute
The YALE label attribute or null if not desired (depending on task).

Class edu.udo.cs.yale.tools.XMLException extends java.lang.Exception implements Serializable

serialVersionUID: 2067739218636324872L


Package edu.udo.cs.yale.tools.math

Class edu.udo.cs.yale.tools.math.SignificanceCalculationException extends java.lang.Exception implements Serializable

serialVersionUID: -4870335385956962965L



Copyright © 2001-2006