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

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

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

Subclasses of AbstractAlgorithm in org.dbe.eve.opt.alg.ga
 class GAPrototype
           
 

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

Subclasses of AbstractAlgorithm in org.dbe.eve.opt.alg.gaBeasely
 class GABeasPrototype
           
 

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

Subclasses of AbstractAlgorithm in org.dbe.eve.opt.alg.umda
 class UMDAPrototype
           
 

Uses of AbstractAlgorithm in org.dbe.eve.simulator
 

Fields in org.dbe.eve.simulator declared as AbstractAlgorithm
private  AbstractAlgorithm OptimisationContainer.centralAlg
           
private  AbstractAlgorithm OptimisationContainer.decentralAlg
           
 

Methods in org.dbe.eve.simulator that return AbstractAlgorithm
 AbstractAlgorithm OptimisationContainer.getCentralAlg()
           
 AbstractAlgorithm OptimisationContainer.getDecentralAlg()
           
private  AbstractAlgorithm OptimisationSupervisor.newAlgorithm(LocalServicePool sp, DemandedService request)
           
 

Methods in org.dbe.eve.simulator with parameters of type AbstractAlgorithm
 void OptimisationSupervisor.pushResult(AbstractAlgorithm alg, java.util.ArrayList result)
           
 void EventListener.pushResult(AbstractAlgorithm alg, java.util.ArrayList result)
           
 void OptimisationContainer.setCentralAlg(AbstractAlgorithm algorithm)
           
 void OptimisationContainer.setDecentralAlg(AbstractAlgorithm algorithm)
           
 

Constructors in org.dbe.eve.simulator with parameters of type AbstractAlgorithm
OptimisationContainer(AbstractAlgorithm decentralGa, AbstractAlgorithm centralGa, SME remitterSME, DemandedService requestedService)