Constructor and Description |
---|
Cluster(java.util.Set<E> edges,
CandidatePlaceSelectionStrategy<N> selectionStrategy,
CandidatePlaceIteratorEnum placeIteratorType,
ConflictStrategyEnum conflictStrategyType,
java.util.concurrent.atomic.AtomicInteger maxPlaceNumber) |
Modifier and Type | Method and Description |
---|---|
CandidatePlaceSelectionStrategy<N> |
CandidatePlaceIterator.getSelectionStrategy() |
Constructor and Description |
---|
CandidatePlaceIterator(CandidatePlaceSelectionStrategy<N> selectionStrategy) |
EdgesOrderingIterator(CandidatePlaceSelectionStrategy<N> selectionStrategy,
java.util.Set<E> edges) |
OutputThenInputOrderingIterator(CandidatePlaceSelectionStrategy<N> selectionStrategy,
java.util.Set<N> outputNodes,
java.util.Set<N> inputNodes) |
Modifier and Type | Class and Description |
---|---|
class |
BoundedInputANDOutput<N extends org.processmining.models.graphbased.directed.AbstractDirectedGraphNode> |
class |
BoundedInputPLUSOutput<N extends org.processmining.models.graphbased.directed.AbstractDirectedGraphNode> |
class |
BoundedSplitJoinOnly<N extends org.processmining.models.graphbased.directed.AbstractDirectedGraphNode>
Created by demas on 21/06/17.
|
class |
EdgesOrderingCompatibleSelStrategy<N extends org.processmining.models.graphbased.directed.AbstractDirectedGraphNode>
Created by demas on 21/06/17.
|