org.drools.spring.pojorule
Class FactArgument

java.lang.Object
  extended by org.drools.spring.pojorule.FactArgument
All Implemented Interfaces:
java.io.Serializable, Argument

public class FactArgument
extends java.lang.Object
implements Argument

See Also:
Serialized Form

Constructor Summary
FactArgument(Declaration declaration)
           
 
Method Summary
 Declaration getDeclaration()
           
 java.lang.Object getValue(Tuple tuple)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FactArgument

public FactArgument(Declaration declaration)
Method Detail

getValue

public java.lang.Object getValue(Tuple tuple)
Specified by:
getValue in interface Argument

getDeclaration

public Declaration getDeclaration()