Drools Workbench - Data Model API 6.2.0.CR3

Uses of Interface
org.drools.workbench.models.datamodel.rule.IAction

Packages that use IAction
org.drools.workbench.models.datamodel.rule   
org.drools.workbench.models.datamodel.rule.visitors   
 

Uses of IAction in org.drools.workbench.models.datamodel.rule
 

Classes in org.drools.workbench.models.datamodel.rule that implement IAction
 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.
 

Fields in org.drools.workbench.models.datamodel.rule declared as IAction
 IAction[] RuleModel.rhs
           
 

Methods in org.drools.workbench.models.datamodel.rule with parameters of type IAction
 void RuleModel.addRhsItem(IAction action)
           
 void RuleModel.addRhsItem(IAction action, boolean append)
           
 void RuleModel.addRhsItem(IAction action, int position)
           
 

Uses of IAction in org.drools.workbench.models.datamodel.rule.visitors
 

Constructors in org.drools.workbench.models.datamodel.rule.visitors with parameters of type IAction
RuleModelVisitor(IAction action, Map<InterpolationVariable,Integer> vars)
           
 


Drools Workbench - Data Model API 6.2.0.CR3

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.