A B C D E F G H I J K L M N O P Q R S T U V W X

C

calculateConstraintFunctionValues(double[]) - Method in class org.optimizationservices.oscommon.localinterface.OSInstance
Calculate all the constraint function (nonlinear+quadratic+linear) values given the current variable values.
calculateDerivative(double[], int, boolean) - Method in class org.optimizationservices.oscommon.nonlinear.OSExpressionTree
Calculate the function derivative value given the current variable values w.r.t one variable.
calculateDerivatives(double[], boolean) - Method in class org.optimizationservices.oscommon.nonlinear.OSExpressionTree
Calculate the function partial derivatives given the current variable values w.r.t all variables.
calculateFunction(double[]) - Method in class org.optimizationservices.oscommon.nonlinear.OSExpressionTree
Calculate the function value of the expression tree.
calculateFunction(double[], boolean) - Method in class org.optimizationservices.oscommon.nonlinear.OSExpressionTree
Calculate the expression tree function value given the current variable values.
calculateFunction(String[], boolean) - Method in class org.optimizationservices.oscommon.nonlinear.OSExpressionTree
Calculate the expression tree function value given the current variable values.
calculateFunction(int, double[]) - Method in class org.optimizationservices.oscommon.representationparser.OSiLReader
Calculate the function (nonlinear+quadratic+linear) value in a specified constraint (row) given the current variable values.
calculateFunction(int, double[], boolean) - Method in class org.optimizationservices.oscommon.representationparser.OSiLReader
Calculate the function (nonlinear+quadratic+linear) value in a specified constraint (row) given the current variable values.
calculateFunctionGradients(int, double[], boolean) - Method in class org.optimizationservices.oscommon.localinterface.OSInstance
 
calculateFunctionGradients(double[], boolean) - Method in class org.optimizationservices.oscommon.localinterface.OSInstance
 
calculateFunctionHessian(int, double[], boolean) - Method in class org.optimizationservices.oscommon.localinterface.OSInstance
 
calculateFunctionValue(int, double[]) - Method in class org.optimizationservices.oscommon.localinterface.OSInstance
Calculate the function (nonlinear+quadratic+linear) value in a specified row given the current variable values.
calculateHessian(double[], boolean) - Method in class org.optimizationservices.oscommon.nonlinear.OSExpressionTree
Calculate the function Hessian given the current variable values w.r.t all variables.
calculateLagragianFunctionHessian(int, double[], double[], boolean) - Method in class org.optimizationservices.oscommon.localinterface.OSInstance
 
calculateLagragianFunctionHessianTimesVector(int, double[], double[], double[], boolean) - Method in class org.optimizationservices.oscommon.localinterface.OSInstance
 
