Class ActionInsertFact
- java.lang.Object
-
- org.drools.workbench.models.datamodel.rule.ActionFieldList
-
- 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
Constructors Constructor Description ActionInsertFact()ActionInsertFact(String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetBoundName()StringgetFactType()inthashCode()booleanisBound()voidsetBoundName(String boundName)voidsetFactType(String factType)-
Methods inherited from class org.drools.workbench.models.datamodel.rule.ActionFieldList
addFieldValue, getFieldValues, removeField, setFieldValues
-
-
-
-
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:
equalsin classActionFieldList
-
hashCode
public int hashCode()
- Overrides:
hashCodein classActionFieldList
-
-