Modifier and Type | Method and Description |
---|---|
IMTraceIterator |
clone() |
int |
getTraceIndex()
Get the current trace index.
|
boolean |
isEmpty() |
int |
itEventGetActivityIndex()
The within-trace iterator, which is automatically reset upon moving to
the next trace.
|
int |
itEventGetEventIndex() |
org.processmining.plugins.InductiveMiner.mining.logs.XLifeCycleClassifier.Transition |
itEventGetLifeCycleTransition()
The within-trace iterator, which is automatically reset upon moving to
the next trace.
|
boolean |
itEventHasNext()
The within-trace iterator, which is automatically reset upon moving to
the next trace.
|
boolean |
itEventHasPrevious()
The within-trace iterator, which is automatically reset upon moving to
the next trace.
|
void |
itEventNext()
The within-trace iterator, which is automatically reset upon moving to
the next trace.
|
void |
itEventPrevious()
The within-trace iterator, which is automatically reset upon moving to
the next trace.
|
void |
itEventRemove()
Remove the current event.
|
void |
itEventReset()
Reset the event iterator.
|
void |
itEventResetEnd() |
void |
itEventSetActivityIndex(int activity)
The within-trace iterator, which is automatically reset upon moving to
the next trace.
|
void |
itEventSetLifeCycleTransition(org.processmining.plugins.InductiveMiner.mining.logs.XLifeCycleClassifier.Transition transition)
Set the transition of the current event.
|
int |
itEventSplit()
see IMLog.splitTrace()
|
void |
nextFast()
Move the iterator to the next trace without constructing a trace object.
|
void |
remove()
Remove the current trace.
|
void |
reset() |
int getTraceIndex()
void nextFast()
boolean itEventHasNext()
void itEventNext()
boolean itEventHasPrevious()
void itEventPrevious()
int itEventGetActivityIndex()
void itEventSetActivityIndex(int activity)
activity
- org.processmining.plugins.InductiveMiner.mining.logs.XLifeCycleClassifier.Transition itEventGetLifeCycleTransition()
boolean isEmpty()
void remove()
remove
in interface java.util.Iterator<IMTrace>
void itEventRemove()
void itEventSetLifeCycleTransition(org.processmining.plugins.InductiveMiner.mining.logs.XLifeCycleClassifier.Transition transition)
transition
- int itEventSplit()
void itEventReset()
IMTraceIterator clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
void reset()
void itEventResetEnd()
int itEventGetEventIndex()