org.dbe.eve
Interface Solution

All Known Subinterfaces:
PrivateSolution
All Known Implementing Classes:
SolutionImpl

public interface Solution

Author:
Claudius A solution is the a set of services created by a Gentic Algorithm in reply to a SBVR Request. Every solution that has been evaluated has an associated FitnessValues see org.dbe.eve.fff for more information about Fitness Evaluation

Method Summary
 float getFitnessValue()
           
 EvEService[] getServices()
           
 int getSolutionSize()
           
 

Method Detail

getServices

EvEService[] getServices()
Returns:
services The services this solution is composed of

getSolutionSize

int getSolutionSize()
Returns:
int Number of services the solution is composed of

getFitnessValue

float getFitnessValue()
Returns:
float The associated FitnessValue of this Solution