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 ConflictStrategyEnum |
ConflictStrategyEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConflictStrategyEnum[] |
ConflictStrategyEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ConflictStrategyEnum |
HybridPNMinerSettings.getConflictStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
HybridPNMinerSettings.setConflictStrategy(ConflictStrategyEnum cs) |
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) |