Class ActionRetractFact
- java.lang.Object
-
- org.drools.workbench.models.datamodel.rule.ActionRetractFact
-
-
Constructor Summary
Constructors Constructor Description ActionRetractFact()ActionRetractFact(String var)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetVariableName()inthashCode()voidsetVariableName(String variableName)
-
-
-
Constructor Detail
-
ActionRetractFact
public ActionRetractFact()
-
ActionRetractFact
public ActionRetractFact(String var)
-
-