Uses of Class
org.drools.core.definitions.rule.impl.QueryImpl
-
Packages that use QueryImpl Package Description org.drools.core.base org.drools.core.common org.drools.core.definitions.rule.impl org.drools.core.reteoo -
-
Uses of QueryImpl in org.drools.core.base
Methods in org.drools.core.base that return QueryImpl Modifier and Type Method Description QueryImplDroolsQuery. getQuery()Methods in org.drools.core.base with parameters of type QueryImpl Modifier and Type Method Description voidDroolsQuery. setQuery(QueryImpl query) -
Uses of QueryImpl in org.drools.core.common
Methods in org.drools.core.common that return QueryImpl Modifier and Type Method Description static QueryImplTruthMaintenanceSystemFactory. createQuery(String name, Predicate<Class<? extends Annotation>> hasAnnotation)QueryImplTruthMaintenanceSystemFactory. createTmsQuery(String name, Predicate<Class<? extends Annotation>> hasAnnotation) -
Uses of QueryImpl in org.drools.core.definitions.rule.impl
Methods in org.drools.core.definitions.rule.impl that return types with arguments of type QueryImpl Modifier and Type Method Description protected Collection<QueryImpl>RuleImpl. collectDependingQueries(Deque<QueryImpl> accumulator)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.core.definitions.rule.impl with parameters of type QueryImpl Modifier and Type Method Description voidRuleImpl. addUsedQuery(QueryImpl query)Method parameters in org.drools.core.definitions.rule.impl with type arguments of type QueryImpl Modifier and Type Method Description protected Collection<QueryImpl>RuleImpl. collectDependingQueries(Deque<QueryImpl> accumulator) -
Uses of QueryImpl in org.drools.core.reteoo
Fields in org.drools.core.reteoo declared as QueryImpl Modifier and Type Field Description protected QueryImplQueryTerminalNode. queryThe rule to invoke upon match.Methods in org.drools.core.reteoo that return QueryImpl Modifier and Type Method Description QueryImplQueryTerminalNode. getQuery()
-