Serialized Form


Package JavaGrinders

Class JavaGrinders.BooleanVariable extends Variable implements Serializable

Class JavaGrinders.CharVariable extends StrVariable implements Serializable

Class JavaGrinders.DataTablePresenter extends Presenter implements Serializable

Serialized Fields

itsTable

javax.swing.JTable itsTable

itsOrganizer

VariableOrganizer itsOrganizer

itsNCols

int itsNCols

itsNRows

int itsNRows

Class JavaGrinders.HistogramPresenter extends PicturePresenter implements Serializable

Class JavaGrinders.IntegerVariable extends NumberVariable implements Serializable

Class JavaGrinders.NumberVariable extends Variable implements Serializable

Serialized Fields

validDataSorted

java.lang.Object[] validDataSorted

Class JavaGrinders.PicturePresenter extends Presenter implements Serializable

Serialized Fields

itsContentPict

quicktime.qd.Pict itsContentPict

itsPictRect

quicktime.qd.QDRect itsPictRect

itsPictParams

quicktime.qd.OpenCPicParams itsPictParams

qdg

quicktime.qd.QDGraphics qdg

Class JavaGrinders.Presenter extends javax.swing.JFrame implements Serializable

Serialized Fields

plotLeft

int plotLeft

plotTop

int plotTop

plotRight

int plotRight

plotBottom

int plotBottom

plotWidth

int plotWidth

plotHeight

int plotHeight

miNew

javax.swing.JMenuItem miNew

miOpen

javax.swing.JMenuItem miOpen

miClose

javax.swing.JMenuItem miClose

miSave

javax.swing.JMenuItem miSave

miSaveAs

javax.swing.JMenuItem miSaveAs

miUndo

javax.swing.JMenuItem miUndo

miCut

javax.swing.JMenuItem miCut

miCopy

javax.swing.JMenuItem miCopy

miPaste

javax.swing.JMenuItem miPaste

miClear

javax.swing.JMenuItem miClear

miSelectAll

javax.swing.JMenuItem miSelectAll

Class JavaGrinders.StatTablePresenter extends DataTablePresenter implements Serializable

Serialized Fields

miDescriptX

javax.swing.JMenuItem miDescriptX

miDescriptY

javax.swing.JMenuItem miDescriptY

miFitXY

javax.swing.JMenuItem miFitXY

Class JavaGrinders.StringVariable extends StrVariable implements Serializable

Class JavaGrinders.StrVariable extends Variable implements Serializable

Class JavaGrinders.Variable extends java.util.Vector implements Serializable

Serialized Fields

itsOrganizer

VariableOrganizer itsOrganizer

varName

java.lang.String varName

varNotes

java.lang.String varNotes

MissingState

java.util.Vector<E> MissingState

SelectedState

java.util.Vector<E> SelectedState

HighlitedState

java.util.Vector<E> HighlitedState

customColor

java.util.Vector<E> customColor

saveSelectedState

java.util.Vector<E> saveSelectedState

rowOrder

java.util.Vector<E> rowOrder

varType

int varType

varDesignRole

int varDesignRole

varFormat

int varFormat

rand

RHRandomNumberGenerator rand

df

java.text.DecimalFormat df

itsDescriptives

Descriptives itsDescriptives

Locked

boolean Locked

itsFormula

java.lang.String itsFormula

autoExtracted

boolean autoExtracted

itsHighlitedColor

java.awt.Color itsHighlitedColor

itsLocationColor

java.awt.Color itsLocationColor

itsLineColor

java.awt.Color itsLineColor

allData

java.lang.Object[] allData

Class JavaGrinders.VariableOrganizer extends java.util.Vector implements Serializable

Serialized Fields

itsParser

DataFileParser itsParser

gRowSelectedState

java.util.Vector<E> gRowSelectedState

gRowMissingState

java.util.Vector<E> gRowMissingState

gRowHighlitedState

java.util.Vector<E> gRowHighlitedState

gRowSaveSelectedState

java.util.Vector<E> gRowSaveSelectedState

NXVars

int NXVars

NYVars

int NYVars

doWarnings

boolean doWarnings

Package JavaGrinders.Applets

Class JavaGrinders.Applets.FrequencyMatrixApplet extends java.applet.Applet implements Serializable

Serialized Fields

appletTitle

java.lang.String appletTitle

isStopped

boolean isStopped

cellWidth

int cellWidth

cellHeight

int cellHeight

rowLabelWidth

int rowLabelWidth

buttonWidth

int buttonWidth

appletWidth

int appletWidth

appletHeight

int appletHeight

titleHeight

int titleHeight

colLableHeight

int colLableHeight

