org.optimizationservices.oscommon.nonlinear
Class OSnLNodeUserF

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

public class OSnLNodeUserF
extends OSnLNode

The OSnLNodeUserF class represents a user defined function, with a function name. It uses the arg node along with all the other expression nodes to define a function. 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;, * @see org.optimizationservices.oscommon.nonlinear.OSnLNodeArg;

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