Interface AdaptationFactoryObject

All Known Implementing Classes:
AdaptationAlgorithm

public interface AdaptationFactoryObject
The adaptation factory object provides the name of the adaptation algorithm.
Author:
Lukas Malburg
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Each adaptation algorithm must have an unique name.
  • Method Details

    • 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.