Uses of Interface
org.processmining.placebasedlpmdiscovery.lpmevaluation.results.LPMEvaluationResultId
-
-
Uses of LPMEvaluationResultId in org.processmining.placebasedlpmdiscovery.lpmdiscovery.filterstrategies.lpms
Methods in org.processmining.placebasedlpmdiscovery.lpmdiscovery.filterstrategies.lpms that return LPMEvaluationResultId Modifier and Type Method Description LPMEvaluationResultIdAbovePassageCoverageThresholdLPMFilter. getEvaluationId()LPMEvaluationResultIdAbovePassageRepetitionThresholdLPMFilter. getEvaluationId()LPMEvaluationResultIdAboveTransitionOverlappingThresholdLPMFilter. getEvaluationId()LPMEvaluationResultIdAboveWindowsEvaluationThresholdLPMFilter. getEvaluationId()abstract LPMEvaluationResultIdNeedsEvaluationLPMFilter. getEvaluationId() -
Uses of LPMEvaluationResultId in org.processmining.placebasedlpmdiscovery.lpmevaluation.results
Classes in org.processmining.placebasedlpmdiscovery.lpmevaluation.results that implement LPMEvaluationResultId Modifier and Type Class Description classStandardLPMEvaluationResultIdMethods in org.processmining.placebasedlpmdiscovery.lpmevaluation.results that return LPMEvaluationResultId Modifier and Type Method Description LPMEvaluationResultIdSimpleEvaluationResult. getId()Constructors in org.processmining.placebasedlpmdiscovery.lpmevaluation.results with parameters of type LPMEvaluationResultId Constructor Description SimpleEvaluationResult(LPMEvaluationResultId id) -
Uses of LPMEvaluationResultId in org.processmining.placebasedlpmdiscovery.lpmevaluation.results.aggregateoperations
Methods in org.processmining.placebasedlpmdiscovery.lpmevaluation.results.aggregateoperations with parameters of type LPMEvaluationResultId Modifier and Type Method Description EvaluationResultAggregateOperationEvaluationResultAggregateOperation. addWeight(LPMEvaluationResultId id, int weight)Adds a concrete weight for some evaluation result instead of the default 1 -
Uses of LPMEvaluationResultId in org.processmining.placebasedlpmdiscovery.lpmevaluation.results.concrete
Methods in org.processmining.placebasedlpmdiscovery.lpmevaluation.results.concrete that return LPMEvaluationResultId Modifier and Type Method Description LPMEvaluationResultIdEventCoverageEvaluationResult. getId() -
Uses of LPMEvaluationResultId in org.processmining.placebasedlpmdiscovery.model.exporting.gson.deserializers
Methods in org.processmining.placebasedlpmdiscovery.model.exporting.gson.deserializers that return LPMEvaluationResultId Modifier and Type Method Description LPMEvaluationResultIdLPMEvaluationResultIdDeserializer. deserialize(com.google.gson.JsonElement json, java.lang.reflect.Type typeOfT, com.google.gson.JsonDeserializationContext context)
-