|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensourcephysics.controls.AbstractCalculation
org.opensourcephysics.sip.ch06.IterateMapApp
public class IterateMapApp
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 |
---|
public IterateMapApp()
Method Detail |
---|
public void reset()
reset
in class AbstractCalculation
public void calculate()
calculate
in interface Calculation
calculate
in class AbstractCalculation
public static void main(java.lang.String[] args)
args
- String[] command line parameters
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |