Package org.evrete.api
Interface SharedPlainFactStorage
- All Superinterfaces:
BufferedInsert,ReIterable<RuntimeFact>
public interface SharedPlainFactStorage extends BufferedInsert, ReIterable<RuntimeFact>
-
Method Summary
Modifier and Type Method Description voidclear()voiddelete(RuntimeFact fact)RuntimeFactfind(Object o)voidinsert(RuntimeFact fact)voidinsert(SharedPlainFactStorage other)intsize()