Class EventLogTraceImpl
- java.lang.Object
-
- org.processmining.poemsconformancecheckingforbpmn.models.utils.ordered_set.total.ArrayTotallyOrderedSet<A>
-
- org.processmining.poemsconformancecheckingforbpmn.models.trace.total_order.TotallyOrderedTraceImpl<Activity>
-
- org.processmining.poemsconformancecheckingforbpmn.models.log.impl.basic.EventLogTraceImpl
-
- All Implemented Interfaces:
java.lang.Iterable<Activity>,java.util.Collection<Activity>,java.util.List<Activity>,EventLogTrace,TotallyOrderedTrace<Activity>,Trace<Activity>,AlphabetCollection<Activity>,OrderedSet<Activity>,TotallyOrderedSet<Activity>
public class EventLogTraceImpl extends TotallyOrderedTraceImpl<Activity> implements EventLogTrace
-
-
Constructor Summary
Constructors Constructor Description EventLogTraceImpl(SimplifiedEventLog eventLog)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SimplifiedEventLoggetEventLog()-
Methods inherited from class org.processmining.poemsconformancecheckingforbpmn.models.utils.ordered_set.total.ArrayTotallyOrderedSet
add, add, addAll, addAll, clear, contains, containsAll, equals, get, getAlphabet, getAscendants, getEnabled, getNumberOfConnections, getPredecessors, hashCode, indexOf, isEmpty, isEnabled, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray, toGraphViz, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.processmining.poemsconformancecheckingforbpmn.models.utils.AlphabetCollection
getAlphabet, toGraphViz
-
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
-
Methods inherited from interface org.processmining.poemsconformancecheckingforbpmn.models.utils.ordered_set.OrderedSet
getAscendants, getEnabled, getNumberOfConnections, getPredecessors, isEnabled, size, toString
-
-
-
-
Constructor Detail
-
EventLogTraceImpl
public EventLogTraceImpl(SimplifiedEventLog eventLog)
-
-
Method Detail
-
getEventLog
public SimplifiedEventLog getEventLog()
- Specified by:
getEventLogin interfaceEventLogTrace
-
-