Package | Description |
---|---|
org.processmining.hybridminer.models.hybridpetrinet.candidateplacestrategy | |
org.processmining.hybridminer.plugins |
Modifier and Type | Method and Description |
---|---|
static CandidatePlaceSelectionStrategyEnum |
CandidatePlaceSelectionStrategyEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CandidatePlaceSelectionStrategyEnum[] |
CandidatePlaceSelectionStrategyEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CandidatePlaceSelectionStrategyEnum |
HybridPNMinerSettings.getPlaceStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
HybridPNMinerSettings.setPlaceStrategy(CandidatePlaceSelectionStrategyEnum ps) |
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) |