Uses of Class
org.drools.core.base.QueryRowWithSubruleIndex
Packages that use QueryRowWithSubruleIndex
Package
Description
This is the engine that works off binary RuleBases, you will mostly use WorkingMemory, RuleBase and RuleBaseFactory
-
Uses of QueryRowWithSubruleIndex in org.drools.core
Fields in org.drools.core declared as QueryRowWithSubruleIndexFields in org.drools.core with type parameters of type QueryRowWithSubruleIndexModifier and TypeFieldDescriptionprotected List<QueryRowWithSubruleIndex>QueryResultsImpl.resultsConstructors in org.drools.core with parameters of type QueryRowWithSubruleIndexModifierConstructorDescriptionQueryResultsRowImpl(QueryRowWithSubruleIndex row, ReteEvaluator reteEvaluator, QueryResultsImpl queryResults) Constructor parameters in org.drools.core with type arguments of type QueryRowWithSubruleIndexModifierConstructorDescriptionQueryResultsImpl(List<QueryRowWithSubruleIndex> results, Map<String, Declaration>[] declarations, ReteEvaluator reteEvaluator, Declaration[] parameters)