Uses of Class
org.drools.core.base.QueryRowWithSubruleIndex
-
Packages that use QueryRowWithSubruleIndex Package Description org.drools.core 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 QueryRowWithSubruleIndex Modifier and Type Field Description protected QueryRowWithSubruleIndexQueryResultsRowImpl. rowFields in org.drools.core with type parameters of type QueryRowWithSubruleIndex Modifier and Type Field Description protected List<QueryRowWithSubruleIndex>QueryResultsImpl. resultsConstructors in org.drools.core with parameters of type QueryRowWithSubruleIndex Constructor Description QueryResultsRowImpl(QueryRowWithSubruleIndex row, ReteEvaluator reteEvaluator, QueryResultsImpl queryResults)Constructor parameters in org.drools.core with type arguments of type QueryRowWithSubruleIndex Constructor Description QueryResultsImpl(List<QueryRowWithSubruleIndex> results, Map<String,Declaration>[] declarations, ReteEvaluator reteEvaluator, Declaration[] parameters)
-