Class ActionFieldFunction
- java.lang.Object
-
- org.drools.workbench.models.datamodel.rule.ActionFieldValue
-
- org.drools.workbench.models.datamodel.rule.ActionFieldFunction
-
- All Implemented Interfaces:
FieldNature
public class ActionFieldFunction extends ActionFieldValue
This node indicates that the user wants to execute a method on some fact in case the LHR matches.
-
-
Constructor Summary
Constructors Constructor Description ActionFieldFunction()ActionFieldFunction(String field, String value, String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetMethod()inthashCode()voidsetMethod(String methodName)
-
-
-
Method Detail
-
setMethod
public void setMethod(String methodName)
-
getMethod
public String getMethod()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classActionFieldValue
-
hashCode
public int hashCode()
- Overrides:
hashCodein classActionFieldValue
-
-