public class IvMLogNotFilteredImpl extends java.lang.Object implements IvMLogNotFiltered
Constructor and Description |
---|
IvMLogNotFilteredImpl(int numberOfTraces,
org.deckfour.xes.model.XAttributeMap attributes) |
Modifier and Type | Method and Description |
---|---|
IvMTrace |
get(int traceIndex) |
org.deckfour.xes.model.XAttributeMap |
getAttributes() |
IteratorWithPosition<IvMTrace> |
iterator() |
void |
set(int traceIndex,
IvMTrace trace) |
int |
size() |
public IvMLogNotFilteredImpl(int numberOfTraces, org.deckfour.xes.model.XAttributeMap attributes)
public IteratorWithPosition<IvMTrace> iterator()
public IvMTrace get(int traceIndex)
get
in interface IvMLogNotFiltered
public void set(int traceIndex, IvMTrace trace)
public int size()
size
in interface IvMLogNotFiltered
public org.deckfour.xes.model.XAttributeMap getAttributes()
getAttributes
in interface IvMLog