Interface WindowLPMCollector<T extends LPMCollectorResult>

    • Method Detail

      • evaluate

        T evaluate​(LocalProcessModel lpm,
                   LPMTemporaryWindowInfo lpmTemporaryWindowInfo,
                   LPMCollectorResult existingEvaluation)
        Evaluates a local process model given the parameters of the evaluator
        Parameters:
        lpm - : the local process model that needs to be evaluated
        Returns:
        the result of the evaluation
      • getKey

        java.lang.String getKey()
      • getResultKey

        java.lang.String getResultKey()
      • getResultClass

        java.lang.Class<T> getResultClass()