org.drools.guvnor.models.commons.shared.rule
Class ActionInsertFact
java.lang.Object
org.drools.guvnor.models.commons.shared.rule.ActionFieldList
org.drools.guvnor.models.commons.shared.rule.ActionInsertFact
- All Implemented Interfaces:
- IAction
- Direct Known Subclasses:
- ActionInsertLogicalFact
public class ActionInsertFact
- extends ActionFieldList
This is used when asserting a new fact.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActionInsertFact
public ActionInsertFact(String type)
ActionInsertFact
public ActionInsertFact()
isBound
public boolean isBound()
getBoundName
public String getBoundName()
setBoundName
public void setBoundName(String boundName)
getFactType
public String getFactType()
setFactType
public void setFactType(String factType)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.