Package org.evrete.api
Interface MemoryFactory
-
public interface MemoryFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods 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 Detail
-
newBetaStorage
KeyedFactStorage newBetaStorage(int fieldCount)
-
newMemoryKeyCollection
MemoryKeyCollection newMemoryKeyCollection(org.evrete.runtime.FactType[] types)
-
getValueResolver
ValueResolver getValueResolver()
-
newFactStorage
<Z> FactStorage<Z> newFactStorage(Type<?> type, Class<Z> storageClass, BiPredicate<Z,Z> identityFunction)
-
-