Class Modell

java.lang.Object
  extended by Modell
Direct Known Subclasses:
AutonomesVehikel, SchwingerModell

public class Modell
extends java.lang.Object


Field Summary
protected  double[] f
           
 
Constructor Summary
Modell()
           
 
Method Summary
 void berechneRechteSeite(double[] yy, double t)
           
 double getF(int i)
           
 int holeAnzahlGleichungen()
           
 
Methods inherited from class
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

f

protected double[] f
Constructor Detail

Modell

public Modell()
Method Detail

berechneRechteSeite

public void berechneRechteSeite(double[] yy,
                                double t)

getF

public double getF(int i)

holeAnzahlGleichungen

public int holeAnzahlGleichungen()