org.drools.ide.common.client.modeldriven.brl
Class ActionInsertFact

java.lang.Object
  extended by org.drools.ide.common.client.modeldriven.brl.ActionFieldList
      extended by org.drools.ide.common.client.modeldriven.brl.ActionInsertFact
All Implemented Interfaces:
Serializable, IAction, PortableObject
Direct Known Subclasses:
ActionInsertLogicalFact

public class ActionInsertFact
extends ActionFieldList

This is used when asserting a new fact.

See Also:
Serialized Form

Field Summary
 String factType
           
 
Fields inherited from class org.drools.ide.common.client.modeldriven.brl.ActionFieldList
fieldValues
 
Constructor Summary
ActionInsertFact()
           
ActionInsertFact(String type)
           
 
Method Summary
 String getBoundName()
           
 boolean isBound()
           
 void setBoundName(String boundName)
           
 
Methods inherited from class org.drools.ide.common.client.modeldriven.brl.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

ActionInsertFact

public ActionInsertFact(String type)

ActionInsertFact

public ActionInsertFact()
Method Detail

isBound

public boolean isBound()

getBoundName

public String getBoundName()

setBoundName

public void setBoundName(String boundName)


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