Interface IMEventIterator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetActivityIndex()org.processmining.plugins.InductiveMiner.mining.logs.XLifeCycleClassifier.TransitiongetLifeCycleTransition()voidnextFast()voidremove()intsplit()see IMLog.splitTrace()
-
-
-
Method Detail
-
getActivityIndex
int getActivityIndex()
-
getLifeCycleTransition
org.processmining.plugins.InductiveMiner.mining.logs.XLifeCycleClassifier.Transition getLifeCycleTransition()
-
nextFast
void nextFast()
-
remove
void remove()
- Specified by:
removein interfacejava.util.Iterator<IMEvent>
-
split
int split()
see IMLog.splitTrace()- Returns:
- the index of the inserted trace.
-
-