Interface | Description |
---|---|
ExpressionVisitable | |
ExpressionVisitor | |
FieldConstraint |
This is the top level interface for all field constraints.
|
FieldNature | |
FieldNatureType | |
HasCEPWindow |
Implementations support CEP "windows"
|
HasConstraints | |
HasExpressionConstraint |
The Constraint has an Expression
|
HasOperator |
Implementations have an operator
|
HasParameterizedOperator |
Implementations have parameters
|
IAction | |
IFactPattern |
Interface for Patterns that contains a Fact Type
|
IPattern | |
PluggableIAction |
Represents a custom IAction, which is recognized by an implementation of
org.drools.workbench.models.commons.backend.rule.RuleModelIActionPersistenceExtension.
|
TemplateAware |
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
|
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.
|
DSLComplexVariableValue |
This class represents the value of a complex variable inside a DSLSentence.
|
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 | |
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.
|
FreeFormLine |
This is a free form line which will be rendered and displayed-as-is.
|
FromAccumulateCompositeFactPattern | |
FromCollectCompositeFactPattern | |
FromCompositeFactPattern | |
FromEntryPointFactPattern | |
InterpolationVariable | |
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 | |
SingleFieldConstraint |
This represents a constraint on a fact - involving a SINGLE FIELD.
|
SingleFieldConstraintEBLeftSide |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.