vmm.ode.firstorder1D
Class MassAction

java.lang.Object
  extended by vmm.core.Exhibit
      extended by vmm.ode.ODE_2D
          extended by vmm.ode.ODE_1D
              extended by vmm.ode.firstorder1D.ODE1stOrder1D
                  extended by vmm.ode.firstorder1D.MassAction
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.ChangeListener, Decorateable, Parameterizable

public class MassAction
extends ODE1stOrder1D


Nested Class Summary
 
Nested classes/interfaces inherited from class vmm.ode.ODE_2D
ODE_2D.ODEView
 
Field Summary
 
Fields inherited from class vmm.ode.ODE_2D
addAnimateCheckBoxToControlPanel, addLinesCheckBoxToControlPanel, addOrbitTypesToControlPanel, addProjectedOrbitsAction, canShowVectorField, dtDefault, initialDataDefault, inputLabelNames, isAutonomous, ORBIT_TYPE_BOTH, ORBIT_TYPE_EULER, ORBIT_TYPE_RUNGE_KUTTA, timeSpanDefault
 
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 vmm.core.Exhibit
addChangeListener, addDecoration, addExtraXML, addParameter, addView, clearDecorations, computeDrawData, computeDrawDataHook, doDrawHook, fireExhibitChangeEvent, forceRedraw, getActionsForView, getAdditionalAnimationsForView, getAlternativeViews, getBuildAnimation, getDecorations, getDefaultBackground, getDefaultForeground, getDefaultTransform, getDefaultWindow, getFramesForMorphing, getMorphingAnimation, getName, getParameterByName, getParameters, getSettingsCommandsForView, getTitle, getUseFilmstripForMorphing, getViews, parameterChanged, readExtraXML, removeChangeListener, removeDecoration, removeParameter, removeView, render, setDefaultBackground, setDefaultForeground, setDefaultWindow, setDefaultWindow, setFramesForMorphing, setName, setUseFilmstripForMorphing, stateChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MassAction

public MassAction()
Method Detail

x1Prime

protected double x1Prime(double x1,
                         double x2)
Description copied from class: ODE_1D
Defines the x1-component of the vector field.

Specified by:
x1Prime in class ODE_1D

x2Prime

protected double x2Prime(double x1,
                         double x2)
Description copied from class: ODE_1D
Defines the x2-component of the vector field.

Specified by:
x2Prime in class ODE_1D