Package org.drools.traits.core.factmodel
Class Key<T>
- java.lang.Object
-
- org.drools.traits.core.factmodel.Key<T>
-
- All Implemented Interfaces:
Serializable,LatticeElement<T>
- Direct Known Subclasses:
BitMaskKey
public abstract class Key<T> extends Object implements LatticeElement<T>, Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)intgetId()TgetValue()inthashCode()voidsetId(int id)voidsetValue(T value)StringtoString()-
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
getBitMask
-
-