Package | Description |
---|---|
org.drools.core.rule |
Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements.
|
Modifier and Type | Class and Description |
---|---|
static class |
QueryArgument.Declr |
static class |
QueryArgument.Expression |
static class |
QueryArgument.Literal |
static class |
QueryArgument.Null |
static class |
QueryArgument.Var |
Modifier and Type | Method and Description |
---|---|
QueryArgument[] |
QueryElement.getArguments() |
QueryArgument |
QueryArgument.normalize(ClassLoader classLoader) |
QueryArgument |
QueryArgument.Declr.normalize(ClassLoader classLoader) |
QueryArgument |
QueryArgument.Expression.normalize(ClassLoader classLoader) |
QueryArgument |
QueryArgument.Literal.normalize(ClassLoader classLoader) |
QueryArgument |
QueryArgument.Var.normalize(ClassLoader classLoader) |
QueryArgument |
QueryArgument.Null.normalize(ClassLoader classLoader) |
Constructor and Description |
---|
QueryElement(Pattern resultPattern,
String queryName,
QueryArgument[] arguments,
int[] variableIndexes,
Declaration[] requiredDeclarations,
boolean openQuery,
boolean abductive) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.