Class MVELDataProvider

    • Constructor Detail

      • MVELDataProvider

        public MVELDataProvider()
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getRequiredDeclarations

        public org.drools.core.rule.Declaration[] getRequiredDeclarations()
        Specified by:
        getRequiredDeclarations in interface org.drools.core.spi.DataProvider
      • replaceDeclaration

        public void replaceDeclaration​(org.drools.core.rule.Declaration declaration,
                                       org.drools.core.rule.Declaration resolved)
        Specified by:
        replaceDeclaration in interface org.drools.core.spi.DataProvider
      • createContext

        public Object createContext()
        Specified by:
        createContext in interface org.drools.core.spi.DataProvider
      • getResults

        public Iterator getResults​(org.drools.core.spi.Tuple tuple,
                                   org.drools.core.common.InternalWorkingMemory wm,
                                   org.drools.core.spi.PropagationContext ctx,
                                   Object executionContext)
        Specified by:
        getResults in interface org.drools.core.spi.DataProvider
      • evaluate

        protected Object evaluate​(org.drools.core.spi.Tuple tuple,
                                  org.drools.core.common.InternalWorkingMemory wm)
      • clone

        public org.drools.core.spi.DataProvider clone()
        Specified by:
        clone in interface org.drools.core.spi.DataProvider
        Overrides:
        clone in class Object
      • isReactive

        public boolean isReactive()
        Specified by:
        isReactive in interface org.drools.core.spi.DataProvider