SolarMetric Kodo JDO 2.5.0 Reverse Schema Tool

com.solarmetric.rd.kodo.query.exp
Class ValuePath

java.lang.Object
  |
  +--com.solarmetric.rd.kodo.query.exp.InMemoryPath
        |
        +--com.solarmetric.rd.kodo.query.exp.ValuePath
All Implemented Interfaces:
InMemoryValue, Path, Value

public class ValuePath
extends InMemoryPath

Represents a path that begins with a variable or parameter.


Constructor Summary
ValuePath(com.solarmetric.rd.kodo.query.exp.InMemoryValue val)
          Constructor.
 
Method Summary
 java.lang.Object evaluate(java.lang.Object candidate, java.lang.Object orig, com.solarmetric.rd.kodo.runtime.PersistenceManagerImpl pm, java.util.Map params)
          Evaluate the given candidate.
 
Methods inherited from class com.solarmetric.rd.kodo.query.exp.InMemoryPath
castTo, get, isVariable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValuePath

public ValuePath(com.solarmetric.rd.kodo.query.exp.InMemoryValue val)
Constructor. Supply context value.

Method Detail

evaluate

public java.lang.Object evaluate(java.lang.Object candidate,
                                 java.lang.Object orig,
                                 com.solarmetric.rd.kodo.runtime.PersistenceManagerImpl pm,
                                 java.util.Map params)
Description copied from interface: InMemoryValue
Evaluate the given candidate.

Specified by:
evaluate in interface InMemoryValue
Overrides:
evaluate in class InMemoryPath

SolarMetric Kodo JDO 2.5.0 Reverse Schema Tool

Copyright 2001,2002,2003 SolarMetric, Inc. All Rights Reserved.