standardAreaHeight

int standardAreaHeight

outputAreaHeight

int outputAreaHeight

yStartOMatrix

int yStartOMatrix

yStart1Fields

int yStart1Fields

yStartEMatrix

int yStartEMatrix

yStart2Fields

int yStart2Fields

squareMatrix

boolean squareMatrix

useDiagonal

boolean useDiagonal

oneDimCol

boolean oneDimCol

oneDimRow

boolean oneDimRow

FULL

int FULL

HALF

int HALF

PARTIAL

int PARTIAL

NONE

int NONE

Update

int Update

MatrixShape

int MatrixShape

CellRows

int CellRows

MatrixRows

int MatrixRows

CellColumns

int CellColumns

MatrixColumns

int MatrixColumns

selectedRow

int selectedRow

selectedColumn

int selectedColumn

inputArea

SpreadSheetInput inputArea

appletTitleField

Cell appletTitleField

oCellTitleField

Cell oCellTitleField

analysisTitleField

Cell analysisTitleField

eCellTitleField

Cell eCellTitleField

Analysis1Button

Cell Analysis1Button

Analysis2Button

Cell Analysis2Button

Analysis3Button

Cell Analysis3Button

Analysis4Button

Cell Analysis4Button

Analysis5Button

Cell Analysis5Button

outputArea1

Cell outputArea1

outputArea2

Cell outputArea2

outputArea3

Cell outputArea3

outputArea4

Cell outputArea4

outputArea5

Cell outputArea5

dfLabel

Cell dfLabel

emptyCellsLabel

Cell emptyCellsLabel

nCellsLabel

Cell nCellsLabel

sigLabel

Cell sigLabel

dfArea

Cell dfArea

emptyCellsArea

Cell emptyCellsArea

nCellsArea

Cell nCellsArea

sigArea

Cell sigArea

ChiSquare

double ChiSquare

corrChiSquare

double corrChiSquare

GValue

double GValue

corrGValue

double corrGValue

compFT

double compFT

observCells

CellMatrix observCells

expectCells

CellMatrix expectCells

activeColor

java.awt.Color activeColor

inactiveColor

java.awt.Color inactiveColor

lightPink

java.awt.Color lightPink

posColor

java.awt.Color posColor

negColor

java.awt.Color negColor

selectColor

java.awt.Color selectColor

Class JavaGrinders.Applets.HierarchyMatrixApplet extends FrequencyMatrixApplet implements Serializable

Serialized Fields

groupSize

int groupSize

ints

InteractionTable ints

Package JavaGrinders.Jama

Class JavaGrinders.Jama.CholeskyDecomposition extends java.lang.Object implements Serializable

Serialized Fields

L

double[][] L
Array for internal storage of decomposition.

internal array storage.

n

int n
Row and column dimension (square matrix).

matrix dimension.

isspd

boolean isspd
Symmetric and positive definite flag.

is symmetric and positive definite flag.

Class JavaGrinders.Jama.EigenvalueDecomposition extends java.lang.Object implements Serializable

Serialized Fields

n

int n
Row and column dimension (square matrix).

matrix dimension.

issymmetric

boolean issymmetric
Symmetry flag.

internal symmetry flag.

d

double[] d
Arrays for internal storage of eigenvalues.

internal storage of eigenvalues.

e

double[] e
Arrays for internal storage of eigenvalues.

internal storage of eigenvalues.

V

double[][] V
Array for internal storage of eigenvectors.

internal storage of eigenvectors.

H

double[][] H
Array for internal storage of nonsymmetric Hessenberg form.

internal storage of nonsymmetric Hessenberg form.

ort

double[] ort
Working storage for nonsymmetric algorithm.

working storage for nonsymmetric algorithm.

Class JavaGrinders.Jama.LUDecomposition extends java.lang.Object implements Serializable

Serialized Fields

LU

double[][] LU
Array for internal storage of decomposition.

internal array storage.

m

int m
Row and column dimensions, and pivot sign.

column dimension.

n

int n
Row and column dimensions, and pivot sign.

column dimension.

pivsign

int pivsign
Row and column dimensions, and pivot sign.

column dimension.

piv

int[] piv
Internal storage of pivot vector.

pivot vector.

Class JavaGrinders.Jama.Matrix extends java.lang.Object implements Serializable

Serialized Fields

rows

int rows
Row and column dimensions.

row dimension.

cols

int cols
Row and column dimensions.

row dimension.

A

double[][] A
Array for internal storage of elements.

internal array storage.

Class JavaGrinders.Jama.QRDecomposition extends java.lang.Object implements Serializable

Serialized Fields

QR

