Uses of Interface
org.evrete.api.RhsContext
Packages that use RhsContext
-
Uses of RhsContext in org.evrete
Fields in org.evrete with type parameters of type RhsContextMethod parameters in org.evrete with type arguments of type RhsContextModifier and TypeMethodDescriptionvoidAbstractRule.chainRhs(Consumer<RhsContext> consumer)voidAbstractRule.setRhs(Consumer<RhsContext> rhs) -
Uses of RhsContext in org.evrete.api
Methods in org.evrete.api that return RhsContextModifier and TypeMethodDescriptionThis method removes an instance from the working memory.default RhsContextRhsContext.deleteFact(String factRef)Inserts a new object into the working memory.default RhsContextdefault RhsContextRhsContext.insert(Collection<?> objects)This method lets the working memory know that one of its objects has changed.default RhsContextRhsContext.updateFact(String factRef)Method parameters in org.evrete.api with type arguments of type RhsContextModifier and TypeMethodDescriptionvoidRule.chainRhs(Consumer<RhsContext> consumer)LhsBuilder.execute(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 RhsContextModifier and TypeMethodDescriptionLiteralRhsCompiler.compileRhs(RuntimeContext<?> requester, String literalRhs, Collection<NamedType> factTypes, Collection<String> imports)