Drools Guvnor - Common Model 6.0.0.Beta1

org.drools.guvnor.models.commons.shared.rule
Class ActionInsertFact

java.lang.Object
  extended by org.drools.guvnor.models.commons.shared.rule.ActionFieldList
      extended by 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.


Constructor Summary
ActionInsertFact()
           
ActionInsertFact(String type)
           
 
Method Summary
 String getBoundName()
           
 String getFactType()
           
 boolean isBound()
           
 void setBoundName(String boundName)
           
 void setFactType(String factType)
           
 
Methods inherited from class org.drools.guvnor.models.commons.shared.rule.ActionFieldList
addFieldValue, getFieldValues, removeField, setFieldValues
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionInsertFact

public ActionInsertFact(String type)

ActionInsertFact

public ActionInsertFact()
Method Detail

isBound

public boolean isBound()

getBoundName

public String getBoundName()

setBoundName

public void setBoundName(String boundName)

getFactType

public String getFactType()

setFactType

public void setFactType(String factType)

Drools Guvnor - Common Model 6.0.0.Beta1

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.