Drools Workbench - Data Model API 6.2.1-SNAPSHOT

org.drools.workbench.models.datamodel.rule
Class ActionFieldFunction

java.lang.Object
  extended by org.drools.workbench.models.datamodel.rule.ActionFieldValue
      extended by 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
ActionFieldFunction()
           
ActionFieldFunction(String field, String value, String type)
           
 
Method Summary
 boolean equals(Object o)
           
 String getMethod()
           
 int hashCode()
           
 void setMethod(String methodName)
           
 
Methods inherited from class org.drools.workbench.models.datamodel.rule.ActionFieldValue
getField, getNature, getType, getValue, isFormula, setField, setNature, setType, setValue
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionFieldFunction

public ActionFieldFunction()

ActionFieldFunction

public ActionFieldFunction(String field,
                           String value,
                           String type)
Method Detail

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

Drools Workbench - Data Model API 6.2.1-SNAPSHOT

Copyright © 2001-2016 JBoss by Red Hat. All Rights Reserved.