Uses of Interface
org.evrete.api.RuntimeFact
| Package | Description |
|---|---|
| org.evrete.api |
-
Uses of RuntimeFact in org.evrete.api
Methods in org.evrete.api that return RuntimeFact Modifier and Type Method Description RuntimeFactSharedPlainFactStorage. find(Object o)RuntimeFactRhsContext. getFact(String name)Returns a fact reference by its name, specified in the LHSMethods in org.evrete.api with parameters of type RuntimeFact Modifier and Type Method Description voidSharedBetaFactStorage. delete(RuntimeFact fact)voidSharedPlainFactStorage. delete(RuntimeFact fact)voidSharedBetaFactStorage. insert(RuntimeFact fact)voidSharedPlainFactStorage. insert(RuntimeFact fact)Method parameters in org.evrete.api with type arguments of type RuntimeFact Modifier and Type Method Description default voidSharedBetaFactStorage. delete(Collection<? extends RuntimeFact> collection, Predicate<RuntimeFact> predicate)Deprecated.default voidSharedBetaFactStorage. delete(Collection<? extends RuntimeFact> collection, Predicate<RuntimeFact> predicate)Deprecated.default voidSharedBetaFactStorage. insert(Collection<? extends RuntimeFact> collection, Predicate<RuntimeFact> predicate)Deprecated.default voidSharedBetaFactStorage. insert(Collection<? extends RuntimeFact> collection, Predicate<RuntimeFact> predicate)Deprecated.