Serialized Form

Class MyChoice extends java.awt.Choice implements Serializable

Serialized Fields

options

java.lang.String[] options
List of the possible options of the choice


Class MyDoubleEditor extends MyEditor implements Serializable


Class MyEditor extends java.awt.Frame implements Serializable

Serialized Fields

desc

java.lang.String desc
Description of the editor


setButton

java.awt.Button setButton
The Set button


cancelButton

java.awt.Button cancelButton
The Cancel button


field

java.awt.TextField field
The text field where the value is edited


value

double value
The value


caller

MyEditorNotable caller
The class calling


Class MyIntEditor extends MyEditor implements Serializable


Class MyNullEditor extends MyEditor implements Serializable


Class PlotArea extends java.awt.Canvas implements Serializable

Serialized Fields

solution

Solution solution
The solution to plot


headers

boolean headers
Whether to draw headers


Class RunData extends java.awt.List implements Serializable

Serialized Fields

maxLength

int maxLength
Maximum length of the parameters strings


paramVal

double[] paramVal
The value of the parameter converted to double


paramShow

boolean[] paramShow
Display the parameters in the applet or not


mesh

Mesh mesh
Discretization mesh


caller

RunDataNotable caller
The calling class


cookme

boolean cookme
Dessert


Class vmarket extends java.applet.Applet implements Serializable

Serialized Fields

topicSelection

MyChoice topicSelection
GUI list of all the topics


methodSelection

MyChoice methodSelection
GUI list of all the methods


schemeSelection

MyChoice schemeSelection
GUI list of all the schemes


icSelection

MyChoice icSelection
GUI list of all the ICs


operSelection

MyChoice operSelection
GUI list of all the operations


plotArea

PlotArea plotArea
The plot area


runData

RunData runData
The run parameters


startName

java.lang.String startName
Text for Start/Stop button

See Also:
Constant Field Values

step1Name

java.lang.String step1Name
Text for Step 1 button

See Also:
Constant Field Values

displayName

java.lang.String displayName
Text for toggle display button

See Also:
Constant Field Values

printCName

java.lang.String printCName
Text for print stop to console

See Also:
Constant Field Values

initializeName

java.lang.String initializeName
Text for initialize button

See Also:
Constant Field Values

frozen

boolean frozen
Whether the simulation is running


step

int step
Current step number


nstep

int nstep
Operate nsteps before stopping


delay

int delay
Milliseconds between plots


runThread

java.lang.Thread runThread
Thread label


isAnApplet

boolean isAnApplet
Potentially reset by main


blockEvents

boolean blockEvents
Inhibits events during creation of selectos


solution

Solution solution
The solution