All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class phaser.equation.DiscretePredatorPrey

java.lang.Object
   |
   +----phaser.equation.Equation
           |
           +----phaser.equation.DiscretePredatorPrey

public class DiscretePredatorPrey
extends Equation
Class implementation of the Discrete Predator-Prey MAP.


Constructor Index

 o DiscretePredatorPrey()

Method Index

 o eval(double[], double[], double)

Constructors

 o DiscretePredatorPrey
 public DiscretePredatorPrey()

Methods

 o eval
 public void eval(double outVector[],
                  double inVector[],
                  double time)
Overrides:
eval in class Equation

All Packages  Class Hierarchy  This Package  Previous  Next  Index