Drools Workbench - Data Model API 6.2.0.CR4

org.drools.workbench.models.datamodel.rule
Class ActionInsertFact

java.lang.Object
  extended by org.drools.workbench.models.datamodel.rule.ActionFieldList
      extended by org.drools.workbench.models.datamodel.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
 boolean equals(Object o)
           
 String getBoundName()
           
 String getFactType()
           
 int hashCode()
           
 boolean isBound()
           
 void setBoundName(String boundName)
           
 void setFactType(String factType)
           
 
Methods inherited from class org.drools.workbench.models.datamodel.rule.ActionFieldList
addFieldValue, getFieldValues, removeField, setFieldValues
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, 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)

equals

public boolean equals(Object o)
Overrides:
equals in class ActionFieldList

hashCode

public int hashCode()
Overrides:
hashCode in class ActionFieldList

Drools Workbench - Data Model API 6.2.0.CR4

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