Class IMTrace.IMEventIterable

  • All Implemented Interfaces:
    java.lang.Iterable<org.deckfour.xes.model.XEvent>
    Enclosing class:
    IMTrace

    public class IMTrace.IMEventIterable
    extends java.lang.Object
    implements java.lang.Iterable<org.deckfour.xes.model.XEvent>
    • Constructor Summary

      Constructors 
      Constructor Description
      IMEventIterable​(int from, int to)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      IMTrace.IMEventIterator iterator()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
    • Constructor Detail

      • IMEventIterable

        public IMEventIterable​(int from,
                               int to)
    • Method Detail

      • iterator

        public IMTrace.IMEventIterator iterator()
        Specified by:
        iterator in interface java.lang.Iterable<org.deckfour.xes.model.XEvent>