Modifier and Type | Method and Description |
---|---|
java.util.Set<PlaceEvaluation<N>> |
Cluster.getPlacesToBeAdded() |
Modifier and Type | Method and Description |
---|---|
<N extends org.processmining.models.graphbased.directed.AbstractDirectedGraphNode> |
HybridPetrinet.addPlaceFromPlaceEvaluation(PlaceEvaluation<N> placeEval) |
Modifier and Type | Method and Description |
---|---|
static <N extends org.processmining.models.graphbased.directed.AbstractDirectedGraphNode> |
PartialPlaceEvaluation.areDisjoint(java.util.Collection<PlaceEvaluation<N>> places) |
boolean |
PartialPlaceEvaluation.isDisjoint(java.util.Collection<PlaceEvaluation<N>> places) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<PlaceEvaluation<N>> |
ConflictStrategy.getPlacesToBeAdded() |
java.util.Set<PlaceEvaluation<N>> |
DefaultConflictStrategyNonOpt.getPlacesToBeAdded() |
java.util.Set<PlaceEvaluation<N>> |
DefaultConflictStrategyOpt.getPlacesToBeAdded() |
java.util.Set<PlaceEvaluation<N>> |
NoConflictStrategy.getPlacesToBeAdded() |
Modifier and Type | Method and Description |
---|---|
void |
ConflictStrategy.addPlace(PlaceEvaluation<N> p) |
void |
DefaultConflictStrategyNonOpt.addPlace(PlaceEvaluation<N> p) |
void |
DefaultConflictStrategyOpt.addPlace(PlaceEvaluation<N> p) |
void |
NoConflictStrategy.addPlace(PlaceEvaluation<N> p) |
Modifier and Type | Method and Description |
---|---|
static <N extends org.processmining.models.graphbased.directed.AbstractDirectedGraphNode> |
DefaultConflictStrategy.conflicting(PartialPlaceEvaluation<N> ppe,
java.util.Collection<PlaceEvaluation<N>> places) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<PlaceEvaluation<N>> |
PlacePWSetStruct.getCurrentSet() |
java.util.Set<PlaceEvaluation<N>> |
PlacePWSetStruct.getPlacesToBeAddedRec() |
Modifier and Type | Method and Description |
---|---|
void |
PlacePWSetStruct.addPlace(PlaceEvaluation<N> p) |
Constructor and Description |
---|
PlacePWSetStruct(org.processmining.hybridminer.models.hybridpetrinet.conflictstrategy.datastructure.PlacePWSetStruct.CurrentDepth currentDepth,
java.util.Set<PlaceEvaluation<N>> currentSet) |