|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServicePool | |
---|---|
org.dbe.eve | |
org.dbe.eve.ga | This package provides the interfaces and classes for adding a Genetic Algorithm to the Habitat. |
org.dbe.eve.ga.impl | This package provides a default implementation of a Genetic Algorithm. |
org.dbe.eve.net | Provides the classes and interfaces that are necessary to build up the Habitat Network, and to allow services migration. |
org.dbe.eve.util | This package provides some helper classes for the HabitatService. |
Uses of ServicePool in org.dbe.eve |
---|
Classes in org.dbe.eve that implement ServicePool | |
---|---|
class |
ServicePoolImpl
|
Methods in org.dbe.eve that return ServicePool | |
---|---|
ServicePool |
HabitatServiceImpl.getEvEServicePool()
|
ServicePool |
ServiceManager.getServicePool()
|
static ServicePool |
ServicePoolImpl.unPersist(java.io.File file)
|
Uses of ServicePool in org.dbe.eve.ga |
---|
Methods in org.dbe.eve.ga with parameters of type ServicePool | |
---|---|
void |
GeneticAlgorithm.start(FitnessFunction function,
StopCondition condition,
ServicePool pool)
Start the Genetic Algorithm using the indicated Fitness function. |
Uses of ServicePool in org.dbe.eve.ga.impl |
---|
Methods in org.dbe.eve.ga.impl with parameters of type ServicePool | |
---|---|
void |
DefaultGeneticAlgorithmImpl.start(FitnessFunction function,
StopCondition condition,
ServicePool pool)
|
Constructors in org.dbe.eve.ga.impl with parameters of type ServicePool | |
---|---|
SimpleBreeder(ServicePool pool)
|
Uses of ServicePool in org.dbe.eve.net |
---|
Methods in org.dbe.eve.net that return ServicePool | |
---|---|
ServicePool |
NetworkManagerImpl.getImportedPool()
|
ServicePool |
NetworkManagerImpl.importServicesFromSR(java.lang.String srAdress)
|
Methods in org.dbe.eve.net with parameters of type ServicePool | |
---|---|
void |
NetworkManagerImpl.setImportedPool(ServicePool importedPool)
|
Uses of ServicePool in org.dbe.eve.util |
---|
Methods in org.dbe.eve.util that return ServicePool | |
---|---|
(package private) ServicePool |
PopulationHelper.createServicePool(int size,
java.lang.String fileName)
Helper Method for creating and persisting (.xml file) a service pool. |
ServicePool |
PopulationHelper.getPoolFromFile(java.lang.String fileName)
Create / Read a service pool from a file |
Methods in org.dbe.eve.util with parameters of type ServicePool | |
---|---|
(package private) SimplePopulation |
PopulationHelper.createInitialPopulation(int size,
ServicePool pool,
java.lang.String fileName)
Helper Method to create a Population of Solutions. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |