Uses of Class
org.dbe.eve.SBVRDescription

Packages that use SBVRDescription
org.dbe.eve   
org.dbe.eve.fff This package provides the interfaces and classes for the FitnessFunctionFramework. 
org.dbe.eve.fff.impl This package provides a default implementation of a FitnessFunction for the default implementation of the GA. 
org.dbe.eve.ga.impl This package provides a default implementation of a Genetic Algorithm. 
 

Uses of SBVRDescription in org.dbe.eve
 

Methods in org.dbe.eve that return SBVRDescription
 SBVRDescription EvEService.getSbvr()
           
 

Methods in org.dbe.eve with parameters of type SBVRDescription
 void ServiceManager.createEvEService(java.lang.String smid, SBVRDescription model)
           
 void HabitatServiceImpl.createEvEService(java.lang.String smid, SBVRDescription model)
           
 void HabitatService.createEvEService(java.lang.String smid, SBVRDescription model)
          Creates a new EvEService with the indicated definition.
 SolutionSet HabitatServiceImpl.findBestGuessSolution(SBVRDescription model)
           
 SolutionSet HabitatService.findBestGuessSolution(SBVRDescription model)
          Find the best services that fit the indicated model.
 void EvEService.setSbvr(SBVRDescription sbvr)
           
 

Uses of SBVRDescription in org.dbe.eve.fff
 

Methods in org.dbe.eve.fff with parameters of type SBVRDescription
static FitnessFunction FitnessFunctionFramework.getFitnessFunction(SBVRDescription description, FitnessFunctionContext context)
           
 void FitnessFunction.init(SBVRDescription description, FitnessFunctionContext context)
          Init this fitness funcion.
 

Uses of SBVRDescription in org.dbe.eve.fff.impl
 

Fields in org.dbe.eve.fff.impl declared as SBVRDescription
(package private)  SBVRDescription FFSimpleImplementation.description
           
 

Methods in org.dbe.eve.fff.impl that return SBVRDescription
 SBVRDescription FFSimpleImplementation.getDescription()
           
 

Methods in org.dbe.eve.fff.impl with parameters of type SBVRDescription
 void FFSimpleImplementation.init(SBVRDescription description, FitnessFunctionContext context)
           
 void DefaultAgregator.init(SBVRDescription description, FitnessFunctionContext context)
           
 void AnotherFFImpl.init(SBVRDescription description, FitnessFunctionContext context)
           
 

Uses of SBVRDescription in org.dbe.eve.ga.impl
 

Subclasses of SBVRDescription in org.dbe.eve.ga.impl
 class SimpleDescription