public class IMTrace
extends java.lang.Object
implements java.lang.Iterable<org.deckfour.xes.model.XEvent>, org.deckfour.xes.model.XAttributable
Modifier and Type | Class and Description |
---|---|
class |
IMTrace.IMEventIterable |
class |
IMTrace.IMEventIterator |
Modifier and Type | Field and Description |
---|---|
java.util.BitSet |
outEvents |
Constructor and Description |
---|
IMTrace(int XTraceIndex,
int IMTraceIndex,
java.util.BitSet outEvents,
IMLog log) |
Modifier and Type | Method and Description |
---|---|
org.deckfour.xes.model.XEvent |
get(int index)
Deprecated.
|
org.deckfour.xes.model.XAttributeMap |
getAttributes() |
java.util.Set<org.deckfour.xes.extension.XExtension> |
getExtensions() |
int |
getIMTraceIndex() |
int |
getXTraceIndex() |
boolean |
hasAttributes() |
boolean |
isEmpty() |
IMTrace.IMEventIterator |
iterator() |
void |
setAttributes(org.deckfour.xes.model.XAttributeMap arg0) |
int |
size() |
java.lang.Iterable<org.deckfour.xes.model.XEvent> |
subList(int from,
int to)
Returns a sublist.
|
java.lang.String |
toString() |
public IMTrace(int XTraceIndex, int IMTraceIndex, java.util.BitSet outEvents, IMLog log)
public boolean isEmpty()
public int size()
public IMTrace.IMEventIterator iterator()
iterator
in interface java.lang.Iterable<org.deckfour.xes.model.XEvent>
public java.lang.Iterable<org.deckfour.xes.model.XEvent> subList(int from, int to)
from
- index at which the sub list starts. Inclusive.to
- index at which the sub list ends. Exclusive.@Deprecated public org.deckfour.xes.model.XEvent get(int index)
public java.lang.String toString()
toString
in class java.lang.Object
public org.deckfour.xes.model.XAttributeMap getAttributes()
getAttributes
in interface org.deckfour.xes.model.XAttributable
public int getIMTraceIndex()
public int getXTraceIndex()
public java.util.Set<org.deckfour.xes.extension.XExtension> getExtensions()
getExtensions
in interface org.deckfour.xes.model.XAttributable
public boolean hasAttributes()
hasAttributes
in interface org.deckfour.xes.model.XAttributable
public void setAttributes(org.deckfour.xes.model.XAttributeMap arg0)
setAttributes
in interface org.deckfour.xes.model.XAttributable