Interface IActivityPrioritizerConfig


  • public interface IActivityPrioritizerConfig
    Represents an activity prioritizer configuration.
    Since:
    10.0.0
    Version:
    $Revision$ $Date$
    • Method Detail

      • getClassName

        java.lang.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