public class Activity
extends java.lang.Object
Constructor and Description |
---|
Activity(org.deckfour.xes.classification.XEventClass eventClass,
java.util.Set<DMNAttribute> attributes,
boolean ds,
boolean printModels) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Shift> |
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) |
void |
analyzeAttributes(double shiftRatio) |
java.util.Collection<DMNAttribute> |
getAttributes() |
org.deckfour.xes.classification.XEventClass |
getEventClass() |
java.util.Collection<DMNAttribute> |
getFeatures() |
java.util.Collection<DMNAttribute> |
getInputAttributes() |
java.lang.String |
getName() |
java.util.Collection<DMNNode> |
getNodes() |
java.util.Collection<Shift> |
getNthShifts(DMNAttribute a,
int n) |
java.util.Collection<DMNAttribute> |
getSettedAttributes() |
void |
getShiftingAttributes(double shiftRatio) |
java.util.Collection<Shift> |
getShifts(DMNAttribute a) |
java.util.List<Shift> |
getShifts(DMNAttribute a,
java.lang.Integer trace) |
java.util.Set<java.lang.Integer> |
getShiftTraces(DMNAttribute a) |
void |
printDependencies() |
void |
printInstances() |
void |
printShifts() |
java.lang.String |
toString() |
public Activity(org.deckfour.xes.classification.XEventClass eventClass, java.util.Set<DMNAttribute> attributes, boolean ds, boolean printModels)
public java.util.Collection<DMNNode> getNodes()
public java.lang.String getName()
public java.lang.String toString()
toString
in class java.lang.Object
public org.deckfour.xes.classification.XEventClass getEventClass()
public java.util.Collection<DMNAttribute> getAttributes()
public java.util.Collection<DMNAttribute> getFeatures()
public java.util.Collection<DMNAttribute> getSettedAttributes()
public java.util.Collection<DMNAttribute> getInputAttributes()
public void printInstances()
public java.util.List<Shift> getShifts(DMNAttribute a, java.lang.Integer trace)
public java.util.Set<java.lang.Integer> getShiftTraces(DMNAttribute a)
public java.util.Collection<Shift> getShifts(DMNAttribute a)
public java.util.Collection<Shift> getNthShifts(DMNAttribute a, int n)
public void printShifts()
public java.util.Collection<Shift> 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)
public void analyzeAttributes(double shiftRatio)
public void getShiftingAttributes(double shiftRatio)
public void printDependencies()