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

com.rychlik.calculator
Class StackMachine.Variable

java.lang.Object
  |
  +--com.rychlik.calculator.StackMachine.SymbolTableEntry
        |
        +--com.rychlik.calculator.StackMachine.Variable
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
StackMachine

public class StackMachine.Variable
extends StackMachine.SymbolTableEntry

Describe class Variable here.

See Also:
Serialized Form

Field Summary
 int address
          Describe variable address here.
 
Constructor Summary
StackMachine.Variable(java.lang.String name, int address)
          Creates a new Variable instance.
 
Method Summary
 int getAddress()
          Describe getAddress method here.
 double getValue()
          Describe getValue method here.
 
Methods inherited from class com.rychlik.calculator.StackMachine.SymbolTableEntry
getName, rename
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

address

public final int address
Describe variable address here.

Constructor Detail

StackMachine.Variable

public StackMachine.Variable(java.lang.String name,
                             int address)
Creates a new Variable instance.

Parameters:
name - a String value
address - an int value
Method Detail

getAddress

public int getAddress()
Describe getAddress method here.

Returns:
an int value

getValue

public double getValue()
                throws ParseException
Describe getValue method here.

Returns:
a double value
Throws:
ParseException - if an error occurs



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