Package org.evrete.api
Interface MemoryFactory
public interface MemoryFactory
-
Method Summary
Modifier and Type Method Description ValueResolvergetValueResolver()KeyedFactStoragenewBetaStorage(int fieldCount)<Z> FactStorage<Z>newFactStorage(Type<?> type, Class<Z> storageClass, BiPredicate<Z,Z> identityFunction)MemoryKeyCollectionnewMemoryKeyCollection(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)
-