-
-
Methods in org.evrete.api.spi with parameters of type RuntimeFact
| Modifier and Type |
Method |
Description |
boolean |
SharedBetaFactStorage.delete(RuntimeFact fact) |
|
void |
SharedPlainFactStorage.delete(RuntimeFact fact) |
|
boolean |
SharedBetaFactStorage.insert(RuntimeFact fact) |
The method first reads the fact's key (values of specific fields) and
checks if any of main and delta repositories contain such a key.
|
void |
SharedPlainFactStorage.insert(RuntimeFact fact) |
|
void |
SharedBetaFactStorage.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.
|