All Classes Interface Summary Class Summary Enum Summary
| Class |
Description |
| ActionCallMethod |
For modifying a field on a bound LHS variable or a global.
|
| ActionExecuteWorkItem |
An Action to invoke a Work Item
|
| ActionFieldFunction |
This node indicates that the user wants to execute a method on some
fact in case the LHR matches.
|
| ActionFieldList |
This class is the parent for field setting or assertion actions.
|
| ActionFieldValue |
Holds field and value for "action" parts of the rule.
|
| ActionGlobalCollectionAdd |
This is for adding a given fact to a global collection
|
| ActionInsertFact |
This is used when asserting a new fact.
|
| ActionInsertLogicalFact |
Logical assertions are used as part of "truth maintenance".
|
| ActionRetractFact |
This is used to specify that the bound fact should be retracted
when the rule fires.
|
| ActionSetField |
For setting a field on a bound LHS variable or a global.
|
| ActionUpdateField |
Basically the same as setting fields, EXCEPT that it will notify the engine
of the changes.
|
| ActionWorkItemFieldValue |
Holds field and Work Item definition parameters for actions
|
| Attribute |
This enum collects all attributes supported by kie tooling - guided rule editors, guided decision table editor ...
|
| AuditLog |
An Audit Log that filters entries added to it depending on the type of
entries the Log is configured to receive.
|
| AuditLogEntry |
An entry in an Audit Log
|
| AuditLogFilter |
An Audit Log Filter, controlling which entries passed to the AuditLog are
actually appended to the log.
|
| BaseSingleFieldConstraint |
Represents a constraint, which may be part of a direct field constraint or a
connective.
|
| CEPWindow |
Definition of a CEP Window
|
| CompositeFactPattern |
Represents first order logic like Or, Not, Exists.
|
| CompositeFieldConstraint |
This is a field constraint that may span multiple fields.
|
| ConnectiveConstraint |
This is for a connective constraint that adds more options to a field
constraint.
|
| CopyExpressionVisitor |
|
| DefaultAuditLogFilter |
An Audit Log Filter, controlling which entries passed to the AuditLog are
actually appended to the log.
|
| DRLConstraintValueBuilder |
A Helper class for building parts of DRL from higher-order representations
(i.e.
|
| DSLActionSentence |
|
| DSLComplexVariableValue |
This class represents the value of a complex variable inside a DSLSentence.
|
| DSLConditionSentence |
|
| DSLSentence |
This represents a DSL sentence.
|
| DSLVariableValue |
This class represents the value of a simple variable inside a DSLSentence.
|
| ExpressionCollection |
|
| ExpressionCollectionIndex |
|
| ExpressionField |
|
| ExpressionFieldVariable |
This expression represent a bound field.
|
| ExpressionFormLine |
|
| ExpressionGlobalVariable |
|
| ExpressionMethod |
|
| ExpressionMethodParameter |
ExpressionPart representing a ExpressionMethod parameter
|
| ExpressionMethodParameterDefinition |
Meta Data for a ExpressionMethod's parameter definitions.
|
| ExpressionPart |
|
| ExpressionText |
|
| ExpressionUnboundFact |
|
| ExpressionVariable |
|
| ExpressionVisitable |
|
| ExpressionVisitor |
|
| FactPattern |
A fact pattern is a declaration of a fact type, and its constraint, and
perhaps a variable that is it bound to It is the equivalent of a "pattern" in
drools terms.
|
| FieldConstraint |
This is the top level interface for all field constraints.
|
| FieldConstraintArrayUtil |
|
| FieldNature |
|
| FieldNatureType |
|
| FreeFormLine |
This is a free form line which will be rendered and displayed-as-is.
|
| FromAccumulateCompositeFactPattern |
|
| FromCollectCompositeFactPattern |
|
| FromCompositeFactPattern |
|
| FromEntryPointFactPattern |
|
| HasBinding |
Implementations can be bound to a variable
|
| HasCEPWindow |
Implementations support CEP "windows"
|
| HasConstraints |
|
| HasExpressionConstraint |
The Constraint has an Expression
|
| HasOperator |
Implementations have an operator
|
| HasParameterizedOperator |
Implementations have parameters
|
| HasValue<T extends Serializable> |
Implementations have a value
|
| IAction |
|
| IFactPattern |
Interface for Patterns that contains a Fact Type
|
| Import |
Deprecated. |
| InterpolationVariable |
|
| InterpolationVariableCollector |
|
| IPattern |
|
| JavaDRLConstraintValueBuilder |
Specific implementation for MVEL
|
| MvelDRLConstraintValueBuilder |
Specific implementation for MVEL
|
| PluggableIAction |
Represents a custom IAction, which is recognized by an implementation of
org.drools.workbench.models.commons.backend.rule.RuleModelIActionPersistenceExtension.
|
| PortableBooleanParameterDefinition |
A Boolean parameter
|
| PortableEnumParameterDefinition |
An Enum parameter
|
| PortableFloatParameterDefinition |
A Float parameter
|
| PortableIntegerParameterDefinition |
An Integer parameter
|
| PortableListParameterDefinition |
A List parameter
|
| PortableObjectParameterDefinition |
An Object parameter.
|
| PortableParameterDefinition |
A ParameterDefinition used in Guvnor.
|
| PortableStringParameterDefinition |
A String parameter
|
| PortableWorkDefinition |
A WorkDefinition used in Guvnor.
|
| RuleAttribute |
This holds values for rule attributes (eg salience, agenda-group etc).
|
| RuleMetadata |
This holds values for rule metadata (eg @foo(bar), @foo2(bar2)).
|
| RuleModel |
|
| RuleModelVisitor |
A Rule Model Visitor to extract Interpolation Variables (Template Keys)
|
| SingleFieldConstraint |
This represents a constraint on a fact - involving a SINGLE FIELD.
|
| SingleFieldConstraintEBLeftSide |
|
| TemplateAware |
|
| ToStringExpressionVisitor |
A visitor that can emit a String representing the Expression
|