Uses of Class
org.processmining.extendedhybridminer.models.hybridpetrinet.candidateplacestrategy.CandidatePlaceSelectionStrategyEnum
-
-
Uses of CandidatePlaceSelectionStrategyEnum in org.processmining.extendedhybridminer.models.hybridpetrinet.candidateplacestrategy
Methods in org.processmining.extendedhybridminer.models.hybridpetrinet.candidateplacestrategy that return CandidatePlaceSelectionStrategyEnum Modifier and Type Method Description static CandidatePlaceSelectionStrategyEnumCandidatePlaceSelectionStrategyEnum. 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. -
Uses of CandidatePlaceSelectionStrategyEnum in org.processmining.extendedhybridminer.plugins
Methods in org.processmining.extendedhybridminer.plugins that return CandidatePlaceSelectionStrategyEnum Modifier and Type Method Description CandidatePlaceSelectionStrategyEnumHybridPNMinerSettings. getPlaceStrategy()Methods in org.processmining.extendedhybridminer.plugins with parameters of type CandidatePlaceSelectionStrategyEnum Modifier and Type Method Description voidHybridPNMinerSettings. setPlaceStrategy(CandidatePlaceSelectionStrategyEnum ps)Constructors in org.processmining.extendedhybridminer.plugins with parameters of type CandidatePlaceSelectionStrategyEnum Constructor Description HybridPNMinerSettings(int t, int r, CandidatePlaceSelectionStrategyEnum ps, int pm, int pn, int pi, int po, CandidatePlaceIteratorEnum os, ConflictStrategyEnum cs, java.lang.Double prePlaceEvalThreshold, java.lang.Double placeEvalThreshold, FitnessType fitness)
-