Uses of Interface
org.processmining.poemsconformancecheckingforbpmn.models.log.EventLogTrace
-
Packages that use EventLogTrace Package Description org.processmining.poemsconformancecheckingforbpmn.models.log org.processmining.poemsconformancecheckingforbpmn.models.log.impl.basic -
-
Uses of EventLogTrace in org.processmining.poemsconformancecheckingforbpmn.models.log
Methods in org.processmining.poemsconformancecheckingforbpmn.models.log that return EventLogTrace Modifier and Type Method Description EventLogTraceSimplifiedEventLogVariant. getTrace()Methods in org.processmining.poemsconformancecheckingforbpmn.models.log that return types with arguments of type EventLogTrace Modifier and Type Method Description java.util.Collection<EventLogTrace>SimplifiedEventLog. getTraces() -
Uses of EventLogTrace in org.processmining.poemsconformancecheckingforbpmn.models.log.impl.basic
Classes in org.processmining.poemsconformancecheckingforbpmn.models.log.impl.basic that implement EventLogTrace Modifier and Type Class Description classEventLogTraceImplMethods in org.processmining.poemsconformancecheckingforbpmn.models.log.impl.basic that return EventLogTrace Modifier and Type Method Description EventLogTraceBasicSimplifiedEventLogVariant. getTrace()Methods in org.processmining.poemsconformancecheckingforbpmn.models.log.impl.basic that return types with arguments of type EventLogTrace Modifier and Type Method Description java.util.Collection<EventLogTrace>MSetSimplifiedEventLog. getTraces()Methods in org.processmining.poemsconformancecheckingforbpmn.models.log.impl.basic with parameters of type EventLogTrace Modifier and Type Method Description voidMSetSimplifiedEventLog. add(EventLogTrace trace, java.lang.Integer cardinality)voidMSetSimplifiedEventLog. remove(EventLogTrace trace, java.lang.Integer cardinality)Constructors in org.processmining.poemsconformancecheckingforbpmn.models.log.impl.basic with parameters of type EventLogTrace Constructor Description BasicSimplifiedEventLogVariant(EventLogTrace trace, java.lang.Integer cardinality)
-