org.drools.brms.client.modeldriven.brl
Class ActionRetractFact

java.lang.Object
  extended by org.drools.brms.client.modeldriven.brl.ActionRetractFact
All Implemented Interfaces:
IAction, PortableObject

public class ActionRetractFact
extends java.lang.Object
implements IAction

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

Author:
Michael Neale

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

Field Detail

variableName

public java.lang.String variableName
Constructor Detail

ActionRetractFact

public ActionRetractFact()

ActionRetractFact

public ActionRetractFact(java.lang.String var)