Uses of Interface
org.drools.core.rule.QueryArgument
-
Packages that use QueryArgument Package Description org.drools.core.rule Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements. -
-
Uses of QueryArgument in org.drools.core.rule
Classes in org.drools.core.rule that implement QueryArgument Modifier and Type Class Description static classQueryArgument.Declrstatic classQueryArgument.Literalstatic classQueryArgument.Nullstatic classQueryArgument.VarMethods in org.drools.core.rule that return QueryArgument Modifier and Type Method Description QueryArgument[]QueryElement. getArguments()QueryArgumentQueryArgument.Declr. normalize(ClassLoader classLoader)QueryArgumentQueryArgument.Literal. normalize(ClassLoader classLoader)QueryArgumentQueryArgument. normalize(ClassLoader classLoader)QueryArgumentQueryArgument.Null. normalize(ClassLoader classLoader)QueryArgumentQueryArgument.Var. normalize(ClassLoader classLoader)Constructors in org.drools.core.rule with parameters of type QueryArgument Constructor Description QueryElement(Pattern resultPattern, String queryName, QueryArgument[] arguments, int[] variableIndexes, Declaration[] requiredDeclarations, boolean openQuery, boolean abductive)
-