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

S

SAVE_INPUTS - Static variable in class org.optimizationservices.oscommon.util.OSParameter
SAVE_INPUTS holds whether to save the OSiL and OSoL input arguments of the solve or send method.
SAX_PARSER_FEATURE - Static variable in class org.optimizationservices.oscommon.util.OSConstant
SAX_PARSER_FEATURE holds the constant of the sax parser feature.
SAX_PARSER_XERCES - Static variable in class org.optimizationservices.oscommon.util.OSConstant
SAX_PARSER_CLASS holds the constant of the actual xerces class that does SAX parsing.
SAX_VALIDATION_FEATURE - Static variable in class org.optimizationservices.oscommon.util.OSConstant
SAX_VALIDATION_FEATURE holds the constant for whether to set validation feature or not.
SAXContentHandler - Class in org.optimizationservices.oscommon.util
The SAXContentHandler implements the ContentHanddler interface.
SAXContentHandler() - Constructor for class org.optimizationservices.oscommon.util.SAXContentHandler
 
scheduledStartTime - Variable in class org.optimizationservices.oscommon.datastructure.osoption.JobOption
 
scheduledStartTime - Variable in class org.optimizationservices.oscommon.datastructure.osprocess.JobStatistics
scheduledStartTime holds the scheduled start time of the job.
SCHEDULER_WITH_REGISTRY - Static variable in class org.optimizationservices.oscommon.util.OSParameter
SCHEDULER_WITH_REGISTRY holds whether the scheduler service locally sits with the registry service in the same web application.
SCHEMA_FEATURE - Static variable in class org.optimizationservices.oscommon.util.OSConstant
SCHEMA_FEATURE holds the constant for whether to set the schema validation feature or not.
schemaLocation - Variable in class org.optimizationservices.oscommon.util.SAXContentHandler
schemaLocation holds the location of an external schema location.
scores - Variable in class org.optimizationservices.oscommon.datastructure.osbenchmark.BenchmarkData
 
SecurityUtil - Class in org.optimizationservices.oscommon.util
The SecurityUtil class contains methods for performing common basic security related operations used by various classes in the Optimization Services (OS) framework.
SecurityUtil() - Constructor for class org.optimizationservices.oscommon.util.SecurityUtil
 
SemidefiniteBlockAnalysis - Class in org.optimizationservices.oscommon.datastructure.osanalysis
A data structure class that corresponds to an xml element in the OSaL schema.
SemidefiniteBlockAnalysis() - Constructor for class org.optimizationservices.oscommon.datastructure.osanalysis.SemidefiniteBlockAnalysis
 
semidefiniteBlocks - Variable in class org.optimizationservices.oscommon.datastructure.osanalysis.AnalysisData
 
semidefiniteProgram - Variable in class org.optimizationservices.oscommon.datastructure.osentity.SpecialStructure
 
send(String, String) - Method in class org.optimizationservices.oscommon.communicationagent.OSAnalyzerAgent
Methods in OShL that are not implemented.
send(String, String) - Method in class org.optimizationservices.oscommon.communicationagent.OSSolverAgent
Send (or asynchronously solve) an optimization problem with options.
send(String, String) - Method in interface org.optimizationservices.oscommon.communicationinterface.OShL
Send (or asynchronously solve) an optimization problem with options.
send(String, String, String, String, String, String, String) - Static method in class org.optimizationservices.oscommon.util.MailUtil
send an email.
send(String, String) - Method in class org.optimizationservices.oscommon.util.OSServiceUtil
Send (or asynchronously solve) an instance to a solver, analyzer or scheduler service whose input is given by a string following the OSiL schema and returns the result in a string that follows OSrL schema.
sendInThread(String, String, String, String, String, String, String) - Static method in class org.optimizationservices.oscommon.util.MailUtil
send an email in a thread so that there is no wait time.
service - Variable in class org.optimizationservices.oscommon.datastructure.osbenchmark.BenchmarkScores
 
service - Variable in class org.optimizationservices.oscommon.datastructure.osentity.EntityData
 
service - Variable in class org.optimizationservices.oscommon.localinterface.OSOption
service holds the service option specified by the OSoL Schema.
service - Variable in class org.optimizationservices.oscommon.localinterface.OSRegistry
service holds an array of registered services in the os registry.
SERVICE_NAME - Static variable in class org.optimizationservices.oscommon.util.OSParameter
SERVICE_NAME holds the service name.
SERVICE_POLLING_INTERVAL_LONG - Static variable in class org.optimizationservices.oscommon.util.OSParameter
SERVICE_POLLING_INTERVAL_LONG holds the number of milli-seconds that a service periodically carries out maintentance.
SERVICE_POLLING_INTERVAL_MEDIUM - Static variable in class org.optimizationservices.oscommon.util.OSParameter
SERVICE_POLLING_INTERVAL_MEDIUM holds the number of milli-seconds that a service periodically carries out maintentance.
SERVICE_POLLING_INTERVAL_SHORT - Static variable in class org.optimizationservices.oscommon.util.OSParameter
SERVICE_POLLING_INTERVAL_SHORT holds the number of milli-seconds that a service periodically carries out maintentance.
SERVICE_TYPE - Static variable in class org.optimizationservices.oscommon.util.OSParameter
SERVICE_TYPE holds the service type.
SERVICE_URI - Static variable in class org.optimizationservices.oscommon.util.OSParameter
SERVICE_URI holds the service uri.
ServiceEntry - Class in org.optimizationservices.oscommon.datastructure.osregistry
A data structure class that corresponds to an xml element in the OSRegistry schema.
ServiceEntry() - Constructor for class org.optimizationservices.oscommon.datastructure.osregistry.ServiceEntry
 
serviceHashTable - Static variable in class org.optimizationservices.oscommon.util.DefaultRegistry
serviceHashTable holds a hash table of registered services.
ServiceInfo - Class in org.optimizationservices.oscommon.datastructure.osentity
A data structure class that corresponds to an xml element in the OSeL schema.
ServiceInfo() - Constructor for class org.optimizationservices.oscommon.datastructure.osentity.ServiceInfo
 
serviceName - Variable in class org.optimizationservices.oscommon.datastructure.osanalysis.AnalysisHeader
 
serviceName - Variable in class org.optimizationservices.oscommon.datastructure.osbenchmark.BenchmarkHeader
 
serviceName - Variable in class org.optimizationservices.oscommon.datastructure.osentity.EntityHeader
 
serviceName - Variable in class org.optimizationservices.oscommon.datastructure.osoption.GeneralOption
 
serviceName - Variable in class org.optimizationservices.oscommon.datastructure.osprocess.ProcessHeader
 
serviceName - Variable in class org.optimizationservices.oscommon.datastructure.osresult.ResultHeader
 
serviceName - Variable in class org.optimizationservices.oscommon.datastructure.osuri.URI
 
serviceName - Variable in class org.optimizationservices.oscommon.util.DefaultRegistry
serviceName holds the service name.
serviceName - Variable in class org.optimizationservices.oscommon.util.OSServiceUtil
serviceName holds the service name.
ServiceOption - Class in org.optimizationservices.oscommon.datastructure.osoption
A data structure class that corresponds to an xml element in the OSoL schema.
ServiceOption() - Constructor for class org.optimizationservices.oscommon.datastructure.osoption.ServiceOption
 
SERVICES - Static variable in class org.optimizationservices.oscommon.util.OSConstant
 
serviceType - Variable in class org.optimizationservices.oscommon.datastructure.osquery.StandardQuery
 
serviceType - Variable in class org.optimizationservices.oscommon.util.DefaultRegistry
serviceType holds the service type.
serviceType - Variable in class org.optimizationservices.oscommon.util.OSServiceUtil
serviceType holds the service type.
serviceURI - Variable in class org.optimizationservices.oscommon.datastructure.osanalysis.AnalysisHeader
 
serviceURI - Variable in class org.optimizationservices.oscommon.datastructure.osbenchmark.BenchmarkHeader
 
serviceURI - Variable in class org.optimizationservices.oscommon.datastructure.osentity.EntityHeader
 
serviceURI - Variable in class org.optimizationservices.oscommon.datastructure.osoption.GeneralOption
 
serviceURI - Variable in class org.optimizationservices.oscommon.datastructure.osprocess.JobStatistics
serviceURI holds the URI of the service that the job is submitted to.
serviceURI - Variable in class org.optimizationservices.oscommon.datastructure.osprocess.ProcessHeader
 
serviceURI - Variable in class org.optimizationservices.oscommon.datastructure.osresult.ResultHeader
 
serviceURI - Variable in class org.optimizationservices.oscommon.util.DefaultRegistry
serviceURI holds the service uri.
serviceURI - Variable in class org.optimizationservices.oscommon.util.OSServiceUtil
serviceURI holds the service uri.
serviceUtilization - Variable in class org.optimizationservices.oscommon.datastructure.osprocess.ProcessStatistics
 
