- Type Parameters:
FH- the type of theFactHandleimplementation to be used
public interface MemoryFactory<FH extends FactHandle>
The MemoryFactory interface defines methods for creating different types of memories used in the engine.
- See Also:
-
Method Summary
Modifier and TypeMethodDescription<V> FactStorage<FH,V> newFactStorage(Class<V> valueType) newGroupedFactStorage(Class<FH> valueType) <T> ValueIndexer<T>newValueIndexed(Class<T> valueType)
-
Method Details
-
newFactStorage
-
newGroupedFactStorage
-
newValueIndexed
-