Class EventCoverageEvaluationResult

    • Constructor Detail

      • EventCoverageEvaluationResult

        public EventCoverageEvaluationResult​(LocalProcessModel lpm)
    • Method Detail

      • isLastCoveredEvent

        public boolean isLastCoveredEvent​(java.lang.String activity,
                                          java.lang.Integer traceVariantId,
                                          java.lang.Integer eventPos)
      • updateCoveredEventsCount

        public void updateCoveredEventsCount​(java.lang.String activity,
                                             int count)
      • updateLastCoveredEvent

        public void updateLastCoveredEvent​(java.lang.String activity,
                                           java.lang.Integer traceVariantId,
                                           java.lang.Integer eventPos)
      • getCoveredEventsCount

        public int getCoveredEventsCount​(java.lang.String activity)
      • setEventCountPerActivity

        public void setEventCountPerActivity​(java.util.Map<java.lang.String,​java.lang.Integer> eventCountPerActivity)
      • getEventCountPerActivity

        public java.util.Map<java.lang.String,​java.lang.Integer> getEventCountPerActivity()