Class IvMLogNotFilteredImpl
- java.lang.Object
-
- org.processmining.plugins.inductiveVisualMiner.ivmlog.IvMLogNotFilteredImpl
-
- All Implemented Interfaces:
java.lang.Iterable<IvMTrace>,IvMLog,IvMLogNotFiltered
public class IvMLogNotFilteredImpl extends java.lang.Object implements IvMLogNotFiltered
-
-
Constructor Summary
Constructors Constructor Description IvMLogNotFilteredImpl(int numberOfTraces, org.deckfour.xes.model.XAttributeMap attributes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IvMTraceget(int traceIndex)org.deckfour.xes.model.XAttributeMapgetAttributes()IteratorWithPosition<IvMTrace>iterator()voidset(int traceIndex, IvMTrace trace)intsize()
-
-
-
Method Detail
-
iterator
public IteratorWithPosition<IvMTrace> iterator()
-
get
public IvMTrace get(int traceIndex)
- Specified by:
getin interfaceIvMLogNotFiltered
-
set
public void set(int traceIndex, IvMTrace trace)
-
size
public int size()
- Specified by:
sizein interfaceIvMLogNotFiltered
-
getAttributes
public org.deckfour.xes.model.XAttributeMap getAttributes()
- Specified by:
getAttributesin interfaceIvMLog
-
-