|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.optimizationservices.oscommon.nonlinear.OSnLNode
org.optimizationservices.oscommon.nonlinear.OSnLNodeVariable
public class OSnLNodeVariable
The OSnLNodeVariable
class represents a variable node in an expression tree.
The variable can be treated as a unary operator with its index as a subscript operand of the "variable operator".
If the variable index is a number, there is no operand node. The number is treated as the variables attribute.
If the variable index is an integer-valued function or a look up from some data source, it is treated no
different from a unary operator.
It extends the abstract OSnLNode class and implements its abstract methods such as
calculateFunction(double[]).
org.optimizationservices.oscommon.nonlinear.OSExpressionTree;
,
org.optimizationservices.oscommon.nonlinear.OSnLNode;
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 |
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |