org.opensourcephysics.sip.ch06
Class IterateMapApp

java.lang.Object
  extended by org.opensourcephysics.controls.AbstractCalculation
      extended by org.opensourcephysics.sip.ch06.IterateMapApp
All Implemented Interfaces:
Calculation

public class IterateMapApp
extends AbstractCalculation

IterateMapApp calculates and plots multiple trajectories of the logistic equation.


Field Summary
 
Fields inherited from class org.opensourcephysics.controls.AbstractCalculation
control, decimalFormat, mainFrame
 
Constructor Summary
IterateMapApp()
          Constructs the IterateMapApp.
 
Method Summary
 void calculate()
          Calculates and plots the trajectory of the map.
static void main(java.lang.String[] args)
          The main method starts the Java applicaiton.
 void reset()
          Resets all parameters to their defaults.
 
Methods inherited from class org.opensourcephysics.controls.AbstractCalculation
addChildFrame, clearChildFrames, getChildFrames, getLoader, getMainFrame, getOSPApp, resetCalculation, setControl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IterateMapApp

public IterateMapApp()
Constructs the IterateMapApp.

Method Detail

reset

public void reset()
Resets all parameters to their defaults.

Overrides:
reset in class AbstractCalculation

calculate

public void calculate()
Calculates and plots the trajectory of the map.

Specified by:
calculate in interface Calculation
Specified by:
calculate in class AbstractCalculation

main

public static void main(java.lang.String[] args)
The main method starts the Java applicaiton.

Parameters:
args - String[] command line parameters