Uses of Interface
org.evrete.api.RhsContext
| Package | Description |
|---|---|
| org.evrete | |
| org.evrete.api |
-
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 RuleAbstractRule. 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)default RhsContextRhsContext. deleteFact(String factRef)RhsContextRhsContext. insert(Object obj)RhsContextRhsContext. update(Object obj)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 RuleRule. setRhs(Consumer<RhsContext> rhs)