org.drools.workbench.models.datamodel.rule
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.
ActionFieldFunction
public ActionFieldFunction()
ActionFieldFunction
public ActionFieldFunction(String field,
String value,
String type)
setMethod
public void setMethod(String methodName)
getMethod
public String getMethod()
equals
public boolean equals(Object o)
- Overrides:
equals in class ActionFieldValue
hashCode
public int hashCode()
- Overrides:
hashCode in class ActionFieldValue
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.