org.openorb.constraint.evaluator
Interface DynamicValueEvaluator


public interface DynamicValueEvaluator

A dynamic value evaluator allows a property to be dynamically evaluated. It means that runtime properties have to use this interface to be evaluated at run time ( just at the requested evaluation time ).

Author:
Jerome Daniel

Method Summary
 java.lang.Object getValue()
           
 

Method Detail

getValue

java.lang.Object getValue()