Drools Workbench - Data Model API 6.1.0.Beta1

org.drools.workbench.models.datamodel.rule
Class ActionFieldList

java.lang.Object
  extended by org.drools.workbench.models.datamodel.rule.ActionFieldList
All Implemented Interfaces:
IAction
Direct Known Subclasses:
ActionInsertFact, ActionSetField

public abstract class ActionFieldList
extends Object
implements IAction

This class is the parent for field setting or assertion actions.

Contains the list of fields and their values to be set.


Constructor Summary
ActionFieldList()
           
 
Method Summary
 void addFieldValue(ActionFieldValue val)
           
 ActionFieldValue[] getFieldValues()
           
 void removeField(int idx)
           
 void setFieldValues(ActionFieldValue[] actionFieldValues)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionFieldList

public ActionFieldList()
Method Detail

getFieldValues

public ActionFieldValue[] getFieldValues()

setFieldValues

public void setFieldValues(ActionFieldValue[] actionFieldValues)

removeField

public void removeField(int idx)

addFieldValue

public void addFieldValue(ActionFieldValue val)

Drools Workbench - Data Model API 6.1.0.Beta1

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