Math 302, Differential Equations JHU

Math 302X
- HW3.pdf
- Statement on Disabilities
- Statement on Ethics
- Homework
- Java Tools
 
- An example of a circuit
- An example of a circuit
- An example of a circuit
- An Application to Population Dynamics
- An application to Population Dynamics
- Slope Field Calculator
- ODE 2D Calculator
- ODE 2D Calculator
- ODE 3D Calculator
- ODE 3D Calculator
- Slope Field Calculator
- Slope Field Calculator
- Solution Verifier
- Solution Verifier 2D
- Solution Verifier 2D
- Solution Verifier
- A Lotke-Volterra System
- A Lotke-Volterra system
- Labor Managed Oligopoly - Two firms
- ODE 3D Calculator
- 2D Map Calculator
- A model of sunami
- A model of sunami
- The three body problem
- The two body problem
- The two body problem
- Van der Pol Equation
- Van der Pol Equation
- List of parameters of the JOde Applet
- Browser test
- Generated Documentation (Untitled)
 
- All Classes
- All Classes
- Constant Field Values
- Deprecated List
- API Help
- Index
- Overview
- Overview
- Class Hierarchy
-
- Serialized Form
- ODE 2D Calculator
+ Using Marek Rychliks's Applet for Euler's Method
- JOde Manual Page
- JOde - An Applet for Studying Ordinary Differential Equations
- ODE 2D Calculator
- Syllabus
Math Dept. Home
Help room

Serialized Form

Class com.rychlik.jode.JOde implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Serialized Fields

phaseDiagram

JOde.PhaseDiagram phaseDiagram

abscissa

JOde.AxisChoice abscissa

ordinate

JOde.AxisChoice ordinate

axisToggle

JOde.AxisToggle axisToggle

panel

java.awt.Panel panel

idleText

java.awt.TextArea idleText

algorithmChoice

java.awt.Choice algorithmChoice

sm

com.rychlik.calculator.StackMachine sm

errorConsole

com.rychlik.jode.MessageConsole errorConsole

tableConsole

com.rychlik.jode.MessageConsole tableConsole

solutions

java.util.Vector solutions

functions

java.util.Vector functions

savedCursor

java.awt.Cursor savedCursor

isAutonomous

boolean isAutonomous

isEditable

boolean isEditable

slopes

double[][][] slopes

index

int[] index

nStepsLimit

int nStepsLimit

variableControls

JOde.VariableControl[] variableControls

variableControls0

JOde.VariableControl[] variableControls0

initConditionControls

JOde.InitConditionControl[] initConditionControls

variableRangeControls

JOde.VariableRangeControl[] variableRangeControls

gridSizes

double[] gridSizes

messageArea

java.awt.TextField messageArea

messageNumber

int messageNumber

algorithm

int algorithm

initConditions

java.util.Vector initConditions

equationControls

JOde.EquationControl[] equationControls

functionControls

JOde.FunctionControl[] functionControls

nSegmentsControls

JOde.NSegmentsControl[] nSegmentsControls

stepControl

JOde.StepControl stepControl

showSlopes

boolean showSlopes

showSolutions

boolean showSolutions

showFunctions

boolean showFunctions

showEquations

boolean showEquations

showInitConditions

boolean showInitConditions

showTickMarks

boolean showTickMarks

showAxes

boolean showAxes

showRanges

boolean showRanges

showLines

boolean showLines

showPoints

boolean showPoints

parameterValues

java.util.Hashtable parameterValues

isFramed

boolean isFramed

lefthanded

boolean lefthanded

isStopped

boolean isStopped

preferredSize

java.awt.Dimension preferredSize

lastErrorMessage

java.lang.String lastErrorMessage
Stores the last error message


title

java.lang.String title


Class com.rychlik.jode.JOdeApplet implements Serializable

Serialized Fields

options

java.lang.String options

jode

com.rychlik.jode.JOde jode


Class com.rychlik.jode.JOdeFrame implements Serializable

Serialized Fields

aboutFrame

java.awt.Frame aboutFrame
Information about JOde


jode

com.rychlik.jode.JOde jode
The managed jode


menuBar

java.awt.MenuBar menuBar
The menu bar


fileMenu

java.awt.Menu fileMenu

editMenu

java.awt.Menu editMenu

helpMenu

java.awt.Menu helpMenu

titleDialog

TextDialog titleDialog
The variable titleDialog contains a title dialog.


printItem

java.awt.MenuItem printItem

saveItem

java.awt.MenuItem saveItem

loadItem

java.awt.MenuItem loadItem

printCanvasItem

java.awt.MenuItem printCanvasItem

printPanelItem

java.awt.MenuItem printPanelItem

printPhaseDiagramItem

java.awt.MenuItem printPhaseDiagramItem

exitItem

java.awt.MenuItem exitItem

aboutItem

java.awt.MenuItem aboutItem

changeTitleItem

java.awt.MenuItem changeTitleItem


Class com.rychlik.jode.MessageConsole implements Serializable

Serialized Fields

messageArea

java.awt.TextArea messageArea

clearButton

java.awt.Button clearButton

dismissButton

java.awt.Button dismissButton

menuBar

java.awt.MenuBar menuBar

fileMenu

java.awt.Menu fileMenu

printItem

java.awt.MenuItem printItem

applet

java.applet.Applet applet


Class com.rychlik.jode.OKDialog implements Serializable

Serialized Fields

okButton

