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.
ActionRetractFact
public ActionRetractFact()
ActionRetractFact
public ActionRetractFact(String var)
getVariableName
public String getVariableName()
setVariableName
public void setVariableName(String variableName)
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
Copyright © 2001-2016 JBoss by Red Hat. All Rights Reserved.