public abstract class DefaultConflictStrategy<N extends org.processmining.models.graphbased.directed.AbstractDirectedGraphNode> extends java.lang.Object implements ConflictStrategy<N>
Constructor and Description |
---|
DefaultConflictStrategy() |
Modifier and Type | Method and Description |
---|---|
static <N extends org.processmining.models.graphbased.directed.AbstractDirectedGraphNode> |
conflicting(PartialPlaceEvaluation<N> ppe,
java.util.Collection<PlaceEvaluation<N>> places) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addPlace, checkConflict, getPlacesToBeAdded
public static <N extends org.processmining.models.graphbased.directed.AbstractDirectedGraphNode> boolean conflicting(PartialPlaceEvaluation<N> ppe, java.util.Collection<PlaceEvaluation<N>> places)