Class RuleElement

  • Direct Known Subclasses:
    Action, Binding, Condition, Event, Expression

    public abstract class RuleElement
    extends java.lang.Object
    generic class implemented by rule events, conditions and actions which gives them access to the rule context and provides them with common behaviours
    • Field Detail

      • rule

        protected Rule rule
    • Constructor Detail

      • RuleElement

        protected RuleElement​(Rule rule)