Class EdgeIterable
- java.lang.Object
-
- org.processmining.plugins.InductiveMiner.graphs.EdgeIterable
-
- All Implemented Interfaces:
java.lang.Iterable<java.lang.Long>
public abstract class EdgeIterable extends java.lang.Object implements java.lang.Iterable<java.lang.Long>
-
-
Constructor Summary
Constructors Constructor Description EdgeIterable()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract booleanhasNext()java.util.Iterator<java.lang.Long>iterator()protected abstract longnext()protected abstract voidremove()
-