Uses of Interface
org.evrete.api.RhsContext
| Package | Description |
|---|---|
| org.evrete | |
| org.evrete.api | |
| org.evrete.api.spi |
-
Uses of RhsContext in org.evrete
Fields in org.evrete with type parameters of type RhsContext Modifier and Type Field Description protected Consumer<RhsContext>AbstractRule. rhsMethods in org.evrete that return types with arguments of type RhsContext Modifier and Type Method Description Consumer<RhsContext>AbstractRule. getRhs()Method parameters in org.evrete with type arguments of type RhsContext Modifier and Type Method Description voidAbstractRule. chainRhs(Consumer<RhsContext> consumer)voidAbstractRule. setRhs(Consumer<RhsContext> rhs) -
Uses of RhsContext in org.evrete.api
Methods in org.evrete.api that return RhsContext Modifier and Type Method Description RhsContextRhsContext. delete(Object obj)This method removes an instance from the working memory.default RhsContextRhsContext. deleteFact(String factRef)RhsContextRhsContext. insert(Object obj)Inserts a new object into the working memory.default RhsContextRhsContext. insert(Object[] objects)default RhsContextRhsContext. insert(Collection<?> objects)RhsContextRhsContext. update(Object obj)This method lets the working memory know that one of its objects has changed.default RhsContextRhsContext. updateFact(String factRef)Methods in org.evrete.api that return types with arguments of type RhsContext Modifier and Type Method Description Consumer<RhsContext>Rule. getRhs()Method parameters in org.evrete.api with type arguments of type RhsContext Modifier and Type Method Description voidRule. chainRhs(Consumer<RhsContext> consumer)voidRule. setRhs(Consumer<RhsContext> rhs) -
Uses of RhsContext in org.evrete.api.spi
Methods in org.evrete.api.spi that return types with arguments of type RhsContext Modifier and Type Method Description Consumer<RhsContext>LiteralRhsCompiler. compileRhs(RuntimeContext<?> requester, String literalRhs, Collection<org.evrete.runtime.FactType> factTypes, Collection<String> imports)