Uses of Class
org.processmining.extendedhybridminer.models.hybridpetrinet.conflictstrategy.ConflictStrategyEnum
-
-
Uses of ConflictStrategyEnum in org.processmining.extendedhybridminer.models.hybridpetrinet
Constructors in org.processmining.extendedhybridminer.models.hybridpetrinet with parameters of type ConflictStrategyEnum Constructor Description Cluster(ExtendedCausalGraph hCG, java.util.LinkedHashSet<HybridDirectedGraphEdge> edges, CandidatePlaceSelectionStrategy<N> selectionStrategy, CandidatePlaceIteratorEnum placeIteratorType, ConflictStrategyEnum conflictStrategyType, java.util.concurrent.atomic.AtomicInteger maxPlaceNumber, FitnessType fType, TraceVariantsLog variants2, boolean longDep, int thresholdStopIt) -
Uses of ConflictStrategyEnum in org.processmining.extendedhybridminer.models.hybridpetrinet.conflictstrategy
Methods in org.processmining.extendedhybridminer.models.hybridpetrinet.conflictstrategy that return ConflictStrategyEnum Modifier and Type Method Description static ConflictStrategyEnumConflictStrategyEnum. 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. -
Uses of ConflictStrategyEnum in org.processmining.extendedhybridminer.plugins
Methods in org.processmining.extendedhybridminer.plugins that return ConflictStrategyEnum Modifier and Type Method Description ConflictStrategyEnumHybridPNMinerSettings. getConflictStrategy()Methods in org.processmining.extendedhybridminer.plugins with parameters of type ConflictStrategyEnum Modifier and Type Method Description voidHybridPNMinerSettings. setConflictStrategy(ConflictStrategyEnum cs)Constructors in org.processmining.extendedhybridminer.plugins with parameters of type ConflictStrategyEnum 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)
-