setAccessLimits(AccessLimits) - Method in class org.optimizationservices.oscommon.localinterface.OSEntity
Set the access limit information of the service entity.
setAccessLimits(AccessLimits) - Method in class org.optimizationservices.oscommon.representationparser.OSeLWriter
Set the access limit information of the service entity.
setAMatrix(boolean, double[], int[], int[], int[]) - Method in class org.optimizationservices.oscommon.representationparser.FMLWriter
Set the AMatrix related elements.
setAnalysisMessage(String) - Method in class org.optimizationservices.oscommon.localinterface.OSAnalysis
Set analysis message.
setAnalysisMessage(String) - Method in class org.optimizationservices.oscommon.representationparser.OSaLWriter
Set analysis message.
setAnalysisStatus(AnalysisStatus) - Method in class org.optimizationservices.oscommon.localinterface.OSAnalysis
Set analysis status
setAnalysisStatus(AnalysisStatus) - Method in class org.optimizationservices.oscommon.representationparser.OSaLWriter
Set analysis status
setAnalysisTime(GregorianCalendar) - Method in class org.optimizationservices.oscommon.localinterface.OSAnalysis
Set analysis time.
setAnalysisTime(GregorianCalendar) - Method in class org.optimizationservices.oscommon.representationparser.OSaLWriter
Set analysis time.
setAvailableDiskSpace(double) - Method in class org.optimizationservices.oscommon.localinterface.OSProcess
Set the available disk space.
setAvailableDiskSpace(double) - Method in class org.optimizationservices.oscommon.localinterface.OSResult
Set the available disk space.
setAvailableDiskSpace(double) - Method in class org.optimizationservices.oscommon.representationparser.OSpLWriter
Set the available disk space (in bytes).
setAvailableDiskSpace(double) - Method in class org.optimizationservices.oscommon.representationparser.OSrLWriter
Set the available disk space.
setAvailableMemory(double) - Method in class org.optimizationservices.oscommon.localinterface.OSProcess
Set the available memory (in bytes).
setAvailableMemory(double) - Method in class org.optimizationservices.oscommon.localinterface.OSResult
Set the available memory (in bytes).
setAvailableMemory(double) - Method in class org.optimizationservices.oscommon.representationparser.OSpLWriter
Set the available memory (in bytes).
setAvailableMemory(double) - Method in class org.optimizationservices.oscommon.representationparser.OSrLWriter
Set the available memory (in bytes).
setBenchmarkMessage(String) - Method in class org.optimizationservices.oscommon.localinterface.OSBenchmark
Set the benchmark message.
setBenchmarkMessage(String) - Method in class org.optimizationservices.oscommon.representationparser.OSbLWriter
Set the benchmark message.
setBenchmarkScores(BenchmarkScores) - Method in class org.optimizationservices.oscommon.localinterface.OSBenchmark
Set the benchmark scores.
setBenchmarkScores(BenchmarkScores) - Method in class org.optimizationservices.oscommon.representationparser.OSbLWriter
Set the benchmark scores.
setBenchmarkStatistics(BenchmarkStatistics) - Method in class org.optimizationservices.oscommon.localinterface.OSBenchmark
Set the benchmark statistics.
setBenchmarkStatistics(BenchmarkStatistics) - Method in class org.optimizationservices.oscommon.representationparser.OSbLWriter
Set the benchmark statistics.
setBenchmarkTime(GregorianCalendar) - Method in class org.optimizationservices.oscommon.localinterface.OSBenchmark
Set time of the last benchmark.
setBenchmarkTime(GregorianCalendar) - Method in class org.optimizationservices.oscommon.representationparser.OSbLWriter
Set time of the last benchmark.
setConstraintAnalysis(ConstraintAnalysis) - Method in class org.optimizationservices.oscommon.localinterface.OSAnalysis
Set analysis of the constraints.
setConstraintAnalysis(ConstraintAnalysis) - Method in class org.optimizationservices.oscommon.representationparser.OSaLWriter
Set analysis of the constraints.
setConstraintNumber(int) - Method in class org.optimizationservices.oscommon.localinterface.OSAnalysis
Set the constraint number.
setConstraintNumber(int) - Method in class org.optimizationservices.oscommon.localinterface.OSInstance
set the constraint number.
setConstraintNumber(int) - Method in class org.optimizationservices.oscommon.localinterface.OSOption
Set the constraint number.
setConstraintNumber(int) - Method in class org.optimizationservices.oscommon.localinterface.OSResult
Set the constraint number.
setConstraintNumber(int) - Method in class org.optimizationservices.oscommon.representationparser.OSaLWriter
Set the constraint number.
setConstraintNumber(int) - Method in class org.optimizationservices.oscommon.representationparser.OSoLWriter
Set the constraint number.
setConstraintNumber(int) - Method in class org.optimizationservices.oscommon.representationparser.OSrLWriter
Set the constraint number.
setConstraints(int, String[], double[], double[], double[]) - Method in class org.optimizationservices.oscommon.localinterface.OSInstance
set all the constraint related elements.
setConstraints(String[], double[], double[]) - Method in class org.optimizationservices.oscommon.representationparser.FMLWriter
Set the constraint related elements.
setConstraints(int, String[], double[], double[], double[]) - Method in class org.optimizationservices.oscommon.representationparser.OSiLWriter
Set the constraint related elements.
setContactAddress(String) - Method in class org.optimizationservices.oscommon.localinterface.OSOption
Set the contact address to respond to the requester.
setContactAddress(String) - Method in class org.optimizationservices.oscommon.representationparser.OSoLWriter
Set the contact address to respond to the requester.
setContactTransportType(String) - Method in class org.optimizationservices.oscommon.localinterface.OSOption
Set the contact transport type to respond to the requester, smtp (for email), osp (for knocking back on the requester), etc.
setContactTransportType(String) - Method in class org.optimizationservices.oscommon.representationparser.OSoLWriter
Set the contact transport type to respond to the requester, smtp (for email), osp (for knocking back on the requester), etc.
setCurrentJobCount(int) - Method in class org.optimizationservices.oscommon.localinterface.OSProcess
Set the current job count.
setCurrentJobCount(int) - Method in class org.optimizationservices.oscommon.localinterface.OSResult
Set the current job count.
setCurrentJobCount(int) - Method in class org.optimizationservices.oscommon.representationparser.OSpLWriter
Set the current job count.
setCurrentJobCount(int) - Method in class org.optimizationservices.oscommon.representationparser.OSrLWriter
Set the current job count.
setCurrentState(String) - Method in class org.optimizationservices.oscommon.localinterface.OSProcess
Set the current state.
setCurrentState(String) - Method in class org.optimizationservices.oscommon.localinterface.OSResult
Set the current state.
setCurrentState(String) - Method in class org.optimizationservices.oscommon.representationparser.OSpLWriter
Set the current state.
setCurrentState(String) - Method in class org.optimizationservices.oscommon.representationparser.OSrLWriter
Set the current state.
setDefaultOptionNamesAndValues(OSOption) - Method in class org.optimizationservices.oscommon.localinterface.OSEntity
Set the default option names and values in the standard OSOption structure which is specified by the OSoL schema.
setDefaultOptionNamesAndValues(OSOption) - Method in class org.optimizationservices.oscommon.representationparser.OSeLWriter
Set the default option names and values in the standard OSOption structure which is specified by the OSoL schema.
setDescription(String) - Method in class org.optimizationservices.oscommon.localinterface.OSRegistry
Set the OSRegistry description.
setDescription(String) - Method in class org.optimizationservices.oscommon.localinterface.OSRepository
Set the OSRepository description.
setDescription(String, int, int) - Method in class org.optimizationservices.oscommon.representationparser.FMLWriter
Set the linearProgramDescription related elements.
setDescription(String) - Method in class org.optimizationservices.oscommon.representationparser.OSRegistryWriter
Set the description element.
setDescription(String) - Method in class org.optimizationservices.oscommon.representationparser.OSRepositoryWriter
Set the description element.
setDirectoriesToDelete(String[]) - Method in class org.optimizationservices.oscommon.localinterface.OSOption
Set the directories to delete after running the job, which is a string array of paths.
setDirectoriesToDelete(String[]) - Method in class org.optimizationservices.oscommon.representationparser.OSoLWriter
Set the directories to delete after running the job, which is a string array of paths.
setDirectoriesToMake(String[]) - Method in class org.optimizationservices.oscommon.localinterface.OSOption
Set the directories to make before running the job, which is a string array of paths.
setDirectoriesToMake(String[]) - Method in class org.optimizationservices.oscommon.representationparser.OSoLWriter
Set the directories to make before running the job, which is a string array of paths.
setDocument(Document) - Method in class org.optimizationservices.oscommon.representationparser.OSgLReader
set document
setDocument(Document) - Method in class org.optimizationservices.oscommon.representationparser.OSgLWriter
 
