Interface FitnessEvaluatorFactory
- All Known Implementing Classes:
DefaultFitnessEvaluatorFactory
public interface FitnessEvaluatorFactory
Defines the services around registering and getting appropriate fitness evaluators for corresponding factors.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetEvaluator(SourcingFactorIdentifiersEnum factorId) Gets the appropriate evaluator implementation for a sourcing factor
-
Method Details
-
getEvaluator
Gets the appropriate evaluator implementation for a sourcing factor- Parameters:
factorId- the sourcing factor id- Returns:
- the evaluator
-