public interface DataConfigurationIterator
Modifier and Type | Method and Description |
---|---|
DataConfiguration |
getNext()
Return the next configuration
|
java.util.List<org.processmining.framework.util.Pair<java.lang.Object,java.lang.Object>> |
getSubdivisions(int divisions)
Return a subdivision of the search space which can be used to distribute the iteration through the
|
boolean |
hasNext()
This function determines if there is another configuration
|
void |
reset()
Resets the iterator to the initial state
|
boolean hasNext() throws java.lang.Exception
java.lang.Exception
DataConfiguration getNext() throws java.lang.Exception
java.lang.Exception
void reset()
java.util.List<org.processmining.framework.util.Pair<java.lang.Object,java.lang.Object>> getSubdivisions(int divisions) throws java.lang.Exception
java.lang.Exception