org.drools.base.mvel
Class MVELSalienceExpression

java.lang.Object
  extended by org.drools.base.mvel.MVELSalienceExpression
All Implemented Interfaces:
java.io.Serializable, Salience

public class MVELSalienceExpression
extends java.lang.Object
implements Salience, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
MVELSalienceExpression(java.io.Serializable expr, DroolsMVELFactory factory)
           
 
Method Summary
 int getValue(Tuple tuple, WorkingMemory workingMemory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MVELSalienceExpression

public MVELSalienceExpression(java.io.Serializable expr,
                              DroolsMVELFactory factory)
Method Detail

getValue

public int getValue(Tuple tuple,
                    WorkingMemory workingMemory)
Specified by:
getValue in interface Salience