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 |
---|---|
static CandidatePlaceIteratorEnum |
CandidatePlaceIteratorEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CandidatePlaceIteratorEnum[] |
CandidatePlaceIteratorEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CandidatePlaceIteratorEnum |
HybridPNMinerSettings.getOrderingStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
HybridPNMinerSettings.setOrderingStrategy(CandidatePlaceIteratorEnum os) |
Constructor and Description |
---|
HybridPNMinerSettings(int t,
int r,
CandidatePlaceSelectionStrategyEnum ps,
int pm,
int pn,
int pi,
int po,
CandidatePlaceIteratorEnum os,
ConflictStrategyEnum cs,
java.lang.Double placeEvalThreshold) |