Uses of Class
org.processmining.specpp.datastructures.encoding.IndexSubset
-
-
Uses of IndexSubset in org.processmining.specpp.datastructures.encoding
Methods in org.processmining.specpp.datastructures.encoding that return IndexSubset Modifier and Type Method Description static IndexSubsetIndexSubset. complete(int size)IndexSubsetIndexSubset. copy()static IndexSubsetIndexSubset. of(BitMask mask)Methods in org.processmining.specpp.datastructures.encoding with parameters of type IndexSubset Modifier and Type Method Description booleanIndexSubset. gt(IndexSubset other)BitMaskIndexSubset. indexIntersection(IndexSubset other)booleanIndexSubset. intersects(IndexSubset other)booleanIndexSubset. isSubsetOf(IndexSubset other)booleanIndexSubset. isSupersetOf(IndexSubset other)booleanIndexSubset. lt(IndexSubset other)booleanIndexSubset. setEquality(IndexSubset other) -
Uses of IndexSubset in org.processmining.specpp.datastructures.log
Methods in org.processmining.specpp.datastructures.log that return IndexSubset Modifier and Type Method Description IndexSubsetOnlyCoversIndexSubset. getIndexSubset() -
Uses of IndexSubset in org.processmining.specpp.datastructures.log.impls
Fields in org.processmining.specpp.datastructures.log.impls declared as IndexSubset Modifier and Type Field Description protected IndexSubsetMultiEncodedSubLog. indexSubsetMethods in org.processmining.specpp.datastructures.log.impls that return IndexSubset Modifier and Type Method Description IndexSubsetEncodedSubLogImpl. getIndexSubset()IndexSubsetMultiEncodedSubLog. getIndexSubset()Constructors in org.processmining.specpp.datastructures.log.impls with parameters of type IndexSubset Constructor Description MultiEncodedSubLog(IndexSubset indexSubset, EncodedSubLogImpl presetEncodedLog, EncodedSubLogImpl postsetEncodedLog, IntEncodings<Activity> activityEncodings)SubLog(IndexSubset indexSubset, Variant[] variants, int[] variantFrequencies) -
Uses of IndexSubset in org.processmining.specpp.datastructures.vectorization
Methods in org.processmining.specpp.datastructures.vectorization that return IndexSubset Modifier and Type Method Description IndexSubsetIntVectorSubsetStorage. getIndexSubset()IndexSubsetVariantMarkingHistories. getIndexSubset()Methods in org.processmining.specpp.datastructures.vectorization with parameters of type IndexSubset Modifier and Type Method Description static IntSubVectorIntSubVector. of(IndexSubset is, int[] frequencies)IntSubVectorIntSubVector. restrictTo(IndexSubset indexSubset)IntSubVectorIntVector. restrictTo(IndexSubset is)static IntVectorSubsetStorageIntVectorSubsetStorage. zeros(IndexSubset indexSubset, int[] lengths)Constructors in org.processmining.specpp.datastructures.vectorization with parameters of type IndexSubset Constructor Description IntSubVector(IndexSubset is, int[] internal, int sum)IntVectorSubsetStorage(IndexSubset indexSubset, int[] data, int[] startIndices)VariantMarkingHistories(IndexSubset indexSubset, IntVectorStorage markingHistories)
-