Class DefaultConflictStrategy<N extends org.processmining.models.graphbased.directed.AbstractDirectedGraphNode>
- java.lang.Object
-
- org.processmining.hybridminer.models.hybridpetrinet.conflictstrategy.DefaultConflictStrategy<N>
-
- All Implemented Interfaces:
ConflictStrategy<N>
- Direct Known Subclasses:
DefaultConflictStrategyNonOpt,DefaultConflictStrategyOpt,DefaultConflictStrategyOptNew,DefaultConflictStrategyOptNewOutput
public abstract class DefaultConflictStrategy<N extends org.processmining.models.graphbased.directed.AbstractDirectedGraphNode> extends java.lang.Object implements ConflictStrategy<N>
-
-
Constructor Summary
Constructors Constructor Description DefaultConflictStrategy()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <N extends org.processmining.models.graphbased.directed.AbstractDirectedGraphNode>
booleanconflicting(PartialPlaceEvaluation<N> ppe, java.util.Collection<PlaceEvaluation<N>> places)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.processmining.hybridminer.models.hybridpetrinet.conflictstrategy.ConflictStrategy
addPlace, checkConflict, getPlacesToBeAdded
-
-
-
-
Method Detail
-
conflicting
public static <N extends org.processmining.models.graphbased.directed.AbstractDirectedGraphNode> boolean conflicting(PartialPlaceEvaluation<N> ppe, java.util.Collection<PlaceEvaluation<N>> places)
-
-