Interface FitnessNormalizerFactory
- All Known Implementing Classes:
DefaultFitnessNormalizerFactory
public interface FitnessNormalizerFactory
Defines the services around registering and getting appropriate fitness normalizers for corresponding factors.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetNormalizer(SourcingFactorIdentifiersEnum factorId) Gets the appropriate normalizer implementation for a sourcing factor
-
Method Details
-
getNormalizer
Gets the appropriate normalizer implementation for a sourcing factor- Parameters:
factorId- the sourcing factor id- Returns:
- the normalizer
-