Interface Log
-
- All Superinterfaces:
Immutable,java.lang.Iterable<IndexedVariant>,ProperlyHashable,Streamable<IndexedVariant>
public interface Log extends java.lang.Iterable<IndexedVariant>, Streamable<IndexedVariant>, Immutable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VariantgetVariant(int index)IntVectorgetVariantFrequencies()intgetVariantFrequency(int index)java.util.stream.IntStreamstreamIndices()inttotalTraceCount()intvariantCount()BitMaskvariantIndices()-
Methods inherited from interface org.processmining.specpp.traits.ProperlyHashable
hashCode
-
Methods inherited from interface org.processmining.specpp.traits.Streamable
stream
-
-
-
-
Method Detail
-
variantCount
int variantCount()
-
totalTraceCount
int totalTraceCount()
-
variantIndices
BitMask variantIndices()
-
streamIndices
java.util.stream.IntStream streamIndices()
-
getVariantFrequency
int getVariantFrequency(int index)
-
getVariant
Variant getVariant(int index)
-
getVariantFrequencies
IntVector getVariantFrequencies()
-
-