double[][] QR
Array for internal storage of decomposition.

internal array storage.

m

int m
Row and column dimensions.

column dimension.

n

int n
Row and column dimensions.

column dimension.

Rdiag

double[] Rdiag
Array for internal storage of diagonal of R.

diagonal of R.

Class JavaGrinders.Jama.SingularValueDecomposition extends java.lang.Object implements Serializable

Serialized Fields

U

double[][] U
Arrays for internal storage of U and V.

internal storage of U.

V

double[][] V
Arrays for internal storage of U and V.

internal storage of U.

s

double[] s
Array for internal storage of singular values.

internal storage of singular values.

m

int m
Row and column dimensions.

row dimension.

n

int n
Row and column dimensions.

row dimension.

Package JavaGrinders.parametric

Class JavaGrinders.parametric.XYPresenter extends PicturePresenter implements Serializable


Package JavaGrinders.PeripheralsControl

Class JavaGrinders.PeripheralsControl.DeviceInterface extends java.util.Vector implements Serializable

Serialized Fields

nChannels

int nChannels

itsInterface

java.lang.Object itsInterface

validRange

int[] validRange

itsTracker

SGTracker itsTracker

attached

boolean attached

Class JavaGrinders.PeripheralsControl.LabProSetupPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

parameterPanel

javax.swing.JPanel parameterPanel

commandPanel

javax.swing.JPanel commandPanel

nextButton

javax.swing.JButton nextButton

testButton

javax.swing.JButton testButton

flowLayout1

java.awt.FlowLayout flowLayout1

portLabel

javax.swing.JLabel portLabel

portComboBox

javax.swing.JComboBox portComboBox

samplingLabel

javax.swing.JLabel samplingLabel

samplingComboBox

javax.swing.JComboBox samplingComboBox

gridBagLayout1

java.awt.GridBagLayout gridBagLayout1

titledBorder2

javax.swing.border.TitledBorder titledBorder2

borderLayout1

java.awt.BorderLayout borderLayout1

border2

javax.swing.border.Border border2

labProTypeDLabel

javax.swing.JLabel labProTypeDLabel

labProTypeLabel

javax.swing.JLabel labProTypeLabel

sensorLabel

javax.swing.JLabel sensorLabel

sensorDLabel

javax.swing.JLabel sensorDLabel

channelComboBox

javax.swing.JComboBox[] channelComboBox

channelLabel

javax.swing.JLabel[] channelLabel

labProInfo

LabProBasicInfo labProInfo

title

java.lang.String title

numOfChannel

int numOfChannel

Class JavaGrinders.PeripheralsControl.PhidgetRelayInterface extends DeviceInterface implements Serializable

Serialized Fields

relayControllerBoard

com.phidgets.InterfaceKitPhidget relayControllerBoard

Class JavaGrinders.PeripheralsControl.PhidgetServoInterface extends DeviceInterface implements Serializable

Serialized Fields

servoControllerBoard

com.phidgets.ServoPhidget servoControllerBoard

validRangeLow

int validRangeLow

validRangeHigh

int validRangeHigh

Package JavaGrinders.SGTracker

Class JavaGrinders.SGTracker.SGPathPlotter extends javax.swing.JPanel implements Serializable

Serialized Fields

itsSGTracker

SGTracker itsSGTracker

xScale

double xScale

yScale

double yScale

backGround

java.awt.image.BufferedImage backGround

compose

java.awt.image.BufferedImage compose

g2Comp

java.awt.Graphics2D g2Comp

g2

java.awt.Graphics2D g2

Class JavaGrinders.SGTracker.SGPolygon extends java.awt.Polygon implements Serializable

Class JavaGrinders.SGTracker.SGTracker extends java.awt.Frame implements Serializable

Serialized Fields

fileMenu

java.awt.Menu fileMenu

editMenu

java.awt.Menu editMenu

setupMenu

java.awt.Menu setupMenu

trackingMenu

java.awt.Menu trackingMenu

analysisMenu

java.awt.Menu analysisMenu

nFramesProcessed

int nFramesProcessed

startTime

long startTime

itsXs

java.util.Vector<E>[] itsXs

itsYs

java.util.Vector<E>[] itsYs

itsZs

java.util.Vector<E>[] itsZs

itsTimes

java.util.Vector<E>[] itsTimes

fileName

java.lang.String fileName

taskState

int taskState

analysisStart

boolean analysisStart

analysisRunning

boolean analysisRunning

displayVideo

boolean displayVideo

refPict

quicktime.qd.Pict refPict

kWidth

int kWidth

kHeight

int kHeight

nativeWidth

int nativeWidth

nativeHeight

int nativeHeight

