Class ReallocationMatrix.ReallocationMatrixIterator
- java.lang.Object
-
- org.processmining.earthmoversstochasticconformancechecking.reallocationmatrix.ReallocationMatrix.ReallocationMatrixIterator
-
- All Implemented Interfaces:
java.util.Iterator<java.lang.Double>
- Enclosing class:
- ReallocationMatrix
public class ReallocationMatrix.ReallocationMatrixIterator extends java.lang.Object implements java.util.Iterator<java.lang.Double>
-
-
Constructor Summary
Constructors Constructor Description ReallocationMatrixIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetProbability()intgetTraceAIndex()intgetTraceBIndex()booleanhasNext()java.lang.Doublenext()
-
-
-
Method Detail
-
next
public java.lang.Double next()
- Specified by:
nextin interfacejava.util.Iterator<java.lang.Double>
-
getProbability
public double getProbability()
-
getTraceAIndex
public int getTraceAIndex()
-
getTraceBIndex
public int getTraceBIndex()
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfacejava.util.Iterator<java.lang.Double>
-
-