Class MVELConstraint.MvelContextEntry

    • Field Detail

      • next

        protected org.drools.core.rule.ContextEntry next
      • tuple

        protected org.drools.core.reteoo.Tuple tuple
      • rightHandle

        protected org.drools.core.common.InternalFactHandle rightHandle
      • declarations

        protected org.drools.core.rule.Declaration[] declarations
      • reteEvaluator

        protected transient org.drools.core.common.ReteEvaluator reteEvaluator
    • Constructor Detail

      • MvelContextEntry

        public MvelContextEntry()
      • MvelContextEntry

        public MvelContextEntry​(org.drools.core.rule.Declaration[] declarations)
    • Method Detail

      • getNext

        public org.drools.core.rule.ContextEntry getNext()
        Specified by:
        getNext in interface org.drools.core.rule.ContextEntry
      • setNext

        public void setNext​(org.drools.core.rule.ContextEntry entry)
        Specified by:
        setNext in interface org.drools.core.rule.ContextEntry
      • updateFromTuple

        public void updateFromTuple​(org.drools.core.common.ReteEvaluator reteEvaluator,
                                    org.drools.core.reteoo.Tuple tuple)
        Specified by:
        updateFromTuple in interface org.drools.core.rule.ContextEntry
      • updateFromFactHandle

        public void updateFromFactHandle​(org.drools.core.common.ReteEvaluator reteEvaluator,
                                         org.drools.core.common.InternalFactHandle handle)
        Specified by:
        updateFromFactHandle in interface org.drools.core.rule.ContextEntry
      • resetTuple

        public void resetTuple()
        Specified by:
        resetTuple in interface org.drools.core.rule.ContextEntry
      • resetFactHandle

        public void resetFactHandle()
        Specified by:
        resetFactHandle in interface org.drools.core.rule.ContextEntry
      • getRight

        public org.drools.core.common.InternalFactHandle getRight()
      • getDeclarations

        public org.drools.core.rule.Declaration[] getDeclarations()