getRotationStrategyDescription method

String getRotationStrategyDescription()

Gets the description of the current rotation strategy

Implementation

String getRotationStrategyDescription() {
  return RotationStrategyFactory.getStrategyDescription(_strategyType);
}