Uses of Interface
org.processmining.poemsconformancecheckingforbpmn.models.trace.partial_order.PartiallyOrderedTrace
-
-
Uses of PartiallyOrderedTrace in org.processmining.poemsconformancecheckingforbpmn.algorithms.conformance_checking.poems
Methods in org.processmining.poemsconformancecheckingforbpmn.algorithms.conformance_checking.poems with type parameters of type PartiallyOrderedTrace Modifier and Type Method Description <A extends Activity,PO extends PartiallyOrderedTrace<A>,TO extends TotallyOrderedTrace<A>>
POEMSConformanceCheckingResultPOEMSConformanceChecking. calculateConformance(StochasticPOTraceLanguage<A,PO> poStochasticLanguage, StochasticTOTraceLanguage<A,TO> stochasticLanguage)<A extends Activity,PO extends PartiallyOrderedTrace<A>,TO extends TotallyOrderedTrace<A>>
POEMSConformanceCheckingResultPOEMSConformanceCheckingEMSC24Adapter. calculateConformance(StochasticPOTraceLanguage<A,PO> poStochasticLanguage, StochasticTOTraceLanguage<A,TO> stochasticLanguage) -
Uses of PartiallyOrderedTrace in org.processmining.poemsconformancecheckingforbpmn.models.bpmn.execution.trace
Subinterfaces of PartiallyOrderedTrace in org.processmining.poemsconformancecheckingforbpmn.models.bpmn.execution.trace Modifier and Type Interface Description interfaceBpmnPartiallyOrderedTraceClasses in org.processmining.poemsconformancecheckingforbpmn.models.bpmn.execution.trace that implement PartiallyOrderedTrace Modifier and Type Class Description classBpmnPartiallyOrderedTraceImpl -
Uses of PartiallyOrderedTrace in org.processmining.poemsconformancecheckingforbpmn.models.stochastic.language.trace.partial
Classes in org.processmining.poemsconformancecheckingforbpmn.models.stochastic.language.trace.partial with type parameters of type PartiallyOrderedTrace Modifier and Type Interface Description interfaceStochasticPOTraceLanguage<A extends Activity,T extends PartiallyOrderedTrace<A>> -
Uses of PartiallyOrderedTrace in org.processmining.poemsconformancecheckingforbpmn.models.stochastic.language.trace.partial.converter
Classes in org.processmining.poemsconformancecheckingforbpmn.models.stochastic.language.trace.partial.converter with type parameters of type PartiallyOrderedTrace Modifier and Type Interface Description interfaceStochasticTracePOLanguageConverter<A extends Activity,T extends PartiallyOrderedTrace<A>>classStochasticTracePOLanguageConverterImpl<A extends Activity,T extends PartiallyOrderedTrace<A>>Methods in org.processmining.poemsconformancecheckingforbpmn.models.stochastic.language.trace.partial.converter with type parameters of type PartiallyOrderedTrace Modifier and Type Method Description static <A extends Activity,T extends PartiallyOrderedTrace<A>>
StochasticTracePOLanguageConverter<A,T>StochasticTracePOLanguageConverter. getInstance() -
Uses of PartiallyOrderedTrace in org.processmining.poemsconformancecheckingforbpmn.models.trace.converters
Methods in org.processmining.poemsconformancecheckingforbpmn.models.trace.converters with parameters of type PartiallyOrderedTrace Modifier and Type Method Description int[]TraceConverter. toEMSC24(PartiallyOrderedTrace<A> poTrace, org.processmining.earthmoversstochasticconformancechecking.stochasticlanguage.Activity2IndexKey activity2IndexKey)int[]TraceConverterImpl. toEMSC24(PartiallyOrderedTrace<A> poTrace, org.processmining.earthmoversstochasticconformancechecking.stochasticlanguage.Activity2IndexKey activity2IndexKey) -
Uses of PartiallyOrderedTrace in org.processmining.poemsconformancecheckingforbpmn.models.trace.partial_order.converters
Methods in org.processmining.poemsconformancecheckingforbpmn.models.trace.partial_order.converters with parameters of type PartiallyOrderedTrace Modifier and Type Method Description int[]PartiallyOrderedTraceConverter. toEMSC24(PartiallyOrderedTrace<A> poTrace, org.processmining.earthmoversstochasticconformancechecking.stochasticlanguage.Activity2IndexKey activity2IndexKey)int[]PartiallyOrderedTraceConverterImpl. toEMSC24(PartiallyOrderedTrace<A> poTrace, org.processmining.earthmoversstochasticconformancechecking.stochasticlanguage.Activity2IndexKey activity2IndexKey) -
Uses of PartiallyOrderedTrace in org.processmining.poemsconformancecheckingforbpmn.models.trace.partial_order.converters.emsc24
Methods in org.processmining.poemsconformancecheckingforbpmn.models.trace.partial_order.converters.emsc24 with parameters of type PartiallyOrderedTrace Modifier and Type Method Description int[]PartiallyOrderedTrace2EMSC24PartialOrderConverter. convert(PartiallyOrderedTrace<T> poTrace, org.processmining.earthmoversstochasticconformancechecking.stochasticlanguage.Activity2IndexKey activity2IndexKey)int[]PartiallyOrderedTrace2EMSC24PartialOrderConverterImpl. convert(PartiallyOrderedTrace<T> poTrace, org.processmining.earthmoversstochasticconformancechecking.stochasticlanguage.Activity2IndexKey activity2IndexKey)
-