calculateLinearConstraintFunctions(double[]) - Method in class org.optimizationservices.oscommon.representationparser.OSiLReader
Calculate the all the linear constraint function values given the current variable values.
calculateLinearConstraintFunctionValues(double[]) - Method in class org.optimizationservices.oscommon.localinterface.OSInstance
Calculate all the values of the linear parts of the constraint functions given the current variable values.
calculateLinearFunction(int, double[]) - Method in class org.optimizationservices.oscommon.representationparser.OSiLReader
Calculate the linear function value in a specified constraint (row) given the current variable values.
calculateLinearFunctionValue(int, double[]) - Method in class org.optimizationservices.oscommon.localinterface.OSInstance
Calculate the value of the linear part of a function in a specified row given the current variable values.
calculateLinearObjectiveFunction(int, double[]) - Method in class org.optimizationservices.oscommon.representationparser.OSiLReader
Calculate the linear objective function value given the current variable values.
calculateNonlinearDerivative(int, double[], int, boolean) - Method in class org.optimizationservices.oscommon.representationparser.OSiLReader
Calculate the nonlinear function derivative in a specified constraint (row) given the current variable values w.r.t one variable.
calculateNonlinearDerivatives(int, double[], boolean) - Method in class org.optimizationservices.oscommon.representationparser.OSiLReader
Calculate the nonlinear function derivatives in a specified constraint (row) given the current variable values w.r.t all variables.
calculateNonlinearExpressionGradients(int, double[], boolean) - Method in class org.optimizationservices.oscommon.localinterface.OSInstance
Calculate the nonlinear gradients in a specified row given the current variable.
calculateNonlinearExpressionHessian(int, double[], boolean) - Method in class org.optimizationservices.oscommon.localinterface.OSInstance
Calculate the nonlinear hessian in a specified row given the current variable.
calculateNonlinearExpressionValue(int, double[]) - Method in class org.optimizationservices.oscommon.localinterface.OSInstance
Calculate the nonlinear function value in a specified row given the current variable values.
calculateNonlinearFunction(int, double[]) - Method in class org.optimizationservices.oscommon.representationparser.OSiLReader
Calculate the nonlinear function value in a specified constraint (row) given the current variable values.
calculateNonlinearFunction(int, double[], boolean) - Method in class org.optimizationservices.oscommon.representationparser.OSiLReader
Calculate the nonlinear function value in a specified constraint (row) given the current variable values.
calculateNonlinearFunction(int, String[], boolean) - Method in class org.optimizationservices.oscommon.representationparser.OSiLReader
Calculate the nonlinear function value in a specified constraint (row) given the current variable values.
calculateNonlinearHessianMatrix(int, double[], boolean) - Method in class org.optimizationservices.oscommon.representationparser.OSiLReader
Calculate the nonlinear Hessian in a specified constraint (row) given the current variable values w.r.t all variables.
calculateQuadraticConstraintFunctions(double[]) - Method in class org.optimizationservices.oscommon.representationparser.OSiLReader
Calculate all quadratic constraint function values given the current variable values.
calculateQuadraticConstraintFunctionValues(double[]) - Method in class org.optimizationservices.oscommon.localinterface.OSInstance
Calculate the value of the quadratic part of a function in a specified row given the current variable values.
calculateQuadraticFunction(int, double[]) - Method in class org.optimizationservices.oscommon.representationparser.OSiLReader
Calculate the quadratic function value in a specified constraint (row) given the current variable values.
calculateQuadraticFunctionValue(int, double[]) - Method in class org.optimizationservices.oscommon.localinterface.OSInstance
Calculate the value of the quadratic part of a function in a specified row given the current variable values.
calculateQuadraticObjectiveFunction(int, double[]) - Method in class org.optimizationservices.oscommon.representationparser.OSiLReader
Calculate the quadratic objective function value given the current variable values.
call(String, String) - Method in class org.optimizationservices.oscommon.communicationagent.OSAgentService
 
call(String, String) - Method in class org.optimizationservices.oscommon.communicationagent.OSSimulationAgent
Call a simulation service whose input is given by a string following the Optimization Services simulation Language (OSsL) schema and returns the analysis in a string that follows the Optimization Services simulation Language (OSsL) schema, since OSsL specifies both simulation service input and output.
call(String) - Method in class org.optimizationservices.oscommon.communicationagent.TestASMXAgent
Invoke the Web Services.
call(String) - Method in class org.optimizationservices.oscommon.communicationagent.TestJWSAgent
Invoke the Web Services.
call(String, String) - Method in interface org.optimizationservices.oscommon.communicationinterface.OScL
Call a simulation service whose input is given by a string following the Optimization Services simulation Language (OSsL) schema and returns the result in a string that follows the Optimization Services simulation Language (OSsL) schema, since OSsL specifies both simulation service input and output.
call() - Method in class org.optimizationservices.oscommon.localinterface.DefaultSimulation
The call method that is to be implemented by an OS simulation service.
call(String, String) - Method in class org.optimizationservices.oscommon.util.OSServiceUtil
Call a simulation service whose input is given by a string following the Optimization Services simulation Language (OSsL) schema and returns the result in a string that follows the Optimization Services simulation Language (OSsL) schema, since OSsL specifies both simulation service input and output.
category - Variable in class org.optimizationservices.oscommon.datastructure.osentity.Owner
 
category - Variable in class org.optimizationservices.oscommon.datastructure.osentity.ServiceInfo
 
