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

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


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

java.lang.Object
  extended by org.drools.brms.client.modeldriven.brxml.ActionFieldList
      extended by org.drools.brms.client.modeldriven.brxml.ActionAssertFact
All Implemented Interfaces:
IAction, PortableObject
Direct Known Subclasses:
ActionAssertLogicalFact

public class ActionAssertFact
extends ActionFieldList

This is used when asserting a new fact.

Author:
Michael Neale

Field Summary
 String factType
           
 
Fields inherited from class org.drools.brms.client.modeldriven.brxml.ActionFieldList
fieldValues
 
Constructor Summary
ActionAssertFact()
           
ActionAssertFact(String type)
           
 
Method Summary
 String getType()
          This is used mainly for display purposes.
 
Methods inherited from class org.drools.brms.client.modeldriven.brxml.ActionFieldList
addFieldValue, removeField
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

factType

public String factType
Constructor Detail

ActionAssertFact

public ActionAssertFact(String type)

ActionAssertFact

public ActionAssertFact()
Method Detail

getType

public String getType()
This is used mainly for display purposes.



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