Uses of Interface
org.processmining.placebasedlpmdiscovery.lpmevaluation.results.LPMCollectorResult
-
-
Uses of LPMCollectorResult in org.processmining.placebasedlpmdiscovery.lpmdiscovery.algbuilder
Method parameters in org.processmining.placebasedlpmdiscovery.lpmdiscovery.algbuilder with type arguments of type LPMCollectorResult Modifier and Type Method Description LPMDiscoveryAlgBuilderLPMDiscoveryAlgBuilder. registerLPMWindowCollector(java.lang.String name, WindowLPMCollector<? extends LPMCollectorResult> windowCollector)LPMDiscoveryAlgBuilderLPMDiscoveryAlgBuilderImpl. registerLPMWindowCollector(java.lang.String name, WindowLPMCollector<? extends LPMCollectorResult> windowCollector) -
Uses of LPMCollectorResult in org.processmining.placebasedlpmdiscovery.lpmevaluation.lpmevaluators
Classes in org.processmining.placebasedlpmdiscovery.lpmevaluation.lpmevaluators with type parameters of type LPMCollectorResult Modifier and Type Interface Description interfaceWindowLPMCollector<T extends LPMCollectorResult>Methods in org.processmining.placebasedlpmdiscovery.lpmevaluation.lpmevaluators that return types with arguments of type LPMCollectorResult Modifier and Type Method Description WindowLPMCollector<? extends LPMCollectorResult>LPMCollectorFactory. getWindowEvaluator(LPMCollectorId collectorId)Methods in org.processmining.placebasedlpmdiscovery.lpmevaluation.lpmevaluators with parameters of type LPMCollectorResult Modifier and Type Method Description TWindowLPMCollector. evaluate(LocalProcessModel lpm, LPMTemporaryWindowInfo lpmTemporaryWindowInfo, LPMCollectorResult existingEvaluation)Evaluates a local process model given the parameters of the evaluator -
Uses of LPMCollectorResult in org.processmining.placebasedlpmdiscovery.lpmevaluation.lpmevaluators.concrete
-
Uses of LPMCollectorResult in org.processmining.placebasedlpmdiscovery.lpmevaluation.results
Subinterfaces of LPMCollectorResult in org.processmining.placebasedlpmdiscovery.lpmevaluation.results Modifier and Type Interface Description interfaceLPMEvaluationResultClasses in org.processmining.placebasedlpmdiscovery.lpmevaluation.results that implement LPMCollectorResult Modifier and Type Class Description classSimpleEvaluationResult -
Uses of LPMCollectorResult in org.processmining.placebasedlpmdiscovery.lpmevaluation.results.concrete
Classes in org.processmining.placebasedlpmdiscovery.lpmevaluation.results.concrete that implement LPMCollectorResult Modifier and Type Class Description classAttributeCollectorResultclassCaseAttributeCollectorResultclassEventAttributeCollectorResultclassEventCoverageEvaluationResultclassFittingWindowsEvaluationResultclassPassageCoverageEvaluationResultclassPassageRepetitionEvaluationResultclassPassageVisitsCollectorResultclassPlaceVisitsCollectorResultclassTraceSupportEvaluationResultclassTransitionCoverageEvaluationResultclassTransitionsOverlappingEvaluationResult -
Uses of LPMCollectorResult in org.processmining.placebasedlpmdiscovery.model.additionalinfo
Methods in org.processmining.placebasedlpmdiscovery.model.additionalinfo that return types with arguments of type LPMCollectorResult Modifier and Type Method Description java.util.Map<java.lang.String,LPMCollectorResult>LPMAdditionalInfo. getCollectorResults()Methods in org.processmining.placebasedlpmdiscovery.model.additionalinfo with parameters of type LPMCollectorResult Modifier and Type Method Description voidLPMAdditionalInfo. addCollectorResult(java.lang.String key, LPMCollectorResult collectorResult)voidLPMAdditionalInfo. updateCollectorResults(java.lang.String key, LPMCollectorResult collectorResult)
-