public interface IvMLogFiltered
extends java.lang.Cloneable
Modifier and Type | Method and Description |
---|---|
IvMLogFilteredImpl |
clone() |
boolean |
equals(IvMLogFiltered otherLog) |
org.deckfour.xes.model.XAttributeMap |
getAttributes() |
void |
invert()
Inverts the log.
|
boolean |
isFilteredOut(int traceIndex) |
boolean |
isSomethingFiltered() |
IteratorWithPosition<IvMTrace> |
iterator() |
IteratorWithPosition<IvMTrace> |
iteratorUnfiltered() |
boolean isSomethingFiltered()
boolean isFilteredOut(int traceIndex)
void invert()
IteratorWithPosition<IvMTrace> iterator()
IteratorWithPosition<IvMTrace> iteratorUnfiltered()
boolean equals(IvMLogFiltered otherLog)
IvMLogFilteredImpl clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
org.deckfour.xes.model.XAttributeMap getAttributes()