站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss RULES 4.0.0.11754MR2 API 英文版文档

ActionRetractFact (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


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

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

public class ActionRetractFact
extends Object
implements IAction

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

Author:
Michael Neale

Field Summary
 String variableName
           
 
Constructor Summary
ActionRetractFact()
           
ActionRetractFact(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 String variableName
Constructor Detail

ActionRetractFact

public ActionRetractFact()

ActionRetractFact

public ActionRetractFact(String var)


Copyright © 2001-2007 JBoss Inc.. All Rights Reserved.