Package org.processmining.specpp.datastructures.encoding
-
Interface Summary Interface Description EncodedSet<K,V> Encoding<K,V> An immutable encoding of items of typeKto elements of typeVin the range.HasDenseRange IntEncoding<T> An encoding with a range of typeInteger.MutatingSetOperations<T extends MutatingSetOperations<T>> Specifies mutating set operations on sets.NonMutatingSetOperations<T> Specifies non-mutating, i.e.PrimitiveIntEncoding PrimitiveIntSet SetQueries<T extends SetQueries<T>> Specifies common mathematical queries on sets.SlightlyMutableSet<T> -
Class Summary Class Description BitEncodedSet<T> Represents a subset of the encoding domain of anIntEncoding<T>.BitMask ConstantIntIntEncoding FixedOrdering<T> HashmapEncoding<T> Represents anIntEncoding<T>with an internal HashMap.IdentityEncoding IndexSubset IntEncodings<T> IntIntEncoding WeightedBitMask -
Exception Summary Exception Description EncodedSet.InconsistentEncodingException FixedOrdering.IncomparableException