Package org.evrete.api
Interface MemoryFactory
public interface MemoryFactory
-
Method Summary
Modifier and TypeMethodDescriptionnewBetaStorage(int fieldCount) <Z> FactStorage<Z> newFactStorage(Type<?> type, Class<Z> storageClass, BiPredicate<Z, Z> identityFunction) newMemoryKeyCollection(org.evrete.runtime.FactType[] types)
-
Method Details
-
newBetaStorage
-
newMemoryKeyCollection
-
getValueResolver
ValueResolver getValueResolver() -
newFactStorage
<Z> FactStorage<Z> newFactStorage(Type<?> type, Class<Z> storageClass, BiPredicate<Z, Z> identityFunction)
-