Drools :: Core 6.1.0.Beta1

org.drools.core.factmodel.traits
Class BitMaskKey<T>

java.lang.Object
  extended by org.drools.core.factmodel.traits.Key<T>
      extended by org.drools.core.factmodel.traits.BitMaskKey<T>
All Implemented Interfaces:
Serializable, LatticeElement<T>

public class BitMaskKey<T>
extends Key<T>
implements LatticeElement<T>

See Also:
Serialized Form

Constructor Summary
BitMaskKey(int id, T value)
           
 
Method Summary
 BitSet getBitMask()
           
 
Methods inherited from class org.drools.core.factmodel.traits.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.core.factmodel.traits.LatticeElement
getValue
 

Constructor Detail

BitMaskKey

public BitMaskKey(int id,
                  T value)
Method Detail

getBitMask

public BitSet getBitMask()
Specified by:
getBitMask in interface LatticeElement<T>

Drools :: Core 6.1.0.Beta1

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.