Class ActionInsertLogicalFact
- java.lang.Object
-
- org.drools.workbench.models.datamodel.rule.ActionFieldList
-
- org.drools.workbench.models.datamodel.rule.ActionInsertFact
-
- org.drools.workbench.models.datamodel.rule.ActionInsertLogicalFact
-
- All Implemented Interfaces:
IAction
public class ActionInsertLogicalFact extends ActionInsertFact
Logical assertions are used as part of "truth maintenance".
-
-
Constructor Summary
Constructors Constructor Description ActionInsertLogicalFact()ActionInsertLogicalFact(String fact)
-
Method Summary
-
Methods inherited from class org.drools.workbench.models.datamodel.rule.ActionInsertFact
equals, getBoundName, getFactType, hashCode, isBound, setBoundName, setFactType
-
Methods inherited from class org.drools.workbench.models.datamodel.rule.ActionFieldList
addFieldValue, getFieldValues, removeField, setFieldValues
-
-
-
-
Constructor Detail
-
ActionInsertLogicalFact
public ActionInsertLogicalFact(String fact)
-
ActionInsertLogicalFact
public ActionInsertLogicalFact()
-
-