Package org.evrete.api
Interface FactStorage.Entry<Z>
-
- Enclosing interface:
- FactStorage<T>
public static interface FactStorage.Entry<Z>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FactHandlegetHandle()ZgetInstance()
-
-
-
Method Detail
-
getHandle
FactHandle getHandle()
-
getInstance
Z getInstance()
-
-