org.optimizationservices.oscommon.nonlinear
Class OSnLNodeXPath

java.lang.Object
  extended by org.optimizationservices.oscommon.nonlinear.OSnLNode
      extended by org.optimizationservices.oscommon.nonlinear.OSnLNodeXPath

public class OSnLNodeXPath
extends OSnLNode

The OSnLNodeXPath class represents an XPath node in an expression tree. An XPath node is mainly used for look up inside an xml document given URI/Path and a bunch of XPath indexes that represent index names and values inside the xml document. it extends the abstract OSnLNode class and implements its abstract methods such as calculateFunction(double[]).

Since:
OS 1.0
Version:
1.0, 03/14/2004
Author:
Robert Fourer, Jun Ma, Kipp Martin
See Also:
org.optimizationservices.oscommon.nonlinear.OSExpressionTree;, org.optimizationservices.oscommon.nonlinear.OSnLNode;, org.optimizationservices.oscommon.nonlinear.OSnLNodeXPathIndex;

Method Summary
 
Methods inherited from class org.optimizationservices.oscommon.nonlinear.OSnLNode
reLabelVariableIndices, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait