A C D E F G H I L M N O P R S T U V W

A

actionPerformed(ActionEvent) - Method in class rvl.datasim.DataSimGUI
 
actionPerformed(ActionEvent) - Method in class rvl.datasim.DataSimLoader
 
actionPerformed(ActionEvent) - Method in class rvl.datasim.MsgBox
 
addLayoutComponent(String, Component) - Method in class rvl.datasim.RVLayout
 
ARRAY - Static variable in class rvl.datasim.Predictor
 

C

chkRng() - Method in class rvl.datasim.TestBed
Check for random-number generator and initialize it if necessary
clone() - Method in class rvl.datasim.Predictor
Standard method required by the Cloneable interface
component - Variable in class rvl.datasim.Predictor
Associated AWT component
compToVal(Predictor) - Method in class rvl.datasim.DataSimGUI
Set value or level of Predictor pred to its GUI setting
Covariate - class rvl.datasim.Covariate.
A Covariate is a continuous Predictor.
COVARIATE - Static variable in class rvl.datasim.Predictor
 
Covariate(String, double, double, double) - Constructor for class rvl.datasim.Covariate
Constructor for a Covariate named name with legal range [low,high] and linear effect equal to slope
Covariate(String, double, double, double, int) - Constructor for class rvl.datasim.Covariate
Constructor for a Covariate named name with legal range [low,high] and linear effect equal to slope, to be displayed to decPlaces decimal places

D

DataFactory - interface rvl.datasim.DataFactory.
Interface for a data factory.
DataSimGUI - class rvl.datasim.DataSimGUI.
This class actually loads a plug-in and displays and manages its corresponding user interface.
DataSimGUI(DataFactory) - Constructor for class rvl.datasim.DataSimGUI
Construct a user interface with plug-in factory.
DataSimGUI(DataFactory, boolean) - Constructor for class rvl.datasim.DataSimGUI
Construct a user interface for the plug-in factory.
DataSimLoader - class rvl.datasim.DataSimLoader.
This class defines the Applet needed to provide access to a data-simulation plug-in.
DataSimLoader() - Constructor for class rvl.datasim.DataSimLoader
 
dialog(Frame, String, String, String[]) - Static method in class rvl.datasim.MsgBox
Executes a dialog by constructing a MsgBox with the same arguments.

E

error(String) - Method in class rvl.datasim.TestBed
 

F

Factor - class rvl.datasim.Factor.
A Factor is a Predictor that has discrete levels.
FACTOR - Static variable in class rvl.datasim.Predictor
 
Factor(String, int, double) - Constructor for class rvl.datasim.Factor
Construct a random factor named name with nLevels levels that will be labeled 1, 2, ..., nLevels.
Factor(String, String[], double) - Constructor for class rvl.datasim.Factor
Construct a random factor named name with levels named as specified by labels in levelNames.
Factor(String, String[], double[]) - Constructor for class rvl.datasim.Factor
Construct a fixed factor named name with levels named as specified by labels in levelNames and effects in effects
fixedFormat(double, int) - Static method in class rvl.datasim.OutputWindow
 

G

getDecPlaces() - Method in class rvl.datasim.Covariate
 
getEffect() - Method in class rvl.datasim.Covariate
 
getEffect() - Method in class rvl.datasim.Factor
 
getEffect() - Method in class rvl.datasim.Predictor
This method should be overridden in derived classes.
getEffects() - Method in class rvl.datasim.Factor
 
getHgap() - Method in class rvl.datasim.RVLayout
 
getInputs() - Method in interface rvl.datasim.DataFactory
 
getLevel() - Method in class rvl.datasim.Factor
 
getLevelName() - Method in class rvl.datasim.Factor
 
getLevelNames() - Method in class rvl.datasim.Factor
 
getMax() - Method in class rvl.datasim.Covariate
 
getMin() - Method in class rvl.datasim.Covariate
 
getMult() - Method in class rvl.datasim.RNG
 
getName() - Method in class rvl.datasim.Predictor
 
getOutputs() - Method in interface rvl.datasim.DataFactory
 
getSeed() - Method in class rvl.datasim.RNG
 
getTerm() - Method in class rvl.datasim.RNG
 
getTitle() - Method in interface rvl.datasim.DataFactory
 
getTitle() - Method in class rvl.datasim.TestBed
 
getType() - Method in class rvl.datasim.Predictor
 
getValue() - Method in class rvl.datasim.Covariate
 
getVgap() - Method in class rvl.datasim.RVLayout
 

H

horzFill(Container) - Method in class rvl.datasim.RVLayout
Reserve a place for a stretchable horizontal gap (glue) in the layout.

I

init() - Method in class rvl.datasim.DataSimLoader
 
isStretchable() - Method in class rvl.datasim.RVLayout
 

L

layoutContainer(Container) - Method in class rvl.datasim.RVLayout
 

M

main(String[]) - Static method in class rvl.datasim.DataSimGUI
 
minimumLayoutSize(Container) - Method in class rvl.datasim.RVLayout
 
MsgBox - class rvl.datasim.MsgBox.
Simple message boxes for errors, warnings, and such.
MsgBox(Frame, String, String) - Constructor for class rvl.datasim.MsgBox
Construct a message box with title in the title bar, msg in the window, and an "OK" button.
MsgBox(Frame, String, String, String[]) - Constructor for class rvl.datasim.MsgBox
Construct a message box with title in the title bar, msg in the window, and buttons with captions given in captions.

N

nextRun() - Method in interface rvl.datasim.DataFactory
This routine is called just after response values are outputted.
nextRun() - Method in class rvl.datasim.TestBed
Default nextRun() function -- just says to continue.
norm() - Method in class rvl.datasim.RNG
 
normal(double) - Method in class rvl.datasim.TestBed
 

O

OutputWindow - class rvl.datasim.OutputWindow.
Window with a TextField useful for output display of Predictors (which includes Responses).
OutputWindow(Frame, Predictor[]) - Constructor for class rvl.datasim.OutputWindow
 

P

pred - Variable in class rvl.datasim.PredArray
 
PredArray - class rvl.datasim.PredArray.
A PredArray is a collection of a specified number of clones of a Predictor.
PredArray(Predictor, String[], int) - Constructor for class rvl.datasim.PredArray
Constructor.
Predictor - class rvl.datasim.Predictor.
Abstract predictor class.
preds - Variable in class rvl.datasim.PredArray
 
preferredLayoutSize(Container) - Method in class rvl.datasim.RVLayout
 

R

randomWalk(double, int) - Method in class rvl.datasim.TestBed
 
RARRAY - Static variable in class rvl.datasim.Predictor
 
removeLayoutComponent(Component) - Method in class rvl.datasim.RVLayout
 
resp - Variable in class rvl.datasim.RespArray
 
RespArray - class rvl.datasim.RespArray.
A RespArray is a collection of a specified number of clones of a Response.
RespArray(Response, String[], int) - Constructor for class rvl.datasim.RespArray
Constructor.
Response - class rvl.datasim.Response.
Class for a response variable.
RESPONSE - Static variable in class rvl.datasim.Predictor
 
Response(String, int) - Constructor for class rvl.datasim.Response
Constructor.
resps - Variable in class rvl.datasim.RespArray
 
RNG - class rvl.datasim.RNG.
Mixed congruential random-number generator.
RNG() - Constructor for class rvl.datasim.RNG
Constructor - initialize using the clock
RNG(double) - Constructor for class rvl.datasim.RNG
Constructor - initialize at a particular seed
roundDigits(double, int) - Static method in class rvl.datasim.TestBed
 
RVLayout - class rvl.datasim.RVLayout.
This layout manager is similar to GridLayout, but much more flexible, and it often produces better-looking results.
RVLayout() - Constructor for class rvl.datasim.RVLayout
Construct a new RVLayout with default of 2 columns
RVLayout(int) - Constructor for class rvl.datasim.RVLayout
Construct a new RVLayout with ncols columns
RVLayout(int, boolean, boolean) - Constructor for class rvl.datasim.RVLayout
Construct a new RVLayout with ncols columns and specified enabling of stretching of components
RVLayout(int, int, int) - Constructor for class rvl.datasim.RVLayout
Construct a new RVLayout with ncols columns and specified gaps between components
RVLayout(int, int, int, boolean, boolean) - Constructor for class rvl.datasim.RVLayout
Construct a new RVLayout with ncols columns, specified gaps between components, and specified enabling of stretching of components

S

setAuto() - Method in class rvl.datasim.Factor
Make the factor "automatic"; i.e., its level advances each time that data are collected.
setColWidth(int, int) - Method in class rvl.datasim.RVLayout
Set the width of a particular column
setHgap(int) - Method in class rvl.datasim.RVLayout
 
setLevel(int) - Method in class rvl.datasim.Factor
set the current level of the factor to level
setLevels(String[], double[]) - Method in class rvl.datasim.Factor
Set names of factor level names and effects.
setMax(double) - Method in class rvl.datasim.Covariate
set the maximum legal value
setMin(double) - Method in class rvl.datasim.Covariate
set the minimum legal value
setMult(double) - Method in class rvl.datasim.RNG
Set the multiplier m
setRandomLevels() - Method in class rvl.datasim.Factor
Set the effects based on a new set of normal random numbers with the standard deviation previously specified in construction.
setRandomLevels(double) - Method in class rvl.datasim.Factor
Set the effects based on a new set of normal random numbers with standard deviation sd.
setRowHeight(int, int) - Method in class rvl.datasim.RVLayout
Set the height of a particular row
setSeed(double) - Method in class rvl.datasim.RNG
Set the seed u_i
setSlope(double) - Method in class rvl.datasim.Covariate
Set the slope
setStretchable(boolean, boolean) - Method in class rvl.datasim.RVLayout
 
setTerm(double) - Method in class rvl.datasim.RNG
Set the additive constant a
setVals(Predictor[]) - Method in class rvl.datasim.OutputWindow
 
setValue(double) - Method in class rvl.datasim.Covariate
Set the value
setVgap(int) - Method in class rvl.datasim.RVLayout
 
setVisible(boolean) - Method in class rvl.datasim.Predictor
Ordinarily, a Predictor corresponds to a GUI component but sometimes you want one that's not visible in the GUI but is visible in the results
simulate() - Method in interface rvl.datasim.DataFactory
This routine is called just before the GUI retrieves response values.

T

ta - Variable in class rvl.datasim.OutputWindow
 
TestBed - class rvl.datasim.TestBed.
Abstract class to use as the basis for experimental-data simulators To develop a plug-in, extend this class, and provide a constructor and methods getInputs(), getOutputs(), and simulate().
TestBed(String) - Constructor for class rvl.datasim.TestBed
Constructor.

U

unif() - Method in class rvl.datasim.RNG
 

V

valToComp(Predictor) - Static method in class rvl.datasim.DataSimGUI
Sets GUI component of predictor to its current value or level
vertFill(Container) - Method in class rvl.datasim.RVLayout
Reserve a place for a stretchable vertical gap (glue) in the layout.

W

windowActivated(WindowEvent) - Method in class rvl.datasim.DataSimGUI
 
windowActivated(WindowEvent) - Method in class rvl.datasim.MsgBox
public void windowClosing(WindowEvent we) { dispose(); }
windowClosed(WindowEvent) - Method in class rvl.datasim.DataSimGUI
 
windowClosed(WindowEvent) - Method in class rvl.datasim.MsgBox
 
windowClosing(WindowEvent) - Method in class rvl.datasim.DataSimGUI
 
windowDeactivated(WindowEvent) - Method in class rvl.datasim.DataSimGUI
 
windowDeactivated(WindowEvent) - Method in class rvl.datasim.MsgBox
 
windowDeiconified(WindowEvent) - Method in class rvl.datasim.DataSimGUI
 
windowDeiconified(WindowEvent) - Method in class rvl.datasim.MsgBox
 
windowIconified(WindowEvent) - Method in class rvl.datasim.DataSimGUI
 
windowIconified(WindowEvent) - Method in class rvl.datasim.MsgBox
 
windowOpened(WindowEvent) - Method in class rvl.datasim.DataSimGUI
 
windowOpened(WindowEvent) - Method in class rvl.datasim.MsgBox
 

A C D E F G H I L M N O P R S T U V W