Interface AdaptationFactoryObject
-
- All Known Implementing Classes:
AdaptationAlgorithm
public interface AdaptationFactoryObjectThe adaptation factory object provides the name of the adaptation algorithm.- Author:
- Lukas
- See Also:
FactoryObjectImplementation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAdaptationAlgorithmName()Each adaptation algorithm must have an unique name.
-
-
-
Method Detail
-
getAdaptationAlgorithmName
String getAdaptationAlgorithmName()
Each adaptation algorithm must have an unique name. This name can be used to get a new adaptation algorithm instance from the factory.- Returns:
- Returns the name of the adaptation algorithm.
-
-