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 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 voidSharedPlainFactStorage. delete(RuntimeFact fact)voidSharedPlainFactStorage. insert(RuntimeFact fact)Method parameters in org.evrete.api with type arguments of type RuntimeFact Modifier and Type Method Description voidSharedBetaFactStorage. delete(Collection<? extends RuntimeFact> collection, Predicate<RuntimeFact> predicate)voidSharedBetaFactStorage. delete(Collection<? extends RuntimeFact> collection, Predicate<RuntimeFact> predicate)voidSharedBetaFactStorage. insert(Collection<? extends RuntimeFact> collection, Predicate<RuntimeFact> predicate)voidSharedBetaFactStorage. insert(Collection<? extends RuntimeFact> collection, Predicate<RuntimeFact> predicate)