Uses of Class
org.drools.base.QueryRowWithSubruleIndex

Packages that use QueryRowWithSubruleIndex
org.drools This is the engine that works off binary RuleBases, you will mostly use WorkingMemory, RuleBase and RuleBaseFactory 
 

Uses of QueryRowWithSubruleIndex in org.drools
 

Fields in org.drools declared as QueryRowWithSubruleIndex
protected  QueryRowWithSubruleIndex QueryResult.row
           
 

Fields in org.drools with type parameters of type QueryRowWithSubruleIndex
protected  List<QueryRowWithSubruleIndex> QueryResults.results
           
 

Constructors in org.drools with parameters of type QueryRowWithSubruleIndex
QueryResult(QueryRowWithSubruleIndex row, WorkingMemory workingMemory, QueryResults queryResults)
           
 

Constructor parameters in org.drools with type arguments of type QueryRowWithSubruleIndex
QueryResults(List<QueryRowWithSubruleIndex> results, Map<String,Declaration>[] declarations, WorkingMemory workingMemory, Declaration[] parameters)
           
 



Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.