org.jboss.seam.drools
Class Decision
java.lang.Object
org.jboss.seam.drools.Decision
public class Decision
- extends Object
API for setting the result of a decision from rules in
a Drools decision handler.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Decision
public Decision()
getOutcome
public String getOutcome()
setOutcome
public void setOutcome(String outcome)
Copyright © 2013 Seam Framework. All Rights Reserved.