Uses of Class
org.drools.workbench.models.datamodel.rule.ActionFieldList
-
Packages that use ActionFieldList Package Description org.drools.workbench.models.datamodel.rule -
-
Uses of ActionFieldList in org.drools.workbench.models.datamodel.rule
Subclasses of ActionFieldList in org.drools.workbench.models.datamodel.rule Modifier and Type Class Description classActionCallMethodFor modifying a field on a bound LHS variable or a global.classActionInsertFactThis is used when asserting a new fact.classActionInsertLogicalFactLogical assertions are used as part of "truth maintenance".classActionSetFieldFor setting a field on a bound LHS variable or a global.classActionUpdateFieldBasically the same as setting fields, EXCEPT that it will notify the engine of the changes.
-