Uses of Class
de.elisabetheckstaedt.dipl.real.Teilnetz

Packages that use Teilnetz
de.elisabetheckstaedt.dipl.common   
de.elisabetheckstaedt.dipl.GUI   
de.elisabetheckstaedt.dipl.real   
 

Uses of Teilnetz in de.elisabetheckstaedt.dipl.common
 

Fields in de.elisabetheckstaedt.dipl.common declared as Teilnetz
(package private)  Teilnetz[][] Konfig_anlegen.tns
           
 

Uses of Teilnetz in de.elisabetheckstaedt.dipl.GUI
 

Fields in de.elisabetheckstaedt.dipl.GUI declared as Teilnetz
(package private)  Teilnetz Werteingabe.tn
           
 

Uses of Teilnetz in de.elisabetheckstaedt.dipl.real
 

Fields in de.elisabetheckstaedt.dipl.real declared as Teilnetz
private  Teilnetz[] Kaeltezentrale.Teilnetze
          Vektor enthält alle der Kältezentrale zueordneten Teilnetze
 

Methods in de.elisabetheckstaedt.dipl.real that return Teilnetz
 Teilnetz[] Kaeltezentrale.getTeilnetze()
           
 

Methods in de.elisabetheckstaedt.dipl.real with parameters of type Teilnetz
 void Pumpe.init(Teilnetz tn, double[] T_A)
          findet maximale Förderhöhe und Volumenstrom ruft dazu TN.Volumenstrom(), Druckverlust() liest TN, TN.Verbraucher
 void Pumpe.setFoerderhoehe(Teilnetz tn)
          setzt Förderhöhe auf Maximum des rufenden Teilnetzes
 

Constructors in de.elisabetheckstaedt.dipl.real with parameters of type Teilnetz
Kaeltezentrale(java.lang.String Name, Kaeltemaschine[] kaeltemaschinen, double[][] leistungsaufteilung_KM, Teilnetz[] teilnetze)