java.awt.Button okButton


Class com.rychlik.calculator.parser.ParseException implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

com.rychlik.calculator.parser.Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

java.lang.String eol
The end of line string for this machine.


Class com.rychlik.jode.SecurityDialog implements Serializable

Serialized Fields

messageFont

java.awt.Font messageFont

okButton

java.awt.Button okButton

certificateButton

java.awt.Button certificateButton

downloadButton

java.awt.Button downloadButton

textArea

java.awt.TextArea textArea

frame

java.awt.Frame frame


Class com.rychlik.calculator.StackMachine implements Serializable

Serialized Fields

s

java.util.Stack s

program

java.util.Vector program

globalSymbolTable

java.util.Hashtable globalSymbolTable

localSymbolTable

java.util.Hashtable localSymbolTable

ret

java.util.Stack ret

data

double[] data

pc

int pc
Program counter


ptr

int ptr
Data pointer


localScope

boolean localScope
Scope can be global or local


Class com.rychlik.calculator.StackMachine.Abs implements Serializable


Class com.rychlik.calculator.StackMachine.Add implements Serializable


Class com.rychlik.calculator.StackMachine.And implements Serializable


Class com.rychlik.calculator.StackMachine.Asin implements Serializable


Class com.rychlik.calculator.StackMachine.Assign implements Serializable


Class com.rychlik.calculator.StackMachine.Atan implements Serializable


Class com.rychlik.calculator.StackMachine.BinaryMathFunction implements Serializable


Class com.rychlik.calculator.StackMachine.Branch implements Serializable


Class com.rychlik.calculator.StackMachine.Call implements Serializable

Serialized Fields

progbase

int progbase
Describe variable progbase here.


argbase

int argbase
Describe variable argbase here.


nargs

int nargs
Describe variable nargs here.


Class com.rychlik.calculator.StackMachine.Constant implements Serializable

Serialized Fields

value

double value
Describe variable value here.


Class com.rychlik.calculator.StackMachine.Cos implements Serializable


Class com.rychlik.calculator.StackMachine.Div implements Serializable


Class com.rychlik.calculator.StackMachine.DumpStack implements Serializable


Class com.rychlik.calculator.StackMachine.Eq implements Serializable


Class com.rychlik.calculator.StackMachine.Exp implements Serializable


Class com.rychlik.calculator.StackMachine.Function implements Serializable

Serialized Fields

progbase

int progbase
Describe variable progbase here.


argbase

int argbase
Describe variable argbase here.


nargs

int nargs
Describe variable nargs here.


Class com.rychlik.calculator.StackMachine.Ge implements Serializable


Class com.rychlik.calculator.StackMachine.GoTo implements Serializable

Serialized Fields

location

int location
Describe variable location here.


Class com.rychlik.calculator.StackMachine.Gt implements Serializable


Class com.rychlik.calculator.StackMachine.If implements Serializable


Class com.rychlik.calculator.StackMachine.Le implements Serializable


Class com.rychlik.calculator.StackMachine.Ln implements Serializable


Class com.rychlik.calculator.StackMachine.Lt implements Serializable


Class com.rychlik.calculator.StackMachine.MathFunction implements Serializable


Class com.rychlik.calculator.StackMachine.Max implements Serializable


Class com.rychlik.calculator.StackMachine.Min implements Serializable


Class com.rychlik.calculator.StackMachine.Mul implements Serializable


Class com.rychlik.calculator.StackMachine.Ne implements Serializable


Class com.rychlik.calculator.StackMachine.Negate implements Serializable


Class com.rychlik.calculator.StackMachine.Or implements Serializable


Class com.rychlik.calculator.StackMachine.Pop implements Serializable


Class com.rychlik.calculator.StackMachine.PopPrint implements Serializable


Class com.rychlik.calculator.StackMachine.Pow implements Serializable


Class com.rychlik.calculator.StackMachine.Print implements Serializable


Class com.rychlik.calculator.StackMachine.PushAddress implements Serializable

Serialized Fields

address

int address


Class com.rychlik.calculator.StackMachine.PushConstant implements Serializable

Serialized Fields

value

double value


Class com.rychlik.calculator.StackMachine.PushVariable implements Serializable

Serialized Fields

address

int address


Class com.rychlik.calculator.StackMachine.Return implements Serializable


Class com.rychlik.calculator.StackMachine.Sgn implements Serializable


Class com.rychlik.calculator.StackMachine.Sin implements Serializable


Class com.rychlik.calculator.StackMachine.Sqrt implements Serializable


Class com.rychlik.calculator.StackMachine.Step implements Serializable


Class com.rychlik.calculator.StackMachine.Stop implements Serializable


Class com.rychlik.calculator.StackMachine.Sub implements Serializable


Class com.rychlik.calculator.StackMachine.SymbolTableEntry implements Serializable

Serialized Fields

name

java.lang.String name


Class com.rychlik.calculator.StackMachine.Tan implements Serializable


Class com.rychlik.calculator.StackMachine.TernaryMathFunction implements Serializable


Class com.rychlik.calculator.StackMachine.UnaryMathFunction implements Serializable


Class com.rychlik.calculator.StackMachine.Variable implements Serializable

Serialized Fields

address

int address
Describe variable address here.


Class com.rychlik.calculator.parser.TokenMgrError implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.




This page last modified Sun Sep 12 12:31:39 2004
Questions? Comments? Please send feedback to jason howald