Package | Description |
---|---|
org.processmining.pmind.algorithms.concept | |
org.processmining.pmind.models |
Modifier and Type | Method and Description |
---|---|
Shift |
AttributeShiftSequence.getEarliestShiftOf(org.deckfour.xes.classification.XEventClass e,
int traceNo) |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Shift> |
AttributeShiftSequence.getOrderedShiftsOfTrace(int traceNo) |
java.util.ArrayList<Shift> |
AttributeShiftSequence.getOrderedShiftsOfTraceBefore(int traceNo,
int pos) |
java.util.Map<java.lang.Integer,java.util.List<Shift>> |
AttributeShiftSequence.getShiftingTracesForCardinality(int cardinality) |
java.util.HashMap<java.lang.Integer,java.util.HashMap<java.lang.Integer,java.util.List<Shift>>> |
AttributeShiftSequence.getShiftingTracesPerCardinality(int sr) |
java.util.Collection<Shift> |
AttributeShiftSequence.getShiftsOfTrace(int traceNo) |
Modifier and Type | Method and Description |
---|---|
int |
Shift.compareTo(Shift arg0) |
Constructor and Description |
---|
AttributeShiftSequence(java.util.Collection<Shift> shifts) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Shift> |
Activity.addEvent(org.deckfour.xes.model.XEvent e,
org.deckfour.xes.model.XEvent previousEvent,
org.deckfour.xes.model.XEvent nextEvent,
int t,
int tp,
org.deckfour.xes.info.XLogInfo info) |
java.util.Collection<Shift> |
Activity.getNthShifts(DMNAttribute a,
int n) |
java.util.Collection<Shift> |
Activity.getShifts(DMNAttribute a) |
java.util.List<Shift> |
Activity.getShifts(DMNAttribute a,
java.lang.Integer trace) |