Uses of Class
org.drools.base.definitions.rule.impl.QueryImpl
-
Packages that use QueryImpl Package Description org.drools.base.definitions.rule.impl -
-
Uses of QueryImpl in org.drools.base.definitions.rule.impl
Methods in org.drools.base.definitions.rule.impl that return types with arguments of type QueryImpl Modifier and Type Method Description protected java.util.Collection<QueryImpl>RuleImpl. collectDependingQueries(java.util.Deque<QueryImpl> accumulator)java.util.Collection<QueryImpl>RuleImpl. getDependingQueries()Returns the lists of queries from which this rule (or query) depends on ordered by their relative dependencies, e.g. if R1 -> A -> B -> C (where the letter are queries) it will return [C, B, A]Methods in org.drools.base.definitions.rule.impl with parameters of type QueryImpl Modifier and Type Method Description voidRuleImpl. addUsedQuery(QueryImpl query)Method parameters in org.drools.base.definitions.rule.impl with type arguments of type QueryImpl Modifier and Type Method Description protected java.util.Collection<QueryImpl>RuleImpl. collectDependingQueries(java.util.Deque<QueryImpl> accumulator)
-