protected static class IMLogImplReclassAbstract.TraceRecord<C extends org.deckfour.xes.classification.XEventClassifier>
extends java.lang.Object
implements java.lang.Cloneable
Modifier | Constructor and Description |
---|---|
protected |
TraceRecord(int xtraceIndex,
C classifier,
Decorations<org.deckfour.xes.model.XEvent> eventDecorations,
java.util.BitSet outEvents) |
Modifier and Type | Method and Description |
---|---|
IMLogImplReclassAbstract.TraceRecord<C> |
clone() |
boolean |
equals(java.lang.Object other) |
C |
getClassifier() |
Decorations<org.deckfour.xes.model.XEvent> |
getEventDecorations() |
org.processmining.plugins.InductiveMiner.mining.logs.IMTrace |
getIMTrace(int IMTraceIndex,
org.processmining.plugins.InductiveMiner.mining.logs.IMLog imlog) |
java.util.BitSet |
getOutEvents() |
int |
getXTraceIndex() |
int |
hashCode()
Beware: this hash is not strictly stable.
|
void |
setClassifier(C newCls) |
protected void |
setEventDecorations(Decorations<org.deckfour.xes.model.XEvent> decorations) |
java.lang.String |
toString() |
protected TraceRecord(int xtraceIndex, C classifier, Decorations<org.deckfour.xes.model.XEvent> eventDecorations, java.util.BitSet outEvents)
public int getXTraceIndex()
public C getClassifier()
public void setClassifier(C newCls)
public java.util.BitSet getOutEvents()
public org.processmining.plugins.InductiveMiner.mining.logs.IMTrace getIMTrace(int IMTraceIndex, org.processmining.plugins.InductiveMiner.mining.logs.IMLog imlog)
public IMLogImplReclassAbstract.TraceRecord<C> clone()
clone
in class java.lang.Object
public Decorations<org.deckfour.xes.model.XEvent> getEventDecorations()
protected void setEventDecorations(Decorations<org.deckfour.xes.model.XEvent> decorations)
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object