menuHeight

int menuHeight

nativeRect

quicktime.qd.QDRect nativeRect

videoC

SGVideoComponent videoC

trackingC

SGPathPlotter trackingC

sgVideo

quicktime.std.sg.SGVideoChannel sgVideo

sgGrabber

quicktime.std.sg.SequenceGrabber sgGrabber

displays

javax.swing.JPanel displays

commentPanel1

javax.swing.JLabel commentPanel1

commentPanel2

javax.swing.JLabel commentPanel2

commentPanel3

javax.swing.JLabel commentPanel3

referenceButton

java.awt.Button referenceButton

setupButton

java.awt.Button setupButton

analysisButton

java.awt.Button analysisButton

stopButton

java.awt.Button stopButton

itsRecordProc

SGRecordProc itsRecordProc

itsDeviceInterface

DeviceInterface itsDeviceInterface

itsAnalysisRects

java.awt.Rectangle[] itsAnalysisRects

saveFile

java.io.File saveFile

openFile

java.io.File openFile

gExporter

quicktime.std.image.GraphicsExporter gExporter

askForVideoSettings

boolean askForVideoSettings

is3D

boolean is3D

Class JavaGrinders.SGTracker.SGTracker3D extends SGTracker implements Serializable

Serialized Fields

nViews

int nViews

Class JavaGrinders.SGTracker.SGVideoComponent extends java.awt.Component implements Serializable

Serialized Fields

itsSGTracker

SGTracker itsSGTracker

xScale

double xScale

yScale

double yScale

itsImage

java.awt.image.BufferedImage itsImage

showVid

boolean showVid

doRecordRects

boolean doRecordRects

doTraceRect

boolean doTraceRect

doTracePt

boolean doTracePt

doPickColors

boolean doPickColors

trackJobIterator

int trackJobIterator

sPoint

java.awt.Point sPoint

ePoint

java.awt.Point ePoint

tRect

java.awt.Rectangle tRect

pColor

java.awt.Color pColor

Package JavaGrinders.socialModel

Class JavaGrinders.socialModel.SocialAnimal extends Animal implements Serializable

Serialized Fields

dominanceIndex

double dominanceIndex

stepDominance

double stepDominance

Package JavaGrinders.spatial

Class JavaGrinders.spatial.AngleVariable extends NumberVariable implements Serializable

Class JavaGrinders.spatial.Animal extends CaptureVariable implements Serializable

Serialized Fields

doWarnings

boolean doWarnings

moveInStore

MoveVector moveInStore

Class JavaGrinders.spatial.CaptureVariable extends Variable implements Serializable

Serialized Fields

connectedCoords

boolean connectedCoords

latlong

boolean latlong

itsConstraint

Constraint itsConstraint

minMovingThreshold

float minMovingThreshold

maxMovingThreshold

float maxMovingThreshold

maxSpeed

float maxSpeed

sampleFrom

MoveVariable sampleFrom

itsCurrentLocation

SpatialVector itsCurrentLocation

Class JavaGrinders.spatial.CircularGraphPresenter extends PicturePresenter implements Serializable

Serialized Fields

itsAngles

AngleVariable itsAngles

angleFreqs

int[] angleFreqs

maxFreq

double maxFreq

plotCenter

java.awt.Point plotCenter

plotRadius

double plotRadius

barbLength

int barbLength

Class JavaGrinders.spatial.Group extends VariableOrganizer implements Serializable

Serialized Fields

itsConstraint

Constraint itsConstraint

Class JavaGrinders.spatial.MoveVariable extends CaptureVariable implements Serializable

Class JavaGrinders.spatial.SpatialMapPresenter extends XYPresenter implements Serializable

Serialized Fields

itsVisualSpace

GridSpace3D itsVisualSpace

doYGrid

boolean doYGrid

doXGrid

boolean doXGrid

xPlotGrid

int[] xPlotGrid

yPlotGrid

int[] yPlotGrid

pixelSpaceX

int pixelSpaceX

pixelSpaceY

int pixelSpaceY

spatialMapLook

int spatialMapLook

biggerSpace

double biggerSpace

Class JavaGrinders.spatial.TimeVariable extends Variable implements Serializable


Package JavaGrinders.Utilities

Class JavaGrinders.Utilities.RandomNumberGenerator extends java.lang.Object implements Serializable

serialVersionUID: 3905348978240129619L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

mt

int[] mt

mti

int mti

mag01

int[] mag01

nextGaussian

double nextGaussian

haveNextGaussian

boolean haveNextGaussian

Class JavaGrinders.Utilities.RHRandomNumberGenerator extends RandomNumberGenerator implements Serializable