Uses of Class
org.pentaho.aggdes.util.BitSetPlus
Packages that use BitSetPlus
Package
Description
Provides a default implementation of the Aggregate Design algorithm,
which is specified in the
org.pentaho.aggdes.algorithm package.Utilities.
-
Uses of BitSetPlus in org.pentaho.aggdes.algorithm.impl
Methods in org.pentaho.aggdes.algorithm.impl that return BitSetPlusMethods in org.pentaho.aggdes.algorithm.impl with parameters of type BitSetPlusModifier and TypeMethodDescriptionprotected AggregateImplLatticeImpl.getAggregate(BitSetPlus bits) Method parameters in org.pentaho.aggdes.algorithm.impl with type arguments of type BitSetPlusModifier and TypeMethodDescriptionbooleanAggregateImpl.hasCompleteAncestors(List<BitSetPlus> ancestorClosure) Returns whether this Aggregate is closed with respect to ancestors.Constructors in org.pentaho.aggdes.algorithm.impl with parameters of type BitSetPlus -
Uses of BitSetPlus in org.pentaho.aggdes.util
Methods in org.pentaho.aggdes.util with parameters of type BitSetPlusModifier and TypeMethodDescriptionstatic BigIntegerBitSetPlus.countSupersetIntersection(int bitCount, BitSetPlus[] bitSets) Returns the number of sets which are supersets of every member ofbitSets.static BigIntegerBitSetPlus.countSupersetIntersectionOld(int bitCount, BitSetPlus[] bitSets) Returns the number of sets which are supersets of at least one of the members ofbitSets.Method parameters in org.pentaho.aggdes.util with type arguments of type BitSetPlusModifier and TypeMethodDescriptionBitSetPlus.countSupersetDiff(List<BitSetPlus> minusBitSets) Returns the number of bitsets which are supersets of this BitSetPlus but which are not supersets of any of the sets inminusBitSets.