| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.optimizationservices.oscommon.nonlinear.OSnLNode
public abstract class OSnLNode
The OSnLNode class represents a node in an expression tree for a nonlinear function
 (linear ones being special cases) and provide convenience methods to process the node. It is an abstract
 (or generic) node from which we derive concrete operator nodes.
org.optimizationservices.oscommon.nonlinear.OSExpressionTree;| Constructor Summary | |
|---|---|
| OSnLNode() | |
| Method Summary | |
|---|---|
|  boolean | reLabelVariableIndices(int[] newVariableIndices)relabel variable indices, e.g. | 
|  java.lang.String | toString() | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public OSnLNode()
| Method Detail | 
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean reLabelVariableIndices(int[] newVariableIndices)
newVariableIndices - holds the new varialbe indices. For the example above it would be [2, 0, 1].
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||