Drools Workbench - Common Model 6.0.0.CR4

org.drools.workbench.models.commons.shared.rule
Class ActionGlobalCollectionAdd

java.lang.Object
  extended by org.drools.workbench.models.commons.shared.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 - Common Model 6.0.0.CR4

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