Uses of Class
org.optimizationservices.oscommon.nonlinear.OSExpressionTree

Packages that use OSExpressionTree
org.optimizationservices.oscommon.datastructure.osinstance   
org.optimizationservices.oscommon.localinterface   
org.optimizationservices.oscommon.nonlinear   
org.optimizationservices.oscommon.representationparser   
 

Uses of OSExpressionTree in org.optimizationservices.oscommon.datastructure.osinstance
 

Fields in org.optimizationservices.oscommon.datastructure.osinstance declared as OSExpressionTree
 OSExpressionTree Nl.osExpressionTree
           
 

Uses of OSExpressionTree in org.optimizationservices.oscommon.localinterface
 

Methods in org.optimizationservices.oscommon.localinterface that return OSExpressionTree
 OSExpressionTree OSInstance.getNonlinearExpressionTree(int index)
          Get the nonlinear expression tree of a specific row in .
 OSExpressionTree[] OSInstance.getNonlinearExpressionTrees()
          Get all the nonlinear expression trees.
 

Methods in org.optimizationservices.oscommon.localinterface with parameters of type OSExpressionTree
 boolean OSInstance.addNonlinearExpressionTree(int index, OSExpressionTree osExpressionTree)
          add a nonlinear expression tree.
 

Uses of OSExpressionTree in org.optimizationservices.oscommon.nonlinear
 

Methods in org.optimizationservices.oscommon.nonlinear that return OSExpressionTree
 OSExpressionTree OSExpressionTree.clone()
          clone an expression tree to a new copy.
 

Methods in org.optimizationservices.oscommon.nonlinear with parameters of type OSExpressionTree
 void OSExpressionTree.concatenate(OSExpressionTree eTree)
           
 

Uses of OSExpressionTree in org.optimizationservices.oscommon.representationparser
 

Methods in org.optimizationservices.oscommon.representationparser that return OSExpressionTree
 OSExpressionTree OSiLReader.getNonlinearExpression(int rowIdx)
          Get the nonlinear expression of a certain constraint (row).
 

Methods in org.optimizationservices.oscommon.representationparser with parameters of type OSExpressionTree
 boolean OSiLWriter.addNlNode(OSExpressionTree expressionTree, int rowIdx)
          Add an nl node.
 boolean OSiLWriter.addUserFunction(java.lang.String name, int numArg, OSExpressionTree expressionTree)
          Add a userFunction node.