activityClassifier, addedTraces, lifeCycleClassifier, xLog
Constructor and Description |
---|
IMLogStartEndComplete(IMLogStartEndComplete log) |
IMLogStartEndComplete(org.deckfour.xes.model.XLog log,
org.deckfour.xes.classification.XEventClassifier activityClassifier,
XLifeCycleClassifier lifeCycleClassifier) |
Modifier and Type | Method and Description |
---|---|
IMLogStartEndComplete |
clone()
Clone this IMLog.
|
IMTrace |
copyTrace(IMTrace trace,
java.util.BitSet traceOutEvents)
Copy a trace and return the copy.
|
IMLogImpl |
decoupleFromXLog()
Turns the IMLog into an XLog, and makes a new IMLog out of it.
|
static IMLog |
fromIMLog(IMLog log) |
static java.lang.Boolean |
getBooleanAttrFromTrace(org.deckfour.xes.model.XTrace trace,
java.lang.String attrKey) |
boolean |
isEndComplete(int traceIndex) |
boolean |
isStartComplete(int traceIndex) |
java.util.Iterator<IMTrace> |
iterator() |
static void |
removeFromBitSet(java.util.BitSet set,
int index) |
void |
setEndComplete(int traceIndex,
boolean isEndComplete) |
void |
setStartComplete(int traceIndex,
boolean isStartComplete) |
java.lang.String |
toString() |
org.deckfour.xes.model.XLog |
toXLog() |
classify, copyTrace, getClassifier, getLifeCycle, getLifeCycleClassifier, getTraceWithIndex, setClassifier, setLifeCycleClassifier, size
public IMLogStartEndComplete(org.deckfour.xes.model.XLog log, org.deckfour.xes.classification.XEventClassifier activityClassifier, XLifeCycleClassifier lifeCycleClassifier)
public IMLogStartEndComplete(IMLogStartEndComplete log)
public IMLogStartEndComplete clone()
IMLog
public IMTrace copyTrace(IMTrace trace, java.util.BitSet traceOutEvents)
IMLog
public java.util.Iterator<IMTrace> iterator()
public org.deckfour.xes.model.XLog toXLog()
public IMLogImpl decoupleFromXLog()
IMLogImpl
decoupleFromXLog
in interface IMLog
decoupleFromXLog
in class IMLogImpl
public java.lang.String toString()
public boolean isStartComplete(int traceIndex)
public void setStartComplete(int traceIndex, boolean isStartComplete)
public boolean isEndComplete(int traceIndex)
public void setEndComplete(int traceIndex, boolean isEndComplete)
public static java.lang.Boolean getBooleanAttrFromTrace(org.deckfour.xes.model.XTrace trace, java.lang.String attrKey)
public static void removeFromBitSet(java.util.BitSet set, int index)