Uses of Interface
org.processmining.poemsconformancecheckingforbpmn.models.log.SimplifiedEventLog
-
-
Uses of SimplifiedEventLog in org.processmining.poemsconformancecheckingforbpmn.algorithms.inputs.log.simplifier
Methods in org.processmining.poemsconformancecheckingforbpmn.algorithms.inputs.log.simplifier that return SimplifiedEventLog Modifier and Type Method Description SimplifiedEventLogXLogSimplifier. simplify(org.deckfour.xes.model.XLog log)SimplifiedEventLogXLogSimplifier. simplify(org.deckfour.xes.model.XLog log, org.deckfour.xes.classification.XEventClassifier classifier) -
Uses of SimplifiedEventLog in org.processmining.poemsconformancecheckingforbpmn.algorithms.inputs.log.simplifier.impl
Methods in org.processmining.poemsconformancecheckingforbpmn.algorithms.inputs.log.simplifier.impl that return SimplifiedEventLog Modifier and Type Method Description SimplifiedEventLogBasicXLogSimplifier. simplify(org.deckfour.xes.model.XLog log)SimplifiedEventLogBasicXLogSimplifier. simplify(org.deckfour.xes.model.XLog log, org.deckfour.xes.classification.XEventClassifier classifier) -
Uses of SimplifiedEventLog in org.processmining.poemsconformancecheckingforbpmn.algorithms.inputs.log.stohastic_language.simplified
Methods in org.processmining.poemsconformancecheckingforbpmn.algorithms.inputs.log.stohastic_language.simplified with parameters of type SimplifiedEventLog Modifier and Type Method Description EventLogStochasticTOTraceLanguageSimplifiedLog2StochasticLanguageConverter. convert(SimplifiedEventLog eventLog)EventLogStochasticTOTraceLanguageSimplifiedLog2StochasticLanguageConverterImpl. convert(SimplifiedEventLog eventLog) -
Uses of SimplifiedEventLog in org.processmining.poemsconformancecheckingforbpmn.models.log
Methods in org.processmining.poemsconformancecheckingforbpmn.models.log that return SimplifiedEventLog Modifier and Type Method Description SimplifiedEventLogEventLogTrace. getEventLog()SimplifiedEventLogSimplifiedEventLogVariant. getEventLog() -
Uses of SimplifiedEventLog in org.processmining.poemsconformancecheckingforbpmn.models.log.impl.basic
Classes in org.processmining.poemsconformancecheckingforbpmn.models.log.impl.basic that implement SimplifiedEventLog Modifier and Type Class Description classMSetSimplifiedEventLogMethods in org.processmining.poemsconformancecheckingforbpmn.models.log.impl.basic that return SimplifiedEventLog Modifier and Type Method Description SimplifiedEventLogBasicSimplifiedEventLogVariant. getEventLog()SimplifiedEventLogEventLogTraceImpl. getEventLog()Constructors in org.processmining.poemsconformancecheckingforbpmn.models.log.impl.basic with parameters of type SimplifiedEventLog Constructor Description EventLogTraceImpl(SimplifiedEventLog eventLog)
-