Package org.drools.model.bitmask
Class BitMaskUtil
- java.lang.Object
-
- org.drools.model.bitmask.BitMaskUtil
-
public class BitMaskUtil extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intCUSTOM_BITS_OFFSETstatic intTRAITABLE_BITstatic StringTRAITSET_FIELD_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BitMaskcalculatePatternMask(DomainClassMetadata metadata, boolean isPositive, String... listenedProperties)
-
-
-
Field Detail
-
TRAITABLE_BIT
public static final int TRAITABLE_BIT
- See Also:
- Constant Field Values
-
CUSTOM_BITS_OFFSET
public static final int CUSTOM_BITS_OFFSET
- See Also:
- Constant Field Values
-
TRAITSET_FIELD_NAME
public static final String TRAITSET_FIELD_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
calculatePatternMask
public static BitMask calculatePatternMask(DomainClassMetadata metadata, boolean isPositive, String... listenedProperties)
-
-