Interface IActivityPrioritizerConfig


  • public interface IActivityPrioritizerConfig
    Represents an activity prioritizer configuration.
    Since:
    10.0.0
    Version:
    $Revision: 19766 $ $Date: 2017-01-05 18:35:09 -0200 (Thu, 05 Jan 2017) $
    • Method Detail

      • getClassName

        String getClassName()
        The name of prioritizer class to be used.
        Returns:
        the class name.
        Since:
        8.2.0
      • getPriorityModifier

        double getPriorityModifier()
        The modifier value to be applied to the priorities returned by the prioritizer class. This value is added to the calculated priority.
        Returns:
        the priority modifier value.
        Since:
        8.2.0