Package | Description |
---|---|
org.drools.workbench.models.datamodel.rule | |
org.drools.workbench.models.datamodel.rule.visitors |
Modifier and Type | Interface and Description |
---|---|
interface |
PluggableIAction
Represents a custom IAction, which is recognized by an implementation of
org.drools.workbench.models.commons.backend.rule.RuleModelIActionPersistenceExtension.
|
Modifier and Type | Class and Description |
---|---|
class |
ActionCallMethod
For modifying a field on a bound LHS variable or a global.
|
class |
ActionExecuteWorkItem
An Action to invoke a Work Item
|
class |
ActionFieldList
This class is the parent for field setting or assertion actions.
|
class |
ActionGlobalCollectionAdd
This is for adding a given fact to a global collection
|
class |
ActionInsertFact
This is used when asserting a new fact.
|
class |
ActionInsertLogicalFact
Logical assertions are used as part of "truth maintenance".
|
class |
ActionRetractFact
This is used to specify that the bound fact should be retracted
when the rule fires.
|
class |
ActionSetField
For setting a field on a bound LHS variable or a global.
|
class |
ActionUpdateField
Basically the same as setting fields, EXCEPT that it will notify the engine
of the changes.
|
class |
DSLSentence
This represents a DSL sentence.
|
class |
ExpressionCollection |
class |
ExpressionCollectionIndex |
class |
ExpressionField |
class |
ExpressionFieldVariable
This expression represent a bound field.
|
class |
ExpressionFormLine |
class |
ExpressionGlobalVariable |
class |
ExpressionMethod |
class |
ExpressionMethodParameter
ExpressionPart representing a ExpressionMethod parameter
|
class |
ExpressionPart |
class |
ExpressionText |
class |
ExpressionUnboundFact |
class |
ExpressionVariable |
class |
FreeFormLine
This is a free form line which will be rendered and displayed-as-is.
|
Modifier and Type | Field and Description |
---|---|
IAction[] |
RuleModel.rhs |
Modifier and Type | Method and Description |
---|---|
void |
RuleModel.addRhsItem(IAction action) |
void |
RuleModel.addRhsItem(IAction action,
boolean append) |
void |
RuleModel.addRhsItem(IAction action,
int position) |
Constructor and Description |
---|
RuleModelVisitor(IAction[] rhs,
Map<InterpolationVariable,Integer> vars) |
RuleModelVisitor(IAction action,
Map<InterpolationVariable,Integer> vars) |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.