Drools Workbench - Data Model API 6.0.0-SNAPSHOT

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

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

public class ActionRetractFact
extends Object
implements IAction

This is used to specify that the bound fact should be retracted when the rule fires.


Constructor Summary
ActionRetractFact()
           
ActionRetractFact(String var)
           
 
Method Summary
 String getVariableName()
           
 void setVariableName(String variableName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionRetractFact

public ActionRetractFact()

ActionRetractFact

public ActionRetractFact(String var)
Method Detail

getVariableName

public String getVariableName()

setVariableName

public void setVariableName(String variableName)

Drools Workbench - Data Model API 6.0.0-SNAPSHOT

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