Uses of Class
org.drools.brms.client.modeldriven.brl.ActionFieldList

Packages that use ActionFieldList
org.drools.brms.client.modeldriven.brl This package holds classes that are used as RPC classes for the rule modeller, as well as the DOM for the BRL rule format that the rule modeller uses. 
 

Uses of ActionFieldList in org.drools.brms.client.modeldriven.brl
 

Subclasses of ActionFieldList in org.drools.brms.client.modeldriven.brl
 class ActionInsertFact
          This is used when asserting a new fact.
 class ActionInsertLogicalFact
          Logical assertions are used as part of "truth maintenance".
 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.