characters(char[], int, int) - Method in class org.optimizationservices.oscommon.representationparser.FMLHandler
Receive notification of character data.
characters(char[], int, int) - Method in class org.optimizationservices.oscommon.util.SAXContentHandler
Receive notification of character data.
checkLicense(String, String) - Static method in class org.optimizationservices.oscommon.util.OSParameter
check license given a user name and license
checkOSRepository() - Static method in class org.optimizationservices.oscommon.util.CommonUtil
check the OSRepository from the information given in OSRepository.xml and print out relevant information.
checkUserNameAndPassword(String, String) - Static method in class org.optimizationservices.oscommon.util.OSParameter
check user name and password.
CLEAN_UP_FOLDERS - Static variable in class org.optimizationservices.oscommon.util.OSParameter
CLEAN_UP_FOLDERS holds the folder to clean up.
cleanUpDisk() - Static method in class org.optimizationservices.oscommon.util.IOUtil
clean up disks, mainly including deleting temp files.
clone() - Method in class org.optimizationservices.oscommon.nonlinear.OSExpressionTree
clone an expression tree to a new copy.
CODE_DRIVE - Static variable in class org.optimizationservices.oscommon.util.OSParameter
CODE_DRIVE holds the disk drive of the code installation.
CODE_HOME - Static variable in class org.optimizationservices.oscommon.util.OSParameter
CODE_HOME holds the home directory of home.
coef - Variable in class org.optimizationservices.oscommon.datastructure.osinstance.Objective
 
coef - Variable in class org.optimizationservices.oscommon.datastructure.osinstance.QuadraticTerm
 
coefficients - Variable in class org.optimizationservices.oscommon.datastructure.osgeneral.QuadraticTerms
coefficients holds a double array all the quadratic term coefficients.
colIdx - Variable in class org.optimizationservices.oscommon.datastructure.osinstance.LinearConstraintCoefficients
 
columnIndexes - Variable in class org.optimizationservices.oscommon.datastructure.osgeneral.MatrixMarket
columnIndexes holds an integer array of column indexes of the specified matrix elements (usually nonzero).
CommonErrorHandler - Class in org.optimizationservices.oscommon.util
The CommonErrorHandler class is derived from the SAX DefaultHandler class and provides common ways to handle warning, error, and fatalerror.
CommonErrorHandler() - Constructor for class org.optimizationservices.oscommon.util.CommonErrorHandler
 
CommonUtil - Class in org.optimizationservices.oscommon.util
The CommonUtil class contains methods for performing common basic operations used by many classes in the Optimization Services (OS) framework.
CommonUtil() - Constructor for class org.optimizationservices.oscommon.util.CommonUtil
Constructor.
computation - Variable in class org.optimizationservices.oscommon.datastructure.osbenchmark.BenchmarkScores
 
con - Variable in class org.optimizationservices.oscommon.datastructure.osinstance.Constraints
 
con - Variable in class org.optimizationservices.oscommon.datastructure.osresult.DualVariableValues
 
con - Variable in class org.optimizationservices.oscommon.datastructure.osresult.OtherConstraintResult
 
concatenate(OSExpressionTree) - Method in class org.optimizationservices.oscommon.nonlinear.OSExpressionTree
 
ConeAnalysis - Class in org.optimizationservices.oscommon.datastructure.osanalysis
A data structure class that corresponds to an xml element in the OSaL schema.
ConeAnalysis() - Constructor for class org.optimizationservices.oscommon.datastructure.osanalysis.ConeAnalysis
 
coneProgram - Variable in class org.optimizationservices.oscommon.datastructure.osentity.SpecialStructure
 
cones - Variable in class org.optimizationservices.oscommon.datastructure.osanalysis.AnalysisData
 
constant - Variable in class org.optimizationservices.oscommon.datastructure.osinstance.Constraint
 
constant - Variable in class org.optimizationservices.oscommon.datastructure.osinstance.Objective
 
Constraint - Class in org.optimizationservices.oscommon.datastructure.osinstance
A data structure class that corresponds to an xml element in the OSiL schema.
Constraint() - Constructor for class org.optimizationservices.oscommon.datastructure.osinstance.Constraint
 
ConstraintAnalysis - Class in org.optimizationservices.oscommon.datastructure.osanalysis
A data structure class that corresponds to an xml element in the OSaL schema.
ConstraintAnalysis() - Constructor for class org.optimizationservices.oscommon.datastructure.osanalysis.ConstraintAnalysis
 
constraintDifferentiability - Variable in class org.optimizationservices.oscommon.datastructure.osentity.OptimizationInfo
 
constraintLinearity - Variable in class org.optimizationservices.oscommon.datastructure.osentity.OptimizationInfo
 
ConstraintOption - Class in org.optimizationservices.oscommon.datastructure.osoption
A data structure class that corresponds to an xml element in the OSoL schema.
ConstraintOption() - Constructor for class org.optimizationservices.oscommon.datastructure.osoption.ConstraintOption
 
