Interface IvMLog
-
- All Superinterfaces:
java.lang.Iterable<IvMTrace>
- All Known Subinterfaces:
IvMLogNotFiltered
- All Known Implementing Classes:
IvMLogFilteredImpl,IvMLogNotFilteredImpl
public interface IvMLog extends java.lang.Iterable<IvMTrace>
Provides an iterator over traces.- Author:
- sleemans
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.deckfour.xes.model.XAttributeMapgetAttributes()IteratorWithPosition<IvMTrace>iterator()
-
-
-
Method Detail
-
iterator
IteratorWithPosition<IvMTrace> iterator()
- Specified by:
iteratorin interfacejava.lang.Iterable<IvMTrace>
-
getAttributes
org.deckfour.xes.model.XAttributeMap getAttributes()
-
-