Package org.evrete.api
Interface MemoryKey
-
public interface MemoryKey
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ValueHandleget(int fieldIndex)intgetMetaValue()voidsetMetaValue(int i)
-
-
-
Method Detail
-
get
ValueHandle get(int fieldIndex)
-
getMetaValue
int getMetaValue()
-
setMetaValue
void setMetaValue(int i)
-
-