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

Packages that use Pumpe
de.elisabetheckstaedt.dipl.real   
 

Uses of Pumpe in de.elisabetheckstaedt.dipl.real
 

Fields in de.elisabetheckstaedt.dipl.real declared as Pumpe
private  Pumpe[] Teilsystem.pumpen_rk
           
private  Pumpe[] Teilsystem.pumpen_km
           
private  Pumpe Subnetz.Pumpen
          repräsentiert alle enthaltenen Pumpen
 

Methods in de.elisabetheckstaedt.dipl.real that return Pumpe
 Pumpe[] Teilsystem.getPumpen_km()
           
 Pumpe[] Teilsystem.getPumpen_rk()
           
 Pumpe Subnetz.getPumpen()
           
 

Constructors in de.elisabetheckstaedt.dipl.real with parameters of type Pumpe
Subnetz(java.lang.String Name, Pumpe pumpe, Rohrnetz rohrnetz, Verbraucher[] verbraucher)