org.jboss.seam.drools
Class Decision

java.lang.Object
  extended by 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.


Constructor Summary
Decision()
           
 
Method Summary
 String getOutcome()
           
 void setOutcome(String outcome)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Decision

public Decision()
Method Detail

getOutcome

public String getOutcome()

setOutcome

public void setOutcome(String outcome)