Uses of Class
org.dbe.eve.simulator.LocalServicePool

Packages that use LocalServicePool
org.dbe.eve.opt.alg.ga   
org.dbe.eve.opt.alg.gaBeasely   
org.dbe.eve.opt.alg.umda   
org.dbe.eve.simulator   
 

Uses of LocalServicePool in org.dbe.eve.opt.alg.ga
 

Fields in org.dbe.eve.opt.alg.ga declared as LocalServicePool
private  LocalServicePool GAPrototype.servicePool
           
 

Methods in org.dbe.eve.opt.alg.ga with parameters of type LocalServicePool
static Individuum Individuum.createRandomIndividuum(LocalServicePool sp, Individuum request)
           
 void GAPrototype.setServicePool(LocalServicePool sp)
           
 

Constructors in org.dbe.eve.opt.alg.ga with parameters of type LocalServicePool
GAPrototype(LocalServicePool sp, DemandedService request, OptimisationSupervisor osv, long optimisationContainerId)
           
 

Uses of LocalServicePool in org.dbe.eve.opt.alg.gaBeasely
 

Fields in org.dbe.eve.opt.alg.gaBeasely declared as LocalServicePool
private  LocalServicePool GABeasPrototype.servicePool
           
 

Methods in org.dbe.eve.opt.alg.gaBeasely with parameters of type LocalServicePool
 void GABeasPrototype.setServicePool(LocalServicePool sp)
           
 

Constructors in org.dbe.eve.opt.alg.gaBeasely with parameters of type LocalServicePool
GABeasPrototype(LocalServicePool sp, DemandedService request, OptimisationSupervisor osv, long optimisationContainerId)
           
 

Uses of LocalServicePool in org.dbe.eve.opt.alg.umda
 

Fields in org.dbe.eve.opt.alg.umda declared as LocalServicePool
private  LocalServicePool UMDAPrototype.servicePool
           
 

Methods in org.dbe.eve.opt.alg.umda with parameters of type LocalServicePool
 void UMDAPrototype.setServicePool(LocalServicePool sp)
           
 

Constructors in org.dbe.eve.opt.alg.umda with parameters of type LocalServicePool
UMDAPrototype(LocalServicePool sp, DemandedService request, OptimisationSupervisor osv, long optimisationContainerId)
           
 

Uses of LocalServicePool in org.dbe.eve.simulator
 

Fields in org.dbe.eve.simulator declared as LocalServicePool
private  LocalServicePool EvEModel.centralServicePool
           
private  LocalServicePool SME.localServicePool
           
 

Methods in org.dbe.eve.simulator that return LocalServicePool
 LocalServicePool EvEModel.getCentralServicePool()
           
 LocalServicePool SME.getServicePool()
          Returns the Service-Pool of this SME
 

Methods in org.dbe.eve.simulator with parameters of type LocalServicePool
 void OptimisationSupervisor.addGa(LocalServicePool decentralSp, LocalServicePool centralSp, DemandedService request, SME remitterSME)
           
private  AbstractAlgorithm OptimisationSupervisor.newAlgorithm(LocalServicePool sp, DemandedService request)
           
abstract  void AbstractAlgorithm.setServicePool(LocalServicePool sp)