Modifier and Type | Class and Description |
---|---|
class |
PlaceEvaluation<N extends org.processmining.models.graphbased.directed.AbstractDirectedGraphNode>
Created by demas on 22/08/16.
|
Modifier and Type | Method and Description |
---|---|
static <E extends org.processmining.models.graphbased.directed.AbstractDirectedGraphEdge,N extends org.processmining.models.graphbased.directed.AbstractDirectedGraphNode> |
Cluster.checkPlaceConsistency(PartialPlaceEvaluation<N> ppe,
java.util.Set<E> edges) |
Constructor and Description |
---|
PlaceEvaluation(PartialPlaceEvaluation<N> ppe,
org.deckfour.xes.model.XLog log,
java.util.Map<java.lang.String,java.lang.Integer> activityFrequencyMap,
double prePlaceEvaluationThreshold,
double placeEvaluationThreshold) |
Modifier and Type | Method and Description |
---|---|
static <N extends org.processmining.models.graphbased.directed.AbstractDirectedGraphNode,E extends org.processmining.models.graphbased.directed.AbstractDirectedGraphEdge> |
EdgesOrderingIterator.buildPartialPEFromIndexes(java.util.ArrayList<E> edges,
int[] indexes) |
static <E extends org.processmining.models.graphbased.directed.AbstractDirectedGraphEdge,N extends org.processmining.models.graphbased.directed.AbstractDirectedGraphNode> |
EdgePWSetMatrix.buildPPEFromEdges(java.util.Set<E> edges) |
PartialPlaceEvaluation<N> |
EdgesOrderingIterator.next() |
PartialPlaceEvaluation<N> |
EdgesOrderingIteratorOpt.next() |
PartialPlaceEvaluation<N> |
OutputThenInputOrderingIterator.next() |
Modifier and Type | Method and Description |
---|---|
boolean |
BoundedInputANDOutput.isCandidate(PartialPlaceEvaluation<N> ppe) |
boolean |
BoundedInputPLUSOutput.isCandidate(PartialPlaceEvaluation<N> ppe) |
boolean |
BoundedSplitJoinOnly.isCandidate(PartialPlaceEvaluation<N> ppe) |
boolean |
CandidatePlaceSelectionStrategy.isCandidate(PartialPlaceEvaluation<N> ppe) |
Modifier and Type | Method and Description |
---|---|
boolean |
ConflictStrategy.checkConflict(PartialPlaceEvaluation<N> ppe) |
boolean |
DefaultConflictStrategyNonOpt.checkConflict(PartialPlaceEvaluation<N> ppe) |
boolean |
DefaultConflictStrategyOpt.checkConflict(PartialPlaceEvaluation<N> ppe) |
boolean |
NoConflictStrategy.checkConflict(PartialPlaceEvaluation<N> ppe) |
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 |
---|---|
boolean |
PlacePWSetStruct.isConflicting(PartialPlaceEvaluation<N> ppe) |