Uses of Interface
org.evrete.api.RuntimeFact
| Package | Description |
|---|---|
| org.evrete.api | |
| org.evrete.api.spi |
-
Uses of RuntimeFact in org.evrete.api
Methods in org.evrete.api that return RuntimeFact Modifier and Type Method Description RuntimeFactRhsContext. getFact(String name) -
Uses of RuntimeFact in org.evrete.api.spi
Methods in org.evrete.api.spi with parameters of type RuntimeFact Modifier and Type Method Description booleanSharedBetaFactStorage. delete(RuntimeFact fact)voidSharedPlainFactStorage. delete(RuntimeFact fact)voidSharedPlainFactStorage. insert(RuntimeFact fact)voidSharedBetaFactStorage. insertDirect(RuntimeFact fact)This method reads fact's key (values of specific fields) and saves the object under this key directly in the main repository.Method parameters in org.evrete.api.spi with type arguments of type RuntimeFact Modifier and Type Method Description voidSharedBetaFactStorage. insert(Collection<? extends RuntimeFact> collection, Predicate<RuntimeFact> predicate)voidSharedBetaFactStorage. insert(Collection<? extends RuntimeFact> collection, Predicate<RuntimeFact> predicate)