org.drools.workbench.models.datamodel.rule
Class ActionRetractFact
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActionRetractFact
public ActionRetractFact()
ActionRetractFact
public ActionRetractFact(String var)
getVariableName
public String getVariableName()
setVariableName
public void setVariableName(String variableName)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.