setDocumentLocator(Locator) - Method in class org.optimizationservices.oscommon.util.SAXContentHandler
Receive an object for locating the origin of SAX document events.
setDualSolution(String[], double[], int[]) - Method in class org.optimizationservices.oscommon.representationparser.FMLWriter
Set the dual solution related elements.
setDualVariableValues(int, double[]) - Method in class org.optimizationservices.oscommon.localinterface.OSResult
Set the [i]th optimization solution's dual variable values, where i equals the given solution index.
setDualVariableValues(int, double[]) - Method in class org.optimizationservices.oscommon.representationparser.OSrLWriter
Set the [i]th optimization solution's dual variable values, where i equals the given solution index.
setElementValue(Element, String) - Static method in class org.optimizationservices.oscommon.util.XMLUtil
Set the value (i.e.
setExpressionTree(Element) - Method in class org.optimizationservices.oscommon.nonlinear.OSExpressionTree
Set the expression tree with an XML element from an OSiL instance that represents a root node of the expression tree.
setExpressionTreeFromInfix(Vector, int, int) - Method in class org.optimizationservices.oscommon.nonlinear.OSExpressionTree
Set the expression tree with from a tokenized string vector in infix format.
setExpressionTreeFromPostfix(Vector, int, int) - Method in class org.optimizationservices.oscommon.nonlinear.OSExpressionTree
Set the expression tree with from a tokenized string vector in postfix format.
setExpressionTreeFromPrefix(Vector, int, int) - Method in class org.optimizationservices.oscommon.nonlinear.OSExpressionTree
Set the expression tree with from a tokenized string vector in prefix format.
setFilesToCreate(String[]) - Method in class org.optimizationservices.oscommon.localinterface.OSOption
Set the files to create before running the job, which is a string array of paths.
setFilesToCreate(String[]) - Method in class org.optimizationservices.oscommon.representationparser.OSoLWriter
Set the files to create before running the job, which is a string array of paths.
setFilesToDelete(String[]) - Method in class org.optimizationservices.oscommon.localinterface.OSOption
Set the files to delete after running the job, which is a string array of paths.
setFilesToDelete(String[]) - Method in class org.optimizationservices.oscommon.representationparser.OSoLWriter
Set the files to delete after running the job, which is a string array of paths.
setGeneralMessage(String) - Method in class org.optimizationservices.oscommon.localinterface.OSResult
Set the general message.
setGeneralMessage(String) - Method in class org.optimizationservices.oscommon.representationparser.OSrLWriter
Set the general message.
setGeneralStatus(GeneralStatus) - Method in class org.optimizationservices.oscommon.localinterface.OSResult
Set the general status
setGeneralStatus(GeneralStatus) - Method in class org.optimizationservices.oscommon.representationparser.OSrLWriter
Set the general status
setGeneralStatusDescription(String) - Method in class org.optimizationservices.oscommon.localinterface.OSResult
Set the general status description.
setGeneralStatusDescription(String) - Method in class org.optimizationservices.oscommon.representationparser.OSrLWriter
Set the general status description.
setGeneralStatusType(String) - Method in class org.optimizationservices.oscommon.localinterface.OSResult
Set the general status type, which can be: success, error, warning.
setGeneralStatusType(String) - Method in class org.optimizationservices.oscommon.representationparser.OSrLWriter
Set the general status type, which can be: success, error, warning.
setGlobalDefinition(Element) - Method in class org.optimizationservices.oscommon.nonlinear.OSExpressionTree
Set global definitions such as defined userFunctions, simulations, xmlData etc that are used by all the expression trees.
setInitialVariableValues(double[]) - Method in class org.optimizationservices.oscommon.localinterface.OSOption
Set initial variable values (double[]).
setInitialVariableValues(double[]) - Method in class org.optimizationservices.oscommon.representationparser.OSoLWriter
Set initial variable values (double[]).
setInput(String[], String[], String[]) - Method in class org.optimizationservices.oscommon.representationparser.OSsLWriter
Set the input related elements.
setInputElement(String, String, String) - Method in class org.optimizationservices.oscommon.representationparser.OSsLWriter
Set an input el element.
setInputFilesToCopyFrom(String[]) - Method in class org.optimizationservices.oscommon.localinterface.OSOption
Set the input files to copy from before running the job, which is a string array of paths.
setInputFilesToCopyFrom(String[]) - Method in class org.optimizationservices.oscommon.representationparser.OSoLWriter
Set the input files to copy from before running the job, which is a string array of paths.
setInputFilesToCopyTo(String[]) - Method in class org.optimizationservices.oscommon.localinterface.OSOption
Set the input files to copy to before running the job, which is a string array of paths.
setInputFilesToCopyTo(String[]) - Method in class org.optimizationservices.oscommon.representationparser.OSoLWriter
Set the input files to copy to before running the job, which is a string array of paths.
setInputFilesToMoveFrom(String[]) - Method in class org.optimizationservices.oscommon.localinterface.OSOption
Set the input files to move from before running the job, which is a string array of paths.
setInputFilesToMoveFrom(String[]) - Method in class org.optimizationservices.oscommon.representationparser.OSoLWriter
Set the input files to move from before running the job, which is a string array of paths.
setInputFilesToMoveTo(String[]) - Method in class org.optimizationservices.oscommon.localinterface.OSOption
Set the input files to move to before running the job, which is a string array of paths.
setInputFilesToMoveTo(String[]) - Method in class org.optimizationservices.oscommon.representationparser.OSoLWriter
Set the input files to move to before running the job, which is a string array of paths.
setInputOrOutput(boolean, HashMap<String, String>) - Method in class org.optimizationservices.oscommon.representationparser.OSsLReader
Set the hash map of the input or output of name-value pairs for the simulation.
setInstanceAddress(String) - Method in class org.optimizationservices.oscommon.localinterface.OSOption
Set the instance address to get the instance.
setInstanceAddress(String) - Method in class org.optimizationservices.oscommon.representationparser.OSoLWriter
Set the instance address to get the instance.
setInstanceAnalysis(InstanceAnalysis) - Method in class org.optimizationservices.oscommon.localinterface.OSAnalysis
Set analysis of the entire instance.
setInstanceAnalysis(InstanceAnalysis) - Method in class org.optimizationservices.oscommon.representationparser.OSaLWriter
Set analysis of the entire instance.
setInstanceDescription(String) - Method in class org.optimizationservices.oscommon.localinterface.OSInstance
set the instance description.
setInstanceHeader(String, String, String) - Method in class org.optimizationservices.oscommon.representationparser.OSiLWriter
Set the InstanceHeader related elements.
setInstanceLocationType(String) - Method in class org.optimizationservices.oscommon.localinterface.OSOption
Set the instance location type to get the instance.
setInstanceLocationType(String) - Method in class org.optimizationservices.oscommon.representationparser.OSoLWriter
Set the instance location type to get the instance.
setInstanceName(String) - Method in class org.optimizationservices.oscommon.localinterface.OSAnalysis
Set instance name.
setInstanceName(String) - Method in class org.optimizationservices.oscommon.localinterface.OSInstance
set the instance name.
setInstanceName(String) - Method in class org.optimizationservices.oscommon.localinterface.OSOption
Set instance name.
setInstanceName(String) - Method in class org.optimizationservices.oscommon.localinterface.OSResult
Set instance name.
setInstanceName(String) - Method in class org.optimizationservices.oscommon.representationparser.OSaLWriter
Set instance name.
setInstanceName(String) - Method in class org.optimizationservices.oscommon.representationparser.OSoLWriter
Set instance name.
setInstanceName(String) - Method in class org.optimizationservices.oscommon.representationparser.OSrLWriter
Set instance name.
setInstances(RepositoryInstance[]) - Method in class org.optimizationservices.oscommon.localinterface.OSRepository
Set the OSRepository instances.
setInstances(RepositoryInstance[]) - Method in class org.optimizationservices.oscommon.representationparser.OSRepositoryWriter
Set the OSRepository instances.
setInstanceSource(String) - Method in class org.optimizationservices.oscommon.localinterface.OSInstance
set the instance source.
setJobDependencies(String[]) - Method in class org.optimizationservices.oscommon.localinterface.OSOption
Get the dependencies of the current job, which is a string array of ids of the jobs that have run before the current job.
setJobDependencies(String[]) - Method in class org.optimizationservices.oscommon.representationparser.OSoLWriter
Get the dependencies of the current job, which is a string array of ids of the jobs that have run before the current job.
setJobID(String) - Method in class org.optimizationservices.oscommon.localinterface.OSAnalysis
Set jobID.
setJobID(String) - Method in class org.optimizationservices.oscommon.localinterface.OSOption
Set jobID.
setJobID(String) - Method in class org.optimizationservices.oscommon.localinterface.OSResult
Set job id.
setJobID(String) - Method in class org.optimizationservices.oscommon.representationparser.OSaLWriter
Set jobID.
setJobID(String) - Method in class org.optimizationservices.oscommon.representationparser.OSoLWriter
Set jobID.
setJobID(String) - Method in class org.optimizationservices.oscommon.representationparser.OSrLWriter
Set job id.
setJobMaxTime(double) - Method in class org.optimizationservices.oscommon.localinterface.OSOption
Set the maximum time before the job is terminated.
setJobMaxTime(double) - Method in class org.optimizationservices.oscommon.representationparser.OSoLWriter
Set the maximum time before the job is terminated.
setJobScheduledStartTime(GregorianCalendar) - Method in class org.optimizationservices.oscommon.localinterface.OSOption
Set the scheduled start time for the job.
setJobScheduledStartTime(GregorianCalendar) - Method in class org.optimizationservices.oscommon.representationparser.OSoLWriter
Set the scheduled start time for the job.
setJobStatistics(JobStatistics[]) - Method in class org.optimizationservices.oscommon.localinterface.OSProcess
Set the statistics of all jobs.
setJobStatistics(JobStatistics[]) - Method in class org.optimizationservices.oscommon.localinterface.OSResult
Set the statistics of all jobs.
setJobStatistics(JobStatistics[]) - Method in class org.optimizationservices.oscommon.representationparser.OSpLWriter
Set the statistics of all jobs.
setJobStatistics(JobStatistics[]) - Method in class org.optimizationservices.oscommon.representationparser.OSrLWriter
Set the statistics of all jobs.
setKeyWords(String[]) - Method in class org.optimizationservices.oscommon.localinterface.OSEntity
Set the key words of the service.
setKeyWords(String[]) - Method in class org.optimizationservices.oscommon.representationparser.OSeLWriter
Set the key words of the service.
setLicense(String) - Method in class org.optimizationservices.oscommon.localinterface.OSOption
Set license.
setLicense(String) - Method in class org.optimizationservices.oscommon.representationparser.OSoLWriter
Set license.
setLicenseRequired(boolean) - Method in class org.optimizationservices.oscommon.localinterface.OSEntity
Set whether the license is reqired of the service or not.
setLicenseRequired(boolean) - Method in class org.optimizationservices.oscommon.representationparser.OSeLWriter
Set whether the license is reqired of the service or not.
setLinearConstraintCoefficientAnalysis(LinearConstraintCoefficientAnalysis) - Method in class org.optimizationservices.oscommon.localinterface.OSAnalysis
Set analysis of the linear constraint coefficients.
setLinearConstraintCoefficientAnalysis(LinearConstraintCoefficientAnalysis) - Method in class org.optimizationservices.oscommon.representationparser.OSaLWriter
Set analysis of the linear constraint coefficients.
setLinearConstraintCoefficients(int, boolean, double[], int, int, int[], int, int, int[], int, int) - Method in class org.optimizationservices.oscommon.localinterface.OSInstance
set linear constraint coefficients
setLinearConstraintCoefficients(int, boolean, double[], int[], int[]) - Method in class org.optimizationservices.oscommon.representationparser.OSiLWriter
Set the sparse coefficient matrix related elements.
setLinearConstraintCoefficients(int, boolean, double[], int, int, int[], int, int, int[], int, int) - Method in class org.optimizationservices.oscommon.representationparser.OSiLWriter
Set the sparse coefficient matrix related elements.
setLinearConstraintCoefficients(int, boolean, double[], int[], double[], int[], int[], int[], int[], int[], int[]) - Method in class org.optimizationservices.oscommon.representationparser.OSiLWriter
Set the compressed sparse coefficient matrix related elements with support for multiplicity and increment.
setLinearConstraintCoefficients(int, boolean, double[], int[], double[], int, int, int[], int[], int[], int, int, int[], int[], int[], int, int) - Method in class org.optimizationservices.oscommon.representationparser.OSiLWriter
Set the compressed sparse coefficient matrix related elements with support for multiplicity and increment.
setLinks(Link[]) - Method in class org.optimizationservices.oscommon.localinterface.OSEntity
Set the links of the service.
setLinks(Link[]) - Method in class org.optimizationservices.oscommon.representationparser.OSeLWriter
Set the links of the service.
setMessage(String) - Method in class org.optimizationservices.oscommon.localinterface.OSEntity
Set the message.
setMessage(String) - Method in class org.optimizationservices.oscommon.representationparser.OSeLWriter
Set the message.
setNews(NewsElement[]) - Method in class org.optimizationservices.oscommon.localinterface.OSRegistry
Set the OSRegistry news.
setNews(NewsElement[]) - Method in class org.optimizationservices.oscommon.localinterface.OSRepository
Set the OSRepository news.
setNews(NewsElement[]) - Method in class org.optimizationservices.oscommon.representationparser.OSRegistryWriter
Set the OSRegistry news.
setNews(NewsElement[]) - Method in class org.optimizationservices.oscommon.representationparser.OSRepositoryWriter
Set the OSRepository news.
setNonlinearExpressionAnalysis(NonlinearExpressionAnalysis) - Method in class org.optimizationservices.oscommon.localinterface.OSAnalysis
Set analysis of the entire nonlinear expressions.
setNonlinearExpressionAnalysis(NonlinearExpressionAnalysis) - Method in class org.optimizationservices.oscommon.representationparser.OSaLWriter
Set analysis of the entire nonlinear expressions.
setNonlinearExpressionTreeNumber(int) - Method in class org.optimizationservices.oscommon.localinterface.OSInstance
set the number of nonlinear expression trees to add.
setObjective(boolean, double, double[]) - Method in class org.optimizationservices.oscommon.representationparser.FMLWriter
Set the objective function related elements.
setObjectiveAnalysis(ObjectiveAnalysis) - Method in class org.optimizationservices.oscommon.localinterface.OSAnalysis
Set analysis of the objectives.
setObjectiveAnalysis(ObjectiveAnalysis) - Method in class org.optimizationservices.oscommon.representationparser.OSaLWriter
Set analysis of the objectives.
setObjectiveNumber(int) - Method in class org.optimizationservices.oscommon.localinterface.OSAnalysis
Set the objective number.
setObjectiveNumber(int) - Method in class org.optimizationservices.oscommon.localinterface.OSInstance
set the objective number.
setObjectiveNumber(int) - Method in class org.optimizationservices.oscommon.localinterface.OSOption
Set the objective number.
setObjectiveNumber(int) - Method in class org.optimizationservices.oscommon.localinterface.OSResult
Set the objective number.
setObjectiveNumber(int) - Method in class org.optimizationservices.oscommon.representationparser.OSaLWriter
Set the objective number.
setObjectiveNumber(int) - Method in class org.optimizationservices.oscommon.representationparser.OSoLWriter
Set the objective number.
setObjectiveNumber(int) - Method in class org.optimizationservices.oscommon.representationparser.OSrLWriter
Set the objective number.
setObjectives(int, String[], String[], double[], double[], SparseVector[]) - Method in class org.optimizationservices.oscommon.localinterface.OSInstance
set all the objectives related elements.
setObjectiveValues(int, double[]) - Method in class org.optimizationservices.oscommon.localinterface.OSResult
Set the [i]th optimization solution's objective values, where i equals the given solution index.
setObjectiveValues(int, double[]) - Method in class org.optimizationservices.oscommon.representationparser.OSrLWriter
Set the [i]th optimization solution's objective values, where i equals the given solution index.
setOptimizationBenchmark(OptimizationBenchmark) - Method in class org.optimizationservices.oscommon.localinterface.OSBenchmark
Set the optimization benchmark information.
setOptimizationBenchmark(OptimizationBenchmark) - Method in class org.optimizationservices.oscommon.representationparser.OSbLWriter
Set the optimization benchmark information.
setOptimizationConstraintDifferentiability(String) - Method in class org.optimizationservices.oscommon.localinterface.OSEntity
Set the optimization constraint differentiability.
setOptimizationConstraintDifferentiability(String) - Method in class org.optimizationservices.oscommon.representationparser.OSeLWriter
Set the optimization constraint differentiability.
setOptimizationConstraintLinearity(String) - Method in class org.optimizationservices.oscommon.localinterface.OSEntity
Set the optimization constraint linearity.
setOptimizationConstraintLinearity(String) - Method in class org.optimizationservices.oscommon.representationparser.OSeLWriter
Set the optimization constraint linearity.
setOptimizationConstraintType(String) - Method in class org.optimizationservices.oscommon.localinterface.OSEntity
Set the optimization constraint type.
setOptimizationConstraintType(String) - Method in class org.optimizationservices.oscommon.representationparser.OSeLWriter
Set the optimization constraint type.
setOptimizationDescription(String) - Method in class org.optimizationservices.oscommon.localinterface.OSEntity
Set the optimization description.
setOptimizationDescription(String) - Method in class org.optimizationservices.oscommon.representationparser.OSeLWriter
Set the optimization description.
setOptimizationFunctionType(FunctionType) - Method in class org.optimizationservices.oscommon.localinterface.OSEntity
Set the function types that the service supports.
setOptimizationFunctionType(FunctionType) - Method in class org.optimizationservices.oscommon.representationparser.OSeLWriter
Set the function types that the service supports.
setOptimizationObjectiveDifferentiability(String) - Method in class org.optimizationservices.oscommon.localinterface.OSEntity
Set the optimization objective differentiability.
setOptimizationObjectiveDifferentiability(String) - Method in class org.optimizationservices.oscommon.representationparser.OSeLWriter
Set the optimization objective differentiability.
setOptimizationObjectiveLinearity(String) - Method in class org.optimizationservices.oscommon.localinterface.OSEntity
Set the optimization objective linearity.
setOptimizationObjectiveLinearity(String) - Method in class org.optimizationservices.oscommon.representationparser.OSeLWriter
Set the optimization objective linearity.
setOptimizationObjectiveType(String) - Method in class org.optimizationservices.oscommon.localinterface.OSEntity
Set the optimization objective type.
setOptimizationObjectiveType(String) - Method in class org.optimizationservices.oscommon.representationparser.OSeLWriter
Set the optimization objective type.
setOptimizationParameterType(String) - Method in class org.optimizationservices.oscommon.localinterface.OSEntity
Set the optimization parameter type.
setOptimizationParameterType(String) - Method in class org.optimizationservices.oscommon.representationparser.OSeLWriter
Set the optimization parameter type.
setOptimizationProcess(JobOptimization[]) - Method in class org.optimizationservices.oscommon.localinterface.OSProcess
Set the optimization process of all the jobs, which are in effect intermediate (or occasionally final) optimization results.
setOptimizationProcess(JobOptimization[]) - Method in class org.optimizationservices.oscommon.representationparser.OSpLWriter
Set the optimization process of all the jobs, which are in effect intermediate (or occasionally final) optimization results.
setOptimizationRealTime(boolean) - Method in class org.optimizationservices.oscommon.localinterface.OSEntity
Set whether the service supports real time optimization or not.
setOptimizationRealTime(boolean) - Method in class org.optimizationservices.oscommon.representationparser.OSeLWriter
Set whether the service supports real time optimization or not.
setOptimizationSpecialAlgorithm(SpecialAlgorithm) - Method in class org.optimizationservices.oscommon.localinterface.OSEntity
Set the special algorithms that the service supports.
setOptimizationSpecialAlgorithm(SpecialAlgorithm) - Method in class org.optimizationservices.oscommon.representationparser.OSeLWriter
Set the special algorithms that the service supports.
setOptimizationSpecialStructure(SpecialStructure) - Method in class org.optimizationservices.oscommon.localinterface.OSEntity
Set the special structures that the service supports.
setOptimizationSpecialStructure(SpecialStructure) - Method in class org.optimizationservices.oscommon.representationparser.OSeLWriter
Set the special structures that the service supports.
setOptimizationStochasticity(String) - Method in class org.optimizationservices.oscommon.localinterface.OSEntity
Set the optimization stochasticity.
setOptimizationStochasticity(String) - Method in class org.optimizationservices.oscommon.representationparser.OSeLWriter
Set the optimization stochasticity.
setOptimizationVariableType(String) - Method in class org.optimizationservices.oscommon.localinterface.OSEntity
Set the optimization variable type.
setOptimizationVariableType(String) - Method in class org.optimizationservices.oscommon.representationparser.OSeLWriter
Set the optimization variable type.
setOption(String[], String[]) - Method in class org.optimizationservices.oscommon.representationparser.FMLWriter
Set the option related elements.
setOSAnalysis(OSAnalysis) - Method in class org.optimizationservices.oscommon.localinterface.OSResult
Set the optimization analysis.
setOSAnalysis(OSAnalysis) - Method in class org.optimizationservices.oscommon.representationparser.OSaLWriter
set the OSAnalysis, a standard os analysis interface.
setOSAnalysis(OSAnalysis) - Method in class org.optimizationservices.oscommon.representationparser.OSrLWriter
Set the optimization analysis.
setOSBenchmark(OSBenchmark) - Method in class org.optimizationservices.oscommon.representationparser.OSbLWriter
set the OSBenchmark, a standard os benchmark interface.
setOSEntity(OSEntity) - Method in class org.optimizationservices.oscommon.representationparser.OSeLWriter
set the OSEntity, a standard os entity interface.
setOSInstance(OSInstance) - Method in class org.optimizationservices.oscommon.representationparser.OSiLWriter
set the OSInstance, a standard optimization problem/data api.
setOSOption(OSOption) - Method in class org.optimizationservices.oscommon.representationparser.OSoLWriter
set the OSOption, a standard os option interface.
setOSParameters(String[], String[], String[]) - Method in class org.optimizationservices.oscommon.representationparser.OSParameterWriter
Set the os parameter related elements.
setOSProcess(OSProcess) - Method in class org.optimizationservices.oscommon.representationparser.OSpLWriter
set the OSProcess, a standard os process interface.
setOSQuery(OSQuery) - Method in class org.optimizationservices.oscommon.representationparser.OSqLWriter
set the OSQuery, a standard os query interface.
setOSRegistry(OSRegistry) - Method in class org.optimizationservices.oscommon.representationparser.OSRegistryWriter
set the OSRegistry, a standard os registry data structure.
setOSRepository(OSRepository) - Method in class org.optimizationservices.oscommon.representationparser.OSRepositoryWriter
set the OSRepository, a standard os repository data structure.
setOSResult(OSResult) - Method in class org.optimizationservices.oscommon.representationparser.OSrLWriter
set the OSResult, a standard os result interface.
setOSSimulation(OSSimulation) - Method in class org.optimizationservices.oscommon.representationparser.OSsLWriter
set the OSSimulation, a standard os simulation interface.
setOSURI(OSURI) - Method in class org.optimizationservices.oscommon.representationparser.OSuLWriter
set the OSURI, a standard os uri/url interface.
setOtherAnalyses(String[], String[], String[]) - Method in class org.optimizationservices.oscommon.localinterface.OSAnalysis
set other analyses, with their names (required), descriptions (optional) and values (optional).
setOtherAnalyses(String[], String[], String[]) - Method in class org.optimizationservices.oscommon.representationparser.OSaLWriter
set other analyses, with their names (required), descriptions (optional) and values (optional).
setOtherBenchmarks(String[], String[], String[]) - Method in class org.optimizationservices.oscommon.localinterface.OSBenchmark
set other benchmarks, with their names (required), descriptions (optional) and values (optional).
setOtherBenchmarks(String[], String[], String[]) - Method in class org.optimizationservices.oscommon.representationparser.OSbLWriter
Set the other benchmark related elements.
setOtherConstraintResults(int, OtherConstraintResult[]) - Method in class org.optimizationservices.oscommon.localinterface.OSResult
Set the [i]th optimization solution's other (non-standard/solver specific)constraint-related results, where i equals the given solution index.
setOtherConstraintResults(int, OtherConstraintResult[]) - Method in class org.optimizationservices.oscommon.representationparser.OSrLWriter
Set the [i]th optimization solution's other (non-standard/solver specific)constraint-related results, where i equals the given solution index.
setOtherEntityInfo(String[], String[], String[]) - Method in class org.optimizationservices.oscommon.localinterface.OSEntity
set other entity info, with their names (required), descriptions (optional) and values (optional).
setOtherEntityInfo(String[], String[], String[]) - Method in class org.optimizationservices.oscommon.representationparser.OSeLWriter
Set the other entity info related elements.
setOtherObjectiveResults(int, OtherObjectiveResult[]) - Method in class org.optimizationservices.oscommon.localinterface.OSResult
Set the [i]th optimization solution's other (non-standard/solver specific)objective-related results, where i equals the given solution index.
setOtherObjectiveResults(int, OtherObjectiveResult[]) - Method in class org.optimizationservices.oscommon.representationparser.OSrLWriter
Set the [i]th optimization solution's other (non-standard/solver specific)objective-related results, where i equals the given solution index.
setOtherOptimizationResults(int, OtherOptimizationResult[]) - Method in class org.optimizationservices.oscommon.localinterface.OSResult
Set the [i]th optimization solution's other (non-standard/solver specific)optimization-related results, where i equals the given solution index.
setOtherOptimizationResults(int, OtherOptimizationResult[]) - Method in class org.optimizationservices.oscommon.representationparser.OSrLWriter
Set the [i]th optimization solution's other (non-standard/solver specific)optimization-related results, where i equals the given solution index.
setOtherOptions(String[], String[], String[]) - Method in class org.optimizationservices.oscommon.localinterface.OSOption
set other options, with their names (required), descriptions (optional) and values (optional).
setOtherOptions(String[], String[], String[]) - Method in class org.optimizationservices.oscommon.representationparser.OSoLWriter
Set the other options related elements.
setOtherProcesses(String[], String[], String[]) - Method in class org.optimizationservices.oscommon.localinterface.OSProcess
set other processes, with their names (required), descriptions (optional) and values (optional).
setOtherProcesses(String[], String[], String[]) - Method in class org.optimizationservices.oscommon.representationparser.OSpLWriter
Set the other process related elements.
setOtherResults(String[], String[], String[]) - Method in class org.optimizationservices.oscommon.localinterface.OSResult
set other results, with their names (required), descriptions (optional) and values (optional).
setOtherResults(String[], String[], String[]) - Method in class org.optimizationservices.oscommon.representationparser.OSrLWriter
Set all the otherResult related elements.
setOtherVariableResults(int, OtherVariableResult[]) - Method in class org.optimizationservices.oscommon.localinterface.OSResult
Set the [i]th optimization solution's other (non-standard/solver specific)variable-related results, where i equals the given solution index.
setOtherVariableResults(int, OtherVariableResult[]) - Method in class org.optimizationservices.oscommon.representationparser.OSrLWriter
Set the [i]th optimization solution's other (non-standard/solver specific)variable-related results, where i equals the given solution index.
setOutput(String[], String[], String[]) - Method in class org.optimizationservices.oscommon.representationparser.OSsLWriter
Set the output related elements.
setOutputElement(String, String, String) - Method in class org.optimizationservices.oscommon.representationparser.OSsLWriter
Set an output el element.
setOutputFilesToCopyFrom(String[]) - Method in class org.optimizationservices.oscommon.localinterface.OSOption
Set the output files to copy from before running the job, which is a string array of paths.
setOutputFilesToCopyFrom(String[]) - Method in class org.optimizationservices.oscommon.representationparser.OSoLWriter
Set the output files to copy from before running the job, which is a string array of paths.
setOutputFilesToCopyTo(String[]) - Method in class org.optimizationservices.oscommon.localinterface.OSOption
Set the output files to copy to before running the job, which is a string array of paths.
setOutputFilesToCopyTo(String[]) - Method in class org.optimizationservices.oscommon.representationparser.OSoLWriter
Set the output files to copy to before running the job, which is a string array of paths.
setOutputFilesToMoveFrom(String[]) - Method in class org.optimizationservices.oscommon.localinterface.OSOption
Set the output files to move from before running the job, which is a string array of paths.
setOutputFilesToMoveFrom(String[]) - Method in class org.optimizationservices.oscommon.representationparser.OSoLWriter
Set the output files to move from before running the job, which is a string array of paths.
setOutputFilesToMoveTo(String[]) - Method in class org.optimizationservices.oscommon.localinterface.OSOption
Set the output files to move to before running the job, which is a string array of paths.
setOutputFilesToMoveTo(String[]) - Method in class org.optimizationservices.oscommon.representationparser.OSoLWriter
Set the output files to move to before running the job, which is a string array of paths.
setOwner(Owner) - Method in class org.optimizationservices.oscommon.localinterface.OSEntity
Set the owner information of the service entity.
setOwner(Owner) - Method in class org.optimizationservices.oscommon.representationparser.OSeLWriter
Set the owner information of the service entity.
setPassword(String) - Method in class org.optimizationservices.oscommon.localinterface.OSOption
Set the password.
setPassword(String) - Method in class org.optimizationservices.oscommon.representationparser.OSoLWriter
Set the password.
setPasswordRequired(boolean) - Method in class org.optimizationservices.oscommon.localinterface.OSEntity
Set whether the password is reqired of the service or not.
setPasswordRequired(boolean) - Method in class org.optimizationservices.oscommon.representationparser.OSeLWriter
Set whether the password is reqired of the service or not.
setPrimalSolution(String[], double[], int[]) - Method in class org.optimizationservices.oscommon.representationparser.FMLWriter
Set the primal solution related elements.
setPrimalVariableStringValues(int, String[]) - Method in class org.optimizationservices.oscommon.localinterface.OSResult
Set the [i]th optimization solution's primal variable string values, where i equals the given solution index.
setPrimalVariableStringValues(int, String[]) - Method in class org.optimizationservices.oscommon.representationparser.OSrLWriter
Set the [i]th optimization solution's primal variable string values, where i equals the given solution index.
setPrimalVariableValues(int, double[]) - Method in class org.optimizationservices.oscommon.localinterface.OSResult
Set the [i]th optimization solution's primal variable values, where i equals the given solution index.
setPrimalVariableValues(int, double[]) - Method in class org.optimizationservices.oscommon.representationparser.OSrLWriter
Set the [i]th optimization solution's primal variable values, where i equals the given solution index.
setProcessesToKill(String[]) - Method in class org.optimizationservices.oscommon.localinterface.OSOption
Set the processes to kill after running the job, which is a string array of paths.
setProcessesToKill(String[]) - Method in class org.optimizationservices.oscommon.representationparser.OSoLWriter
Set the processes to kill after running the job, which is a string array of paths.
setProcessMessage(String) - Method in class org.optimizationservices.oscommon.localinterface.OSProcess
Set the process message.
setProcessMessage(String) - Method in class org.optimizationservices.oscommon.representationparser.OSpLWriter
Set the process message.
setProcessStatistics(ProcessStatistics) - Method in class org.optimizationservices.oscommon.localinterface.OSProcess
Set the process statistics.
setProcessStatistics(ProcessStatistics) - Method in class org.optimizationservices.oscommon.localinterface.OSResult
Set the process statistics.
setProcessStatistics(ProcessStatistics) - Method in class org.optimizationservices.oscommon.representationparser.OSpLWriter
Set the process statistics.
setProcessStatistics(ProcessStatistics) - Method in class org.optimizationservices.oscommon.representationparser.OSrLWriter
Set the process statistics.
setProcessTime(GregorianCalendar) - Method in class org.optimizationservices.oscommon.localinterface.OSProcess
Set time of the last process update.
setProcessTime(GregorianCalendar) - Method in class org.optimizationservices.oscommon.representationparser.OSpLWriter
Set time of the last process update.
setQuadraticCoefficientAnalysis(QuadraticCoefficientAnalysis) - Method in class org.optimizationservices.oscommon.localinterface.OSAnalysis
Set analysis of the entire quadratic coefficients.
setQuadraticCoefficientAnalysis(QuadraticCoefficientAnalysis) - Method in class org.optimizationservices.oscommon.representationparser.OSaLWriter
Set analysis of the entire quadratic coefficients.
setQuadraticTerms(int, int[], int[], int[], double[], int, int) - Method in class org.optimizationservices.oscommon.localinterface.OSInstance
set quadratic terms
setQuadraticTerms(int, int[], int[], int[], double[], int, int) - Method in class org.optimizationservices.oscommon.representationparser.OSiLWriter
Set the quadratic coefficient terms related elements.
setRegistrationDate(GregorianCalendar) - Method in class org.optimizationservices.oscommon.localinterface.OSEntity
Set time of the registration date.
setRegistrationDate(GregorianCalendar) - Method in class org.optimizationservices.oscommon.representationparser.OSeLWriter
Set time of the registration date.
setRequestAction(String) - Method in class org.optimizationservices.oscommon.localinterface.OSProcess
Set the request action.
setRequestAction(String) - Method in class org.optimizationservices.oscommon.representationparser.OSpLWriter
Set the request action.
setRequestDescription(String) - Method in class org.optimizationservices.oscommon.localinterface.OSProcess
Set the request description.
setRequestDescription(String) - Method in class org.optimizationservices.oscommon.representationparser.OSpLWriter
Set the request description.
setRequiredDirectoriesAndFiles(String[]) - Method in class org.optimizationservices.oscommon.localinterface.OSOption
Set the required directories and files to run the job, which is a string array of paths.
setRequiredDirectoriesAndFiles(String[]) - Method in class org.optimizationservices.oscommon.representationparser.OSoLWriter
Set the required directories and files to run the job, which is a string array of paths.
setResponseDescription(String) - Method in class org.optimizationservices.oscommon.localinterface.OSProcess
Set the response description.
setResponseDescription(String) - Method in class org.optimizationservices.oscommon.representationparser.OSpLWriter
Set the response description.
setResponseStatus(String) - Method in class org.optimizationservices.oscommon.localinterface.OSProcess
Set the response status.
setResponseStatus(String) - Method in class org.optimizationservices.oscommon.representationparser.OSpLWriter
Set the response status.
setResultTime(GregorianCalendar) - Method in class org.optimizationservices.oscommon.localinterface.OSResult
Set time of the result.
setResultTime(GregorianCalendar) - Method in class org.optimizationservices.oscommon.representationparser.OSrLWriter
Set time of the result.
setRootElement(Element) - Method in class org.optimizationservices.oscommon.representationparser.OSgLReader
Set root element
setRootNode(OSnLNode) - Method in class org.optimizationservices.oscommon.nonlinear.OSExpressionTree
Set the root node of the expression tree.
setServiceAlgorithmDescription(String) - Method in class org.optimizationservices.oscommon.localinterface.OSEntity
Set the algorithm description.
setServiceAlgorithmDescription(String) - Method in class org.optimizationservices.oscommon.representationparser.OSeLWriter
Set the algorithm description.
setServiceCategory(String) - Method in class org.optimizationservices.oscommon.localinterface.OSEntity
Set the service category.
setServiceCategory(String) - Method in class org.optimizationservices.oscommon.representationparser.OSeLWriter
Set the service category.
setServiceDescription(String) - Method in class org.optimizationservices.oscommon.localinterface.OSEntity
Set the service description.
setServiceDescription(String) - Method in class org.optimizationservices.oscommon.representationparser.OSeLWriter
Set the service description.
setServiceLogoImageLink(String) - Method in class org.optimizationservices.oscommon.localinterface.OSEntity
Set the service logo image link.
setServiceLogoImageLink(String) - Method in class org.optimizationservices.oscommon.representationparser.OSeLWriter
Set the service logo image link.
setServiceName(String) - Method in class org.optimizationservices.oscommon.localinterface.OSAnalysis
Set service name.
setServiceName(String) - Method in class org.optimizationservices.oscommon.localinterface.OSBenchmark
Set service name.
setServiceName(String) - Method in class org.optimizationservices.oscommon.localinterface.OSEntity
Set service name.
setServiceName(String) - Method in class org.optimizationservices.oscommon.localinterface.OSOption
Set service name.
setServiceName(String) - Method in class org.optimizationservices.oscommon.localinterface.OSProcess
Set service name.
setServiceName(String) - Method in class org.optimizationservices.oscommon.localinterface.OSResult
Set service name.
setServiceName(String) - Method in class org.optimizationservices.oscommon.representationparser.OSaLWriter
Set service name.
setServiceName(String) - Method in class org.optimizationservices.oscommon.representationparser.OSbLWriter
Set the service name.
setServiceName(String) - Method in class org.optimizationservices.oscommon.representationparser.OSeLWriter
Set service name.
setServiceName(String) - Method in class org.optimizationservices.oscommon.representationparser.OSoLWriter
Set service name.
setServiceName(String) - Method in class org.optimizationservices.oscommon.representationparser.OSpLWriter
Set service name.
setServiceName(String) - Method in class org.optimizationservices.oscommon.representationparser.OSrLWriter
Set service name.
setServices(ServiceEntry[]) - Method in class org.optimizationservices.oscommon.localinterface.OSRegistry
Set the OSRegistry services.
setServices(ServiceEntry[]) - Method in class org.optimizationservices.oscommon.representationparser.OSRegistryWriter
Set the OSRegistry services.
setServiceSoftwareDescription(String) - Method in class org.optimizationservices.oscommon.localinterface.OSEntity
Set the service software description.
setServiceSoftwareDescription(String) - Method in class org.optimizationservices.oscommon.representationparser.OSeLWriter
Set the service software description.
setServiceType(String) - Method in class org.optimizationservices.oscommon.localinterface.OSEntity
Set the service type.
setServiceType(String) - Method in class org.optimizationservices.oscommon.localinterface.OSOption
Set the service type.
setServiceType(String) - Method in class org.optimizationservices.oscommon.representationparser.OSeLWriter
Set the service type.
setServiceType(String) - Method in class org.optimizationservices.oscommon.representationparser.OSoLWriter
Set the service type.
setServiceURI(String) - Method in class org.optimizationservices.oscommon.localinterface.OSAnalysis
Set service URI.
setServiceURI(String) - Method in class org.optimizationservices.oscommon.localinterface.OSBenchmark
Set service uri.
setServiceURI(String) - Method in class org.optimizationservices.oscommon.localinterface.OSEntity
Set service uri.
setServiceURI(String) - Method in class org.optimizationservices.oscommon.localinterface.OSOption
Set service uri.
setServiceURI(String) - Method in class org.optimizationservices.oscommon.localinterface.OSProcess
Set service uri.
setServiceURI(String) - Method in class org.optimizationservices.oscommon.localinterface.OSResult
Set service uri.
setServiceURI(String) - Method in class org.optimizationservices.oscommon.representationparser.OSaLWriter
Set service URI.
setServiceURI(String) - Method in class org.optimizationservices.oscommon.representationparser.OSbLWriter
Set the service uri.
setServiceURI(String) - Method in class org.optimizationservices.oscommon.representationparser.OSeLWriter
Set service uri.
setServiceURI(String) - Method in class org.optimizationservices.oscommon.representationparser.OSoLWriter
Set service uri.
setServiceURI(String) - Method in class org.optimizationservices.oscommon.representationparser.OSpLWriter
Set service uri.
setServiceURI(String) - Method in class org.optimizationservices.oscommon.representationparser.OSrLWriter
Set service uri.
setServiceUtilization(double) - Method in class org.optimizationservices.oscommon.localinterface.OSProcess
Set the service utilization.
setServiceUtilization(double) - Method in class org.optimizationservices.oscommon.localinterface.OSResult
Set the service utilization.
setServiceUtilization(double) - Method in class org.optimizationservices.oscommon.representationparser.OSpLWriter
Set the service utilization ([0, 1]).
setServiceUtilization(double) - Method in class org.optimizationservices.oscommon.representationparser.OSrLWriter
Set the service utilization.
setServiceWebPage(String) - Method in class org.optimizationservices.oscommon.localinterface.OSEntity
Set the service web page.
setServiceWebPage(String) - Method in class org.optimizationservices.oscommon.representationparser.OSeLWriter
Set the service web page.
setServiceWSDLLocation(String) - Method in class org.optimizationservices.oscommon.localinterface.OSEntity
Set the service wsdl location.
setServiceWSDLLocation(String) - Method in class org.optimizationservices.oscommon.representationparser.OSeLWriter
Set the service wsdl location.
setSimulationInputElements(SimulationElement[]) - Method in class org.optimizationservices.oscommon.localinterface.OSSimulation
set simulation input elements.
setSimulationInputElements(SimulationElement[]) - Method in class org.optimizationservices.oscommon.representationparser.OSsLWriter
set simulation input elements.
setSimulationOutputElements(SimulationElement[]) - Method in class org.optimizationservices.oscommon.localinterface.OSSimulation
set simulation output elements.
setSimulationOutputElements(SimulationElement[]) - Method in class org.optimizationservices.oscommon.representationparser.OSsLWriter
set simulation output elements.
setSolution(int, OptimizationSolution) - Method in class org.optimizationservices.oscommon.localinterface.OSResult
Set the [i]th optimization solution, where i equals the given solution index.
setSolution(String, String, String, double) - Method in class org.optimizationservices.oscommon.representationparser.FMLWriter
Set the objective solution related elements.
setSolution(int, OptimizationSolution) - Method in class org.optimizationservices.oscommon.representationparser.OSrLWriter
Set the [i]th optimization solution, where i equals the given solution index.
setSolutionMessage(int, String) - Method in class org.optimizationservices.oscommon.localinterface.OSResult
Set the [i]th optimization solution message, where i equals the given solution index.
setSolutionMessage(int, String) - Method in class org.optimizationservices.oscommon.representationparser.OSrLWriter
Set the [i]th optimization solution message, where i equals the given solution index.
setSolutionNumber(int) - Method in class org.optimizationservices.oscommon.localinterface.OSResult
set the number of solutions.
setSolutionNumber(int) - Method in class org.optimizationservices.oscommon.representationparser.OSrLWriter
set the number of solutions.
setSolutionObjectiveIndex(int, int) - Method in class org.optimizationservices.oscommon.localinterface.OSResult
Set the [i]th optimization solution's objective index, where i equals the given solution index.
setSolutionObjectiveIndex(int, int) - Method in class org.optimizationservices.oscommon.representationparser.OSrLWriter
Set the [i]th optimization solution's objective index, where i equals the given solution index.
setSolutionStatus(int, OptimizationSolutionStatus) - Method in class org.optimizationservices.oscommon.localinterface.OSResult
Set the [i]th optimization solution status, where i equals the given solution index.
setSolutionStatus(int, String, String, OptimizationSolutionSubstatus[]) - Method in class org.optimizationservices.oscommon.localinterface.OSResult
Set the [i]th optimization solution status, where i equals the given solution index.
setSolutionStatus(int, OptimizationSolutionStatus) - Method in class org.optimizationservices.oscommon.representationparser.OSrLWriter
Set the [i]th optimization solution status, where i equals the given solution index.
setSolutionStatus(int, String, String, OptimizationSolutionSubstatus[]) - Method in class org.optimizationservices.oscommon.representationparser.OSrLWriter
Set the [i]th optimization solution status, where i equals the given solution index.
setStandardQuery(StandardQuery) - Method in class org.optimizationservices.oscommon.localinterface.OSQuery
set the standard query.
setStandardQuery(StandardQuery) - Method in class org.optimizationservices.oscommon.representationparser.OSqLWriter
set the standard query.
setSystemDedication(double) - Method in class org.optimizationservices.oscommon.localinterface.OSEntity
Set the system dedication.
setSystemDedication(double) - Method in class org.optimizationservices.oscommon.representationparser.OSeLWriter
Set the system dedication.
setSystemDescription(String) - Method in class org.optimizationservices.oscommon.localinterface.OSEntity
Set the system description.
setSystemDescription(String) - Method in class org.optimizationservices.oscommon.representationparser.OSeLWriter
Set the system description.
setSystemHardwareInfo(HardwareInfo) - Method in class org.optimizationservices.oscommon.localinterface.OSEntity
Set the system hardware information.
setSystemHardwareInfo(HardwareInfo) - Method in class org.optimizationservices.oscommon.representationparser.OSeLWriter
Set the system hardware information.
setSystemMinCPUSpeed(double) - Method in class org.optimizationservices.oscommon.localinterface.OSOption
Set the the system minimum cpu speed required to solve the job.
setSystemMinCPUSpeed(double) - Method in class org.optimizationservices.oscommon.representationparser.OSoLWriter
Set the the system minimum cpu speed required to solve the job.
setSystemMinDiskSpace(double) - Method in class org.optimizationservices.oscommon.localinterface.OSOption
Set the the system minimum disk space required to solve the job.
setSystemMinDiskSpace(double) - Method in class org.optimizationservices.oscommon.representationparser.OSoLWriter
Set the the system minimum disk space required to solve the job.
setSystemMinMemorySize(double) - Method in class org.optimizationservices.oscommon.localinterface.OSOption
Set the the system minimum memory size required to solve the job.
setSystemMinMemorySize(double) - Method in class org.optimizationservices.oscommon.representationparser.OSoLWriter
Set the the system minimum memory size required to solve the job.
setTimeLastJobEnded(GregorianCalendar) - Method in class org.optimizationservices.oscommon.localinterface.OSProcess
Set the time last job ended.
setTimeLastJobEnded(GregorianCalendar) - Method in class org.optimizationservices.oscommon.localinterface.OSResult
Set the time last job ended.
setTimeLastJobEnded(GregorianCalendar) - Method in class org.optimizationservices.oscommon.representationparser.OSpLWriter
Set the time that the last job ended.
setTimeLastJobEnded(GregorianCalendar) - Method in class org.optimizationservices.oscommon.representationparser.OSrLWriter
Set the time last job ended.
setTimeLastJobTook(double) - Method in class org.optimizationservices.oscommon.localinterface.OSProcess
Set the time last job took.
setTimeLastJobTook(double) - Method in class org.optimizationservices.oscommon.localinterface.OSResult
Set the time last job took.
setTimeLastJobTook(double) - Method in class org.optimizationservices.oscommon.representationparser.OSpLWriter
Set the time that the last job took (in seconds).
setTimeLastJobTook(double) - Method in class org.optimizationservices.oscommon.representationparser.OSrLWriter
Set the time last job took.
setTimeServiceStarted(GregorianCalendar) - Method in class org.optimizationservices.oscommon.localinterface.OSProcess
Set the time the service started.
setTimeServiceStarted(GregorianCalendar) - Method in class org.optimizationservices.oscommon.localinterface.OSResult
Set the time the service started.
setTimeServiceStarted(GregorianCalendar) - Method in class org.optimizationservices.oscommon.representationparser.OSpLWriter
Set the time that service last started.
setTimeServiceStarted(GregorianCalendar) - Method in class org.optimizationservices.oscommon.representationparser.OSrLWriter
Set the time the service started.
setTotalJobsSoFar(int) - Method in class org.optimizationservices.oscommon.localinterface.OSProcess
Set the total jobs received so far.
setTotalJobsSoFar(int) - Method in class org.optimizationservices.oscommon.localinterface.OSResult
Set the total jobs received so far.
setTotalJobsSoFar(int) - Method in class org.optimizationservices.oscommon.representationparser.OSpLWriter
Set the total jobs received so far.
setTotalJobsSoFar(int) - Method in class org.optimizationservices.oscommon.representationparser.OSrLWriter
Set the total jobs received so far.
setURIMatches(URI[]) - Method in class org.optimizationservices.oscommon.localinterface.OSURI
Set URI matches.
setURIMatches(URI[]) - Method in class org.optimizationservices.oscommon.representationparser.OSuLWriter
Set URI matches.
setUserName(String) - Method in class org.optimizationservices.oscommon.localinterface.OSOption
Set the user name.
setUserName(String) - Method in class org.optimizationservices.oscommon.representationparser.OSoLWriter
Set the user name.
setUserNameRequired(boolean) - Method in class org.optimizationservices.oscommon.localinterface.OSEntity
Set whether the user name is reqired of the service or not.
setUserNameRequired(boolean) - Method in class org.optimizationservices.oscommon.representationparser.OSeLWriter
Set whether the user name is reqired of the service or not.
setValidate(boolean) - Method in class org.optimizationservices.oscommon.representationparser.FMLReader
 
setValidate(boolean) - Method in class org.optimizationservices.oscommon.representationparser.OSgLReader
 
setVariableAnalysis(VariableAnalysis) - Method in class org.optimizationservices.oscommon.localinterface.OSAnalysis
Set analysis of the variables.
setVariableAnalysis(VariableAnalysis) - Method in class org.optimizationservices.oscommon.representationparser.OSaLWriter
Set analysis of the variables.
setVariableNumber(int) - Method in class org.optimizationservices.oscommon.localinterface.OSAnalysis
Set the variable number.
setVariableNumber(int) - Method in class org.optimizationservices.oscommon.localinterface.OSInstance
set the variable number.
setVariableNumber(int) - Method in class org.optimizationservices.oscommon.localinterface.OSOption
Set the variable number.
setVariableNumber(int) - Method in class org.optimizationservices.oscommon.localinterface.OSResult
Set the variable number.
setVariableNumber(int) - Method in class org.optimizationservices.oscommon.representationparser.OSaLWriter
Set the variable number.
setVariableNumber(int) - Method in class org.optimizationservices.oscommon.representationparser.OSoLWriter
Set the variable number.
setVariableNumber(int) - Method in class org.optimizationservices.oscommon.representationparser.OSrLWriter
Set the variable number.
setVariables(int, String[], double[], double[], char[], double[], String[]) - Method in class org.optimizationservices.oscommon.localinterface.OSInstance
set all the variable related elements.
setVariables(String[], double[], double[], char[]) - Method in class org.optimizationservices.oscommon.representationparser.FMLWriter
Set the variable related elements.
setVariables(int, String[], double[], double[], char[], double[], String[]) - Method in class org.optimizationservices.oscommon.representationparser.OSiLWriter
Set the variable related elements.
setXMLData(Element) - Method in class org.optimizationservices.oscommon.representationparser.OSiLWriter
Set the xmldData related elements.
setXMLData(String) - Method in class org.optimizationservices.oscommon.representationparser.OSiLWriter
Set the xmldData related elements.
setXQuery(String) - Method in class org.optimizationservices.oscommon.localinterface.OSQuery
Set the XQuery.
setXQuery(String) - Method in class org.optimizationservices.oscommon.representationparser.OSqLWriter
Set the XQuery.
simplify() - Method in class org.optimizationservices.oscommon.nonlinear.OSExpressionTree
Simplify the current expression tree.
simplifyNonlinearFunction(int) - Method in class org.optimizationservices.oscommon.representationparser.OSiLReader
Simplify the nonlinear part of the function in a specified constraint (row).
simulation - Variable in class org.optimizationservices.oscommon.datastructure.osentity.FunctionType
 
simulation - Variable in class org.optimizationservices.oscommon.util.OSServiceUtil
simulation holds the simulation engine
simulationAddress - Variable in class org.optimizationservices.oscommon.communicationagent.OSSimulationAgent
simulationAddress holds the address (uri/url) of the Optimization Services (OS) simulation.
SimulationAnalysis - Class in org.optimizationservices.oscommon.datastructure.osanalysis
A data structure class that corresponds to an xml element in the OSaL schema.
SimulationAnalysis() - Constructor for class org.optimizationservices.oscommon.datastructure.osanalysis.SimulationAnalysis
 
SimulationElement - Class in org.optimizationservices.oscommon.datastructure.ossimulation
A data structure class that corresponds to an xml element in the OSsL schema.
SimulationElement() - Constructor for class org.optimizationservices.oscommon.datastructure.ossimulation.SimulationElement
 
SimulationInput - Class in org.optimizationservices.oscommon.datastructure.ossimulation
A data structure class that corresponds to an xml element in the OSsL schema.
SimulationInput() - Constructor for class org.optimizationservices.oscommon.datastructure.ossimulation.SimulationInput
 
SimulationOutput - Class in org.optimizationservices.oscommon.datastructure.ossimulation
A data structure class that corresponds to an xml element in the OSsL schema.
SimulationOutput() - Constructor for class org.optimizationservices.oscommon.datastructure.ossimulation.SimulationOutput
 
simulations - Variable in class org.optimizationservices.oscommon.datastructure.osanalysis.AnalysisData
 
skippedEntity(String) - Method in class org.optimizationservices.oscommon.util.SAXContentHandler
Receive notification of a skipped entity.
SMTP_SERVER - Static variable in class org.optimizationservices.oscommon.util.OSParameter
SMTP_SERVER holds the smtp server address to send the email.
software - Variable in class org.optimizationservices.oscommon.datastructure.osentity.ServiceInfo
 
solution - Variable in class org.optimizationservices.oscommon.datastructure.osresult.OptimizationResult
 
solutionAvailable - Variable in class org.optimizationservices.oscommon.datastructure.osanalysis.InstanceAnalysis
 
solve(String, String) - Method in class org.optimizationservices.oscommon.communicationagent.OSAnalyzerAgent
Analyze an optimization problem with options.
solve(String, String) - Method in class org.optimizationservices.oscommon.communicationagent.OSSolverAgent
Solve an optimization problem with options.
solve(String, String) - Method in interface org.optimizationservices.oscommon.communicationinterface.OShL
Solve an optimization problem with options.
solve() - Method in class org.optimizationservices.oscommon.localinterface.DefaultSolver
The solve method that is to be implemented by an OS solver service.
solve(String, String) - Method in class org.optimizationservices.oscommon.util.OSServiceUtil
Call a solver or analyzer service whose input is given by a string following the OSiL schema and returns the result in a string that follows OSrL schema.
solver - Variable in class org.optimizationservices.oscommon.util.OSServiceUtil
solver holds the solver engine
SOLVER_CLASS_NAME - Static variable in class org.optimizationservices.oscommon.util.OSParameter
SOLVER_CLASS_NAME holds the full class name (including name space) of the solver
SOLVER_LIBRARY - Static variable in class org.optimizationservices.oscommon.util.OSParameter
SOLVER_LIBRARY holds the library file of the solver class.
solverAddress - Variable in class org.optimizationservices.oscommon.communicationagent.OSSolverAgent
solverAddress holds the address (uri/url) of the Optimization Services (OS) solver.
source - Variable in class org.optimizationservices.oscommon.datastructure.osinstance.InstanceHeader
 
source - Variable in class org.optimizationservices.oscommon.datastructure.osrepository.RepositoryInstance
 
SparseMatrix - Class in org.optimizationservices.oscommon.datastructure.osgeneral
The SparseMatrix class holds the 3 list data structure usually used for linear constraint coefficients
SparseMatrix() - Constructor for class org.optimizationservices.oscommon.datastructure.osgeneral.SparseMatrix
Default constructor.
SparseMatrix(boolean, int, int) - Constructor for class org.optimizationservices.oscommon.datastructure.osgeneral.SparseMatrix
Constructor.
SparseVector - Class in org.optimizationservices.oscommon.datastructure.osgeneral
The SparseVector class holds a two array data structure for sparse representation of vector.
SparseVector() - Constructor for class org.optimizationservices.oscommon.datastructure.osgeneral.SparseVector
Default constructor.
specialAlgorithm - Variable in class org.optimizationservices.oscommon.datastructure.osentity.OptimizationInfo
 
SpecialAlgorithm - Class in org.optimizationservices.oscommon.datastructure.osentity
A data structure class that corresponds to an xml element in the OSeL schema.
SpecialAlgorithm() - Constructor for class org.optimizationservices.oscommon.datastructure.osentity.SpecialAlgorithm
 
specialStructure - Variable in class org.optimizationservices.oscommon.datastructure.osentity.OptimizationInfo
 
SpecialStructure - Class in org.optimizationservices.oscommon.datastructure.osentity
A data structure class that corresponds to an xml element in the OSeL schema.
SpecialStructure() - Constructor for class org.optimizationservices.oscommon.datastructure.osentity.SpecialStructure
 
StageAnalysis - Class in org.optimizationservices.oscommon.datastructure.osanalysis
A data structure class that corresponds to an xml element in the OSaL schema.
StageAnalysis() - Constructor for class org.optimizationservices.oscommon.datastructure.osanalysis.StageAnalysis
 
stages - Variable in class org.optimizationservices.oscommon.datastructure.osanalysis.AnalysisData
 
standard - Variable in class org.optimizationservices.oscommon.localinterface.OSQuery
standard holds the pre-built standard query keywords in the StandardQuery data structure.
STANDARD_UNIX_EPOCH - Static variable in class org.optimizationservices.oscommon.util.OSConstant
STANDARD_UNIX_EPOCH holds the Unix epoch time (1970/1/1) in the standard xs:date format.
StandardQuery - Class in org.optimizationservices.oscommon.datastructure.osquery
A data structure class that corresponds to an xml element in the OSqL schema.
StandardQuery() - Constructor for class org.optimizationservices.oscommon.datastructure.osquery.StandardQuery
 
start - Variable in class org.optimizationservices.oscommon.datastructure.osinstance.LinearConstraintCoefficients
 
startDocument() - Method in class org.optimizationservices.oscommon.representationparser.FMLHandler
Receive notification of the beginning of a document.
startDocument() - Method in class org.optimizationservices.oscommon.util.SAXContentHandler
Receive notification of the beginning of a document.
startElement(String, String, String, Attributes) - Method in class org.optimizationservices.oscommon.representationparser.FMLHandler
Receive notification of the beginning of an element.
startElement(String, String, String, Attributes) - Method in class org.optimizationservices.oscommon.util.SAXContentHandler
Receive notification of the beginning of an element.
startPrefixMapping(String, String) - Method in class org.optimizationservices.oscommon.util.SAXContentHandler
Begin the scope of a prefix-URI Namespace mapping.
starts - Variable in class org.optimizationservices.oscommon.datastructure.osgeneral.SparseMatrix
starts holds an integer array of start elements in coefMatrix (AMatrix), which points to the start of a column (row) of nonzero elements in coefMatrix (AMatrix).
startTime - Variable in class org.optimizationservices.oscommon.datastructure.osprocess.JobStatistics
startTime holds the start time of the job.
state - Variable in class org.optimizationservices.oscommon.datastructure.osprocess.JobStatistics
state holds the job state, which can be waiting, running, killed, finished or unknown.
statistics - Variable in class org.optimizationservices.oscommon.datastructure.osbenchmark.BenchmarkData
 
statistics - Variable in class org.optimizationservices.oscommon.datastructure.osentity.FunctionType
 
statistics - Variable in class org.optimizationservices.oscommon.datastructure.osprocess.ProcessData
 
statistics - Variable in class org.optimizationservices.oscommon.datastructure.osresult.ResultData
 
status - Variable in class org.optimizationservices.oscommon.datastructure.osanalysis.AnalysisHeader
 
status - Variable in class org.optimizationservices.oscommon.datastructure.osprocess.ProcessResponse
 
status - Variable in class org.optimizationservices.oscommon.datastructure.osresult.OptimizationSolution
 
STD_ERR - Static variable in class org.optimizationservices.oscommon.util.OSConstant
 
STD_OUT - Static variable in class org.optimizationservices.oscommon.util.OSConstant
 
stochasticInformation - Variable in class org.optimizationservices.oscommon.datastructure.osanalysis.AnalysisData
 
StochasticInformationAnalysis - Class in org.optimizationservices.oscommon.datastructure.osanalysis
A data structure class that corresponds to an xml element in the OSaL schema.
StochasticInformationAnalysis() - Constructor for class org.optimizationservices.oscommon.datastructure.osanalysis.StochasticInformationAnalysis
 
stochasticity - Variable in class org.optimizationservices.oscommon.datastructure.osentity.OptimizationInfo
 
STRING_OUT - Static variable in class org.optimizationservices.oscommon.util.OSConstant
 
stringFileToBinaryFile(String, String) - Static method in class org.optimizationservices.oscommon.util.IOUtil
Converts a string file to a binary file.
stringToBytes(String) - Static method in class org.optimizationservices.oscommon.util.IOUtil
Return a string (unencoded) in an array of bytes.
stringToFile(String, String) - Static method in class org.optimizationservices.oscommon.util.IOUtil
Saves a string into a file.
stringToInputStream(String) - Static method in class org.optimizationservices.oscommon.util.IOUtil
 
stringToVector(String, String) - Static method in class org.optimizationservices.oscommon.util.CommonUtil
Converts a delimited string to a vector.
submitTime - Variable in class org.optimizationservices.oscommon.datastructure.osprocess.JobStatistics
startTime holds the submit time of the job.
substatus - Variable in class org.optimizationservices.oscommon.datastructure.osanalysis.AnalysisStatus
 
substatus - Variable in class org.optimizationservices.oscommon.datastructure.osresult.GeneralStatus
 
substatus - Variable in class org.optimizationservices.oscommon.datastructure.osresult.OptimizationSolutionStatus
 
support - Variable in class org.optimizationservices.oscommon.datastructure.osbenchmark.BenchmarkScores
 
system - Variable in class org.optimizationservices.oscommon.datastructure.osbenchmark.BenchmarkScores
 
system - Variable in class org.optimizationservices.oscommon.datastructure.osentity.EntityData
 
system - Variable in class org.optimizationservices.oscommon.localinterface.OSOption
system holds the system option specified by the OSoL Schema.
SystemInfo - Class in org.optimizationservices.oscommon.datastructure.osentity
A data structure class that corresponds to an xml element in the OSeL schema.
SystemInfo() - Constructor for class org.optimizationservices.oscommon.datastructure.osentity.SystemInfo
 
SystemOption - Class in org.optimizationservices.oscommon.datastructure.osoption
A data structure class that corresponds to an xml element in the OSoL schema.
SystemOption() - Constructor for class org.optimizationservices.oscommon.datastructure.osoption.SystemOption
 

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