Class EventCoverageEvaluationResult
- java.lang.Object
-
- org.processmining.placebasedlpmdiscovery.lpmevaluation.results.concrete.EventCoverageEvaluationResult
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,LPMCollectorResult,LPMEvaluationResult
public class EventCoverageEvaluationResult extends java.lang.Object implements LPMEvaluationResult
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EventCoverageEvaluationResult(LocalProcessModel lpm)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCoveredEventsCount(java.lang.String activity)java.util.Map<java.lang.String,java.lang.Integer>getEventCountPerActivity()LPMEvaluationResultIdgetId()doublegetNormalizedResult()doublegetResult()booleanisLastCoveredEvent(java.lang.String activity, java.lang.Integer traceVariantId, java.lang.Integer eventPos)voidsetEventCountPerActivity(java.util.Map<java.lang.String,java.lang.Integer> eventCountPerActivity)voidupdateCoveredEventsCount(java.lang.String activity, int count)voidupdateLastCoveredEvent(java.lang.String activity, java.lang.Integer traceVariantId, java.lang.Integer eventPos)
-
-
-
Constructor Detail
-
EventCoverageEvaluationResult
public EventCoverageEvaluationResult(LocalProcessModel lpm)
-
-
Method Detail
-
getResult
public double getResult()
- Specified by:
getResultin interfaceLPMEvaluationResult
-
getNormalizedResult
public double getNormalizedResult()
- Specified by:
getNormalizedResultin interfaceLPMEvaluationResult
-
getId
public LPMEvaluationResultId getId()
- Specified by:
getIdin interfaceLPMCollectorResult
-
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()
-
-