Uses of Class
compres.MachineBean

Packages that use MachineBean
compres   
 

Uses of MachineBean in compres
 

Methods in compres that return types with arguments of type MachineBean
 java.util.LinkedList<MachineBean> Pool.getMachineList()
           
 

Methods in compres with parameters of type MachineBean
 void Pool.add(MachineBean m)
          Adds a machine to the pool.