public abstract class CandidatePlaceIterator<N extends org.processmining.models.graphbased.directed.AbstractDirectedGraphNode> extends java.lang.Object implements java.util.Iterator<PartialPlaceEvaluation<N>>
Constructor and Description |
---|
CandidatePlaceIterator(CandidatePlaceSelectionStrategy<N> selectionStrategy) |
Modifier and Type | Method and Description |
---|---|
CandidatePlaceSelectionStrategy<N> |
getSelectionStrategy() |
void |
remove() |
public CandidatePlaceIterator(CandidatePlaceSelectionStrategy<N> selectionStrategy)
public CandidatePlaceSelectionStrategy<N> getSelectionStrategy()
public void remove()
remove
in interface java.util.Iterator<PartialPlaceEvaluation<N extends org.processmining.models.graphbased.directed.AbstractDirectedGraphNode>>