org.drools.ide.common.client.modeldriven.brl
Class ActionFieldFunction
java.lang.Object
org.drools.ide.common.client.modeldriven.brl.ActionFieldValue
org.drools.ide.common.client.modeldriven.brl.ActionFieldFunction
- All Implemented Interfaces:
- Serializable, PortableObject, 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.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActionFieldFunction
public ActionFieldFunction()
ActionFieldFunction
public ActionFieldFunction(String field,
String value,
String type)
setMethod
public void setMethod(String methodName)
getMethod
public String getMethod()
Copyright © 2001-2011 JBoss by Red Hat. All Rights Reserved.