|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IAction | |
---|---|
org.drools.brms.client.modeldriven.brxml | This package holds classes that are used as RPC classes for the rule modeller, as well as the DOM for the BRXML rule format that the rule modeller uses. |
Uses of IAction in org.drools.brms.client.modeldriven.brxml |
---|
Classes in org.drools.brms.client.modeldriven.brxml that implement IAction | |
---|---|
class |
ActionAssertFact
This is used when asserting a new fact. |
class |
ActionAssertLogicalFact
Logical assertions are used as part of "truth maintenance". |
class |
ActionFieldList
This class is the parent for field setting or assertion actions. |
class |
ActionModifyField
Basically the same as setting fields, EXCEPT that it will notify the engine of the changes. |
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 |
DSLSentence
This represents a DSL sentence. |
Fields in org.drools.brms.client.modeldriven.brxml declared as IAction | |
---|---|
IAction[] |
RuleModel.rhs
|
Methods in org.drools.brms.client.modeldriven.brxml with parameters of type IAction | |
---|---|
void |
RuleModel.addRhsItem(IAction action)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |