Uses of Interface
org.drools.workbench.models.datamodel.rule.IAction
-
Packages that use IAction Package Description org.drools.workbench.models.datamodel.rule org.drools.workbench.models.datamodel.rule.visitors -
-
Uses of IAction in org.drools.workbench.models.datamodel.rule
Subinterfaces of IAction in org.drools.workbench.models.datamodel.rule Modifier and Type Interface Description interfacePluggableIActionRepresents a custom IAction, which is recognized by an implementation of org.drools.workbench.models.commons.backend.rule.RuleModelIActionPersistenceExtension.Classes in org.drools.workbench.models.datamodel.rule that implement IAction Modifier and Type Class Description classActionCallMethodFor modifying a field on a bound LHS variable or a global.classActionExecuteWorkItemAn Action to invoke a Work ItemclassActionFieldListThis class is the parent for field setting or assertion actions.classActionGlobalCollectionAddThis is for adding a given fact to a global collectionclassActionInsertFactThis is used when asserting a new fact.classActionInsertLogicalFactLogical assertions are used as part of "truth maintenance".classActionRetractFactThis is used to specify that the bound fact should be retracted when the rule fires.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.classDSLSentenceThis represents a DSL sentence.classExpressionCollectionclassExpressionCollectionIndexclassExpressionFieldclassExpressionFieldVariableThis expression represent a bound field.classExpressionFormLineclassExpressionGlobalVariableclassExpressionMethodclassExpressionMethodParameterExpressionPart representing a ExpressionMethod parameterclassExpressionPartclassExpressionTextclassExpressionUnboundFactclassExpressionVariableclassFreeFormLineThis is a free form line which will be rendered and displayed-as-is.Fields in org.drools.workbench.models.datamodel.rule declared as IAction Modifier and Type Field Description IAction[]RuleModel. rhsMethods in org.drools.workbench.models.datamodel.rule with parameters of type IAction Modifier and Type Method Description voidRuleModel. addRhsItem(IAction action)voidRuleModel. addRhsItem(IAction action, boolean append)voidRuleModel. 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 Constructor Description RuleModelVisitor(IAction[] rhs, Map<InterpolationVariable,Integer> vars)RuleModelVisitor(IAction action, Map<InterpolationVariable,Integer> vars)
-