org.drools.workbench.models.datamodel.rule
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.
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)
equals
public boolean equals(Object o)
- Overrides:
equals in class ActionFieldList
hashCode
public int hashCode()
- Overrides:
hashCode in class ActionFieldList
Copyright © 2001-2016 JBoss by Red Hat. All Rights Reserved.