public interface MemoryFactory
| Modifier and Type | Method and Description |
|---|---|
ValueResolver |
getValueResolver() |
KeyedFactStorage |
newBetaStorage(int fieldCount) |
<Z> FactStorage<Z> |
newFactStorage(Type<?> type,
Class<Z> storageClass,
BiPredicate<Z,Z> identityFunction) |
MemoryKeyCollection |
newMemoryKeyCollection(org.evrete.runtime.FactType[] types) |
KeyedFactStorage newBetaStorage(int fieldCount)
MemoryKeyCollection newMemoryKeyCollection(org.evrete.runtime.FactType[] types)
ValueResolver getValueResolver()
<Z> FactStorage<Z> newFactStorage(Type<?> type, Class<Z> storageClass, BiPredicate<Z,Z> identityFunction)
Copyright © 2021. All rights reserved.