Class PriorityAlgorithmTemplate

java.lang.Object
com.aquima.interactions.test.templates.AbstractReportingTemplate
com.aquima.interactions.test.templates.process.PriorityAlgorithmTemplate

public class PriorityAlgorithmTemplate extends AbstractReportingTemplate
Template class for initializing an priority algorithm.
Since:
9.1
Author:
B. van de Ven
  • Constructor Details

    • PriorityAlgorithmTemplate

      public PriorityAlgorithmTemplate(String name, boolean external, com.aquima.interactions.process.impl.ReevaluationTime reevaluationTime, String startTimeExpression, com.aquima.interactions.foundation.report.IInitializationReport report)
    • PriorityAlgorithmTemplate

      public PriorityAlgorithmTemplate(String name, boolean external, com.aquima.interactions.process.impl.ReevaluationTime reevaluationTime, com.aquima.interactions.process.impl.ReevaluationEvent reevaluationEvent, String startTimeExpression, com.aquima.interactions.foundation.report.IInitializationReport report)
  • Method Details

    • getName

      protected String getName()
    • getReevaluateTime

      protected com.aquima.interactions.process.impl.ReevaluationTime getReevaluateTime()
    • getReevaluationEvent

      protected com.aquima.interactions.process.impl.ReevaluationEvent getReevaluationEvent()
    • isExternal

      protected boolean isExternal()
    • toDataSource

      protected com.aquima.interactions.process.ds.IPriorityAlgorithmDS toDataSource()
    • getStartTimeExpression

      protected String getStartTimeExpression()