constraints - Variable in class org.optimizationservices.oscommon.datastructure.osanalysis.AnalysisData
 
Constraints - Class in org.optimizationservices.oscommon.datastructure.osinstance
A data structure class that corresponds to an xml element in the OSiL schema.
Constraints() - Constructor for class org.optimizationservices.oscommon.datastructure.osinstance.Constraints
 
constraints - Variable in class org.optimizationservices.oscommon.datastructure.osinstance.InstanceData
 
constraints - Variable in class org.optimizationservices.oscommon.datastructure.osoption.OptimizationOption
 
constraints - Variable in class org.optimizationservices.oscommon.datastructure.osresult.OptimizationSolution
 
ConstraintSolution - Class in org.optimizationservices.oscommon.datastructure.osresult
A data structure class that corresponds to an xml element in the OSrL schema.
ConstraintSolution() - Constructor for class org.optimizationservices.oscommon.datastructure.osresult.ConstraintSolution
 
constraintType - Variable in class org.optimizationservices.oscommon.datastructure.osentity.OptimizationInfo
 
Contact - Class in org.optimizationservices.oscommon.datastructure.osentity
A data structure class that corresponds to an xml element in the OSeL schema.
Contact() - Constructor for class org.optimizationservices.oscommon.datastructure.osentity.Contact
 
contact - Variable in class org.optimizationservices.oscommon.datastructure.osentity.Owner
 
contact - Variable in class org.optimizationservices.oscommon.datastructure.osoption.GeneralOption
 
ContactOption - Class in org.optimizationservices.oscommon.datastructure.osoption
A data structure class that corresponds to an xml element in the OSoL schema.
ContactOption() - Constructor for class org.optimizationservices.oscommon.datastructure.osoption.ContactOption
 
convertLinearConstraintCoefficientMatrixToTheOtherMajor(boolean, int[], int[], double[], int) - Static method in class org.optimizationservices.oscommon.util.MathUtil
convert linear constraint coefficient matrix (row or column major) to the other major (column or row)
convertToOSiL() - Method in class org.optimizationservices.oscommon.representationparser.FMLReader
Converts an FML instance to an OSiL linear instance.
copyFile(String, String) - Static method in class org.optimizationservices.oscommon.util.IOUtil
copy a file.
CPU_SPEED - Static variable in class org.optimizationservices.oscommon.util.OSParameter
CPU_SPEED holds the cpu speed of the server.
cpuNumber - Variable in class org.optimizationservices.oscommon.datastructure.osentity.HardwareInfo
 
cpuSpeed - Variable in class org.optimizationservices.oscommon.datastructure.osentity.HardwareInfo
 
createFile(String) - Static method in class org.optimizationservices.oscommon.util.IOUtil
Create a file.
createNativeDateTime(long) - Static method in class org.optimizationservices.oscommon.util.CommonUtil
create the native dateTime from a the timeMillis, which is the millisecond since 1/1/1970.
createNativeDateTime(String) - Static method in class org.optimizationservices.oscommon.util.XMLUtil
Create the the native date/time from the standard xs:dateTime.
createNewDocument() - Static method in class org.optimizationservices.oscommon.util.XMLUtil
Obtain a new instance of a DOM Document object to build a DOM tree with.
createOSRepository() - Static method in class org.optimizationservices.oscommon.util.CommonUtil
Create the OSRepository from the information given in OSRepository.xml.
createOSxLRootElement(Document, String) - Static method in class org.optimizationservices.oscommon.util.XMLUtil
Create the basic OSxL root element.
createTransformerFromFile(String) - Static method in class org.optimizationservices.oscommon.util.XSLTUtil
Create an xslt transformer from an xslt transformation file.
createTransformerFromString(String) - Static method in class org.optimizationservices.oscommon.util.XSLTUtil
Create an xslt transformer from an xslt string.
createXSDateTime(GregorianCalendar) - Static method in class org.optimizationservices.oscommon.util.XMLUtil
Create the standard xs:dateTime string from the native date/time
currentJobCount - Variable in class org.optimizationservices.oscommon.datastructure.osprocess.ProcessStatistics
 
currentState - Variable in class org.optimizationservices.oscommon.datastructure.osprocess.ProcessStatistics
 
currentState - Variable in class org.optimizationservices.oscommon.datastructure.osquery.StandardQuery
 

A B C D E F G H I J K L M N O P Q R S T U V W X