Class Map1DLyapunov

java.lang.Object
   |
   +----Map1DDiagnostics
           |
           +----Map1DLyapunov

public class Map1DLyapunov
extends Map1DDiagnostics
Diagnostics for Map1D
Plots the "bifurcation diagram" i.e. the values of x in the attractor for different values of the map parameter a.
Portions of the plot can be enlarged by outlining with a mouse drag. Points on the running plot can be read out with a mouse click.

Version:
10 October 1997
Author:
Michael Cross

Variable Index

 o slope
cumulative slope

Constructor Index

 o Map1DLyapunov(Map1D)

Method Index

 o iterate()
Iterates Map equations and updates graph
 o resetRange()
Resets x-range to 0 < x < 1
 o restart()
Restarts
 o setPlotDefaults()
Sets default values of parameters
 o updateParameters()
Updates parameters from the text controls in parent class

Variables

 o slope
 double slope
cumulative slope

Constructors

 o Map1DLyapunov
 public Map1DLyapunov(Map1D inParent)
Parameters:
inParent - parent class
See Also:
Map1D

Methods

 o updateParameters
 public void updateParameters()
Updates parameters from the text controls in parent class

Overrides:
updateParameters in class Map1DDiagnostics
 o restart
 public void restart()
Restarts

Overrides:
restart in class Map1DDiagnostics
 o iterate
 public boolean iterate()
Iterates Map equations and updates graph

Overrides:
iterate in class Map1DDiagnostics
 o setPlotDefaults
 public void setPlotDefaults()
Sets default values of parameters

Overrides:
setPlotDefaults in class Map1DDiagnostics
 o resetRange
 public void resetRange()
Resets x-range to 0 < x < 1

Overrides:
resetRange in class Map1DDiagnostics