Class ActionInsertFactCol52ActionInsertFactAdaptor
- java.lang.Object
-
- org.drools.workbench.models.datamodel.rule.ActionFieldList
-
- org.drools.workbench.models.datamodel.rule.ActionInsertFact
-
- org.drools.workbench.models.guided.dtable.shared.model.adaptors.ActionInsertFactCol52ActionInsertFactAdaptor
-
- All Implemented Interfaces:
org.drools.workbench.models.datamodel.rule.IAction
public class ActionInsertFactCol52ActionInsertFactAdaptor extends org.drools.workbench.models.datamodel.rule.ActionInsertFactAdaptor to use RuleModel class in GuidedDecisionTable
-
-
Constructor Summary
Constructors Constructor Description ActionInsertFactCol52ActionInsertFactAdaptor()ActionInsertFactCol52ActionInsertFactAdaptor(ActionInsertFactCol52 action)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddFieldValue(org.drools.workbench.models.datamodel.rule.ActionFieldValue val)StringgetBoundName()booleanisBound()voidremoveField(int idx)voidsetBoundName(String boundName)-
Methods inherited from class org.drools.workbench.models.datamodel.rule.ActionInsertFact
equals, getFactType, hashCode, setFactType
-
-
-
-
Constructor Detail
-
ActionInsertFactCol52ActionInsertFactAdaptor
public ActionInsertFactCol52ActionInsertFactAdaptor()
-
ActionInsertFactCol52ActionInsertFactAdaptor
public ActionInsertFactCol52ActionInsertFactAdaptor(ActionInsertFactCol52 action)
-
-
Method Detail
-
isBound
public boolean isBound()
- Overrides:
isBoundin classorg.drools.workbench.models.datamodel.rule.ActionInsertFact
-
getBoundName
public String getBoundName()
- Overrides:
getBoundNamein classorg.drools.workbench.models.datamodel.rule.ActionInsertFact
-
setBoundName
public void setBoundName(String boundName)
- Overrides:
setBoundNamein classorg.drools.workbench.models.datamodel.rule.ActionInsertFact
-
removeField
public void removeField(int idx)
- Overrides:
removeFieldin classorg.drools.workbench.models.datamodel.rule.ActionFieldList
-
addFieldValue
public void addFieldValue(org.drools.workbench.models.datamodel.rule.ActionFieldValue val)
- Overrides:
addFieldValuein classorg.drools.workbench.models.datamodel.rule.ActionFieldList
-
-