A B C D E F G H I L M N O P R S T U W

G

GAFactory - Class in org.dbe.eve.ga
This class is used by the Habitat Service to get an specific GAFactory implementation, this GAFactory implementation will be the only one who knows how to get a new GeneticAlgorithm (some parameters could be necessary in when the constructor is invoqued)
GAFactory() - Constructor for class org.dbe.eve.ga.GAFactory
 
GeneticAlgorithm - Interface in org.dbe.eve.ga
This is the GenericAlgoritm interface.
getAttribute(Object) - Method in class org.dbe.eve.fff.FitnessFunctionContext
Search for an attibute, if not found, return null
getAvgCharacteristics() - Method in class org.dbe.eve.ga.impl.Statistics
 
getAvgFitness() - Method in class org.dbe.eve.ga.impl.Statistics
 
getAvgServices() - Method in class org.dbe.eve.ga.impl.Statistics
 
getCharacteristics() - Method in class org.dbe.eve.EvEService
Deprecated. remove after enabling sbvr
getCharacteristics() - Method in class org.dbe.eve.ga.impl.SimpleDescription
 
getConnectionDate() - Method in class org.dbe.eve.net.ConnectedNode
 
getConnectionPool() - Method in interface org.dbe.eve.net.NetworkManager
Returns the connectionPool of this habitat
getConnectionPool() - Method in class org.dbe.eve.net.NetworkManagerImpl
 
getDescription() - Method in class org.dbe.eve.fff.impl.FFSimpleImplementation
 
getEvEService(Object) - Method in interface org.dbe.eve.ServicePool
Same method as Map.get (Object), but specifically to ServicePool, so people that don't know what this Interface returns can use it.
getEvEService(Object) - Method in class org.dbe.eve.ServicePoolImpl
 
getEvEServicePool() - Method in class org.dbe.eve.HabitatServiceImpl
 
getFitnessFunction(SBVRDescription, FitnessFunctionContext) - Static method in class org.dbe.eve.fff.FitnessFunctionFramework
 
getFitnessFunction(String) - Method in class org.dbe.eve.fff.FitnessFunctionFramework
 
getFitnessFunctionNames() - Method in class org.dbe.eve.fff.FitnessFunctionFramework
 
getFitnessValue() - Method in class org.dbe.eve.ga.impl.SolutionImpl
 
getFitnessValue() - Method in interface org.dbe.eve.Solution
 
getFitPercentage() - Method in class org.dbe.eve.ga.StopCondition
 
getGeneration() - Method in class org.dbe.eve.ga.impl.Statistics
 
getGeneticAlgorithm() - Method in class org.dbe.eve.ga.GAFactory
 
getGeneticAlgorithm() - Method in class org.dbe.eve.ga.impl.DefaultGAFactory
 
getHomeDir() - Method in class org.dbe.eve.HabitatServiceImpl
 
getHomeHabitatId() - Method in class org.dbe.eve.EvEService
The ID of the HomeHabitat of this service.
getId() - Method in interface org.dbe.eve.HabitatService
Return the Identifier of this habitat
getId() - Method in class org.dbe.eve.HabitatServiceImpl
 
getImportedPool() - Method in class org.dbe.eve.net.NetworkManagerImpl
 
getIndividual(int) - Method in class org.dbe.eve.ga.impl.SimplePopulation
 
getIndividuals() - Method in class org.dbe.eve.ga.impl.SimplePopulation
 
getInstance(String) - Static method in class org.dbe.eve.ga.GAFactory
 
getInstance() - Static method in class org.dbe.eve.util.PopulationHelper
 
getIterations() - Method in class org.dbe.eve.ga.StopCondition
 
getKB() - Method in class org.dbe.eve.net.SMHandler
 
getLastCommunication() - Method in class org.dbe.eve.net.ConnectedNode
 
getLengthRatio() - Method in class org.dbe.eve.ga.impl.Statistics
 
getMaxFitness() - Method in class org.dbe.eve.ga.impl.Statistics
 
getMigrationHistory() - Method in class org.dbe.eve.EvEService
The Migration History of this service
getModel() - Method in class org.dbe.eve.EvEService
 
getNetworkManager() - Method in class org.dbe.eve.HabitatServiceImpl
 
getNode(Object) - Method in interface org.dbe.eve.net.ConnectionPool
Same method as Map.get (Object), but specifically to ConnectionPool, so people that don't know what this Interface returns can use it.
getNode(Object) - Method in class org.dbe.eve.net.ConnectionPoolImpl
 
getNodeId() - Method in class org.dbe.eve.net.ConnectedNode
 
getNumberOfConnections() - Method in class org.dbe.eve.net.NetworkManagerImpl
 
getPoolFromFile(String) - Method in class org.dbe.eve.util.PopulationHelper
Create / Read a service pool from a file
getPoolWriterTimer() - Method in class org.dbe.eve.ServiceManager
 
getPopulation() - Method in class org.dbe.eve.ga.impl.SimpleBreeder
 
getPopulationFromFile(String) - Method in class org.dbe.eve.util.PopulationHelper
 
getProbability() - Method in interface org.dbe.eve.net.MigrationProbability
 
getSbvr() - Method in class org.dbe.eve.EvEService
 
getSeconds() - Method in class org.dbe.eve.ga.StopCondition
 
getServentContext() - Method in class org.dbe.eve.HabitatServiceImpl
 
getService() - Method in class org.dbe.eve.net.ConnectedNode
 
getServiceContext() - Method in class org.dbe.eve.HabitatServiceImpl
 
getServiceManager() - Method in class org.dbe.eve.HabitatServiceImpl
 
getServiceManifest() - Method in class org.dbe.eve.EvEService
 
getServiceName() - Method in class org.dbe.eve.EvEService
 
getServicePool() - Method in class org.dbe.eve.ServiceManager
 
getServices() - Method in class org.dbe.eve.ga.impl.SolutionImpl
The Set of Services of which this solution consists
getServices() - Method in interface org.dbe.eve.Solution
 
getServicesReceived() - Method in class org.dbe.eve.net.ConnectedNode
 
getServicesSent() - Method in class org.dbe.eve.net.ConnectedNode
 
getSMHandler() - Method in class org.dbe.eve.net.NetworkManagerImpl
 
getSmId() - Method in class org.dbe.eve.EvEService
 
getSolution() - Method in class org.dbe.eve.ga.impl.SolutionImpl
 
getSolutions() - Method in interface org.dbe.eve.ga.GeneticAlgorithm
Return the solutions stored at the moment.
getSolutions() - Method in class org.dbe.eve.ga.impl.DefaultGeneticAlgorithmImpl
 
getSolutionSize() - Method in class org.dbe.eve.ga.impl.SolutionImpl
Return the number of services (0 if none)
getSolutionSize() - Method in interface org.dbe.eve.Solution
 
getSR() - Method in class org.dbe.eve.net.SMHandler
 
getStatus() - Method in class org.dbe.eve.net.ConnectedNode
 
getUsageCounter() - Method in class org.dbe.eve.EvEService
 
getValue() - Method in class org.dbe.eve.fff.Fitness
 

A B C D E F G H I L M N O P R S T U W