Uses of Interface
org.evrete.api.RhsContext
-
Packages that use RhsContext Package Description org.evrete org.evrete.api org.evrete.api.builders 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)default RhsContextRhsContext. insert(Object obj)default RhsContextRhsContext. insert(Object[] objects)RhsContextRhsContext. insert(Object fact, boolean resolveCollections)Buffers a new insert operation in rule's memorydefault 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()Consumer<RhsContext>RuleCompiledSources. rhs()This method returns the sources' compiled RHS.Method parameters in org.evrete.api with type arguments of type RhsContext Modifier and Type Method Description voidRule. chainRhs(Consumer<RhsContext> consumer)CLhsBuilder. execute(Consumer<RhsContext> consumer)Deprecated.Terminates the rule builder with the provided RHS and adds the rule to the current contextvoidRule. setRhs(Consumer<RhsContext> rhs) -
Uses of RhsContext in org.evrete.api.builders
Method parameters in org.evrete.api.builders with type arguments of type RhsContext Modifier and Type Method Description RuleSetBuilder<C>LhsBuilder. execute(Consumer<RhsContext> consumer)Terminates current rule builder with the provided RHS action -
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 default Consumer<RhsContext>LiteralRhsCompiler. compileRhs(RuntimeContext<?> context, String literalRhs, Collection<NamedType> factTypes)Deprecated.default Consumer<RhsContext>LiteralRhsCompiler. compileRhs(RuntimeContext<?> context, String literalRhs, NamedType[] types)Deprecated.
-