Drools Workbench - Data Model API 6.1.0.Beta3

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

java.lang.Object
  extended by org.drools.workbench.models.datamodel.rule.ActionGlobalCollectionAdd
All Implemented Interfaces:
IAction

public class ActionGlobalCollectionAdd
extends Object
implements IAction

This is for adding a given fact to a global collection


Constructor Summary
ActionGlobalCollectionAdd()
           
 
Method Summary
 String getFactName()
           
 String getGlobalName()
           
 void setFactName(String factName)
           
 void setGlobalName(String globalName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionGlobalCollectionAdd

public ActionGlobalCollectionAdd()
Method Detail

getGlobalName

public String getGlobalName()

setGlobalName

public void setGlobalName(String globalName)

getFactName

public String getFactName()

setFactName

public void setFactName(String factName)

Drools Workbench - Data Model API 6.1.0.Beta3

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