Package org.drools.traits.core.factmodel
Class BitMaskKey<T>
- java.lang.Object
-
- org.drools.traits.core.factmodel.Key<T>
-
- org.drools.traits.core.factmodel.BitMaskKey<T>
-
- All Implemented Interfaces:
java.io.Serializable,LatticeElement<T>
public class BitMaskKey<T> extends Key<T> implements LatticeElement<T>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BitMaskKey(int id, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.BitSetgetBitMask()-
Methods inherited from class org.drools.traits.core.factmodel.Key
equals, getId, getValue, hashCode, setId, setValue, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.drools.traits.core.factmodel.LatticeElement
getValue
-
-
-
-
Constructor Detail
-
BitMaskKey
public BitMaskKey(int id, T value)
-
-
Method Detail
-
getBitMask
public java.util.BitSet getBitMask()
- Specified by:
getBitMaskin interfaceLatticeElement<T>
-
-