Class LambdaConstraint.LambdaContextEntry

    • Constructor Detail

      • LambdaContextEntry

        public LambdaContextEntry()
    • Method Detail

      • updateFromTuple

        public void updateFromTuple​(org.drools.core.common.ReteEvaluator reteEvaluator,
                                    org.drools.core.spi.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
      • getTuple

        public org.drools.core.spi.Tuple getTuple()
      • getHandle

        public org.drools.core.common.InternalFactHandle getHandle()
      • getReteEvaluator

        public org.drools.core.common.ReteEvaluator getReteEvaluator()
      • 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