Package | Description |
---|---|
org.processmining.plugins.etm.mutation.mutators.maikelvaneck |
Modifier and Type | Method and Description |
---|---|
static AlignmentMoveList |
AlignmentMove.getIntersection(AlignmentMoveList moveList1,
AlignmentMoveList moveList2) |
static AlignmentMoveList |
AlignmentMove.getUnion(AlignmentMoveList moveList1,
AlignmentMoveList moveList2) |
static AlignmentMoveList |
AlignmentMove.getUnionIncMM(AlignmentMoveList moveList1,
AlignmentMoveList moveList2) |
Modifier and Type | Method and Description |
---|---|
static java.util.ArrayList<AlignmentMoveList> |
AlignmentMove.getAlignmentMoveMapping(CentralRegistry registry,
NAryTree tree)
Creates per node a list of all alignment moves mapped to that node
|
Modifier and Type | Method and Description |
---|---|
boolean |
AlignmentMoveList.equals(AlignmentMoveList otherAlignmentMoveList) |
static AlignmentMoveList |
AlignmentMove.getIntersection(AlignmentMoveList moveList1,
AlignmentMoveList moveList2) |
static AlignmentMoveList |
AlignmentMove.getUnion(AlignmentMoveList moveList1,
AlignmentMoveList moveList2) |
static AlignmentMoveList |
AlignmentMove.getUnionIncMM(AlignmentMoveList moveList1,
AlignmentMoveList moveList2) |
Modifier and Type | Method and Description |
---|---|
protected NAryTree |
MutateSingleNodeGuided.mutateLeaf(NAryTree mutatedTree,
int nodeToBeMutated,
java.util.ArrayList<AlignmentMoveList> alignmentMoves,
gnu.trove.map.TObjectIntMap<nl.tue.astar.Trace> log) |
protected NAryTree |
MutateSingleNodeGuided.mutateOperator(NAryTree mutatedTree,
int nodeToBeMutated,
java.util.ArrayList<AlignmentMoveList> alignmentMoves,
gnu.trove.map.TObjectIntMap<nl.tue.astar.Trace> log) |