|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object vmm.core.Exhibit vmm.ode.ODE_2D vmm.ode.ODE_1D vmm.ode.firstorder1D.ODE1stOrder1D vmm.ode.firstorder1D.MassAction
public class MassAction
Nested Class Summary |
---|
Nested classes/interfaces inherited from class vmm.ode.ODE_2D |
---|
ODE_2D.ODEView |
Field Summary |
---|
Fields inherited from class vmm.core.Exhibit |
---|
decorations, exhibitNeedsRedraw, isMorphing, morphingView, parameters, previousTransform |
Constructor Summary | |
---|---|
MassAction()
|
Method Summary | |
---|---|
protected double |
x1Prime(double x1,
double x2)
Defines the x1-component of the vector field. |
protected double |
x2Prime(double x1,
double x2)
Defines the x2-component of the vector field. |
Methods inherited from class vmm.ode.firstorder1D.ODE1stOrder1D |
---|
makeDefaultMouseTask, nextEulerPoint, nextRungeKuttaPoint, vectorField_x, vectorField_y |
Methods inherited from class vmm.ode.ODE_2D |
---|
doDraw, extractPointFromData, getCreateAnimation, getDefaultView |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MassAction()
Method Detail |
---|
protected double x1Prime(double x1, double x2)
ODE_1D
x1Prime
in class ODE_1D
protected double x2Prime(double x1, double x2)
ODE_1D
x2Prime
in class ODE_1D
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |