org.openorb.trader.constraint
Class DynamicProperty

java.lang.Object
  extended by org.openorb.trader.constraint.DynamicProperty
All Implemented Interfaces:
org.openorb.constraint.evaluator.DynamicValueEvaluator

public class DynamicProperty
extends java.lang.Object
implements org.openorb.constraint.evaluator.DynamicValueEvaluator

This class is used by the evaluator to get a dynamic property value.

Author:
Jerome Daniel

Constructor Summary
DynamicProperty(Property p)
          Constructor.
 
Method Summary
 java.lang.Object getValue()
          Returns the dynamic property value
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DynamicProperty

public DynamicProperty(Property p)
Constructor. It takes as argument the dynamic property evaluator reference

Method Detail

getValue

public java.lang.Object getValue()
Returns the dynamic property value

Specified by:
getValue in interface org.openorb.constraint.evaluator.DynamicValueEvaluator