Class TreatmentbyLoewe

java.lang.Object
  |
  +--TreatmentbyLoewe

class TreatmentbyLoewe
extends java.lang.Object


Field Summary
(package private)  int ntRule
           
(package private)  TreatmentRule[] tRule
           
 
Constructor Summary
TreatmentbyLoewe()
           
 
Method Summary
(package private)  void addRules(int nr)
           
(package private)  double entnahmeDurchf(stand st, double amount, int spe)
           
(package private)  double entnahmeZielst(stand st, double amount, int spe)
           
(package private)  void executeLoewe(stand st)
          This method performs a Löwe treatment to the stand
(package private)  void getParameter(stand st)
           
(package private)  void initParameter(int code, int i, double crownp)
           
(package private)  double overlap(double r1, double r2, double e)
          calculate overlap area of two circle only if they overlap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tRule

TreatmentRule[] tRule

ntRule

int ntRule
Constructor Detail

TreatmentbyLoewe

public TreatmentbyLoewe()
Method Detail

addRules

void addRules(int nr)

initParameter

void initParameter(int code,
                   int i,
                   double crownp)

getParameter

void getParameter(stand st)

executeLoewe

void executeLoewe(stand st)
This method performs a Löwe treatment to the stand


overlap

double overlap(double r1,
               double r2,
               double e)
calculate overlap area of two circle only if they overlap


entnahmeZielst

double entnahmeZielst(stand st,
                      double amount,
                      int spe)

entnahmeDurchf

double entnahmeDurchf(stand st,
                      double amount,
                      int spe)