Package org.evrete.api
Interface Rule
- All Superinterfaces:
FluentImports<Rule>,Named,PropertyAccess<Rule>
- All Known Subinterfaces:
RuleBuilder<C>,RuntimeRule
- All Known Implementing Classes:
AbstractRule
public interface Rule extends PropertyAccess<Rule>, Named, FluentImports<Rule>
-
Method Summary
Modifier and Type Method Description voidchainRhs(Consumer<RhsContext> consumer)Consumer<RhsContext>getRhs()intgetSalience()voidsetRhs(String literalRhs)voidsetRhs(Consumer<RhsContext> rhs)voidsetSalience(int value)
-
Method Details
-
getRhs
Consumer<RhsContext> getRhs() -
setRhs
-
setRhs
-
getSalience
int getSalience() -
setSalience
void setSalience(int value) -
chainRhs
-