Uses of Class
org.optimizationservices.oscommon.datastructure.osanalysis.ObjectiveAnalysis

Packages that use ObjectiveAnalysis
org.optimizationservices.oscommon.datastructure.osanalysis   
org.optimizationservices.oscommon.localinterface   
org.optimizationservices.oscommon.representationparser   
 

Uses of ObjectiveAnalysis in org.optimizationservices.oscommon.datastructure.osanalysis
 

Fields in org.optimizationservices.oscommon.datastructure.osanalysis declared as ObjectiveAnalysis
 ObjectiveAnalysis AnalysisData.objectives
           
 

Uses of ObjectiveAnalysis in org.optimizationservices.oscommon.localinterface
 

Methods in org.optimizationservices.oscommon.localinterface that return ObjectiveAnalysis
 ObjectiveAnalysis OSAnalysis.getObjectiveAnalysis()
          get analysis of the objectives.
 

Methods in org.optimizationservices.oscommon.localinterface with parameters of type ObjectiveAnalysis
 boolean OSAnalysis.setObjectiveAnalysis(ObjectiveAnalysis objectiveAnalysis)
          Set analysis of the objectives.
 

Uses of ObjectiveAnalysis in org.optimizationservices.oscommon.representationparser
 

Methods in org.optimizationservices.oscommon.representationparser that return ObjectiveAnalysis
 ObjectiveAnalysis OSaLReader.getObjectiveAnalysis()
          get analysis of the objectives
 

Methods in org.optimizationservices.oscommon.representationparser with parameters of type ObjectiveAnalysis
 boolean OSaLWriter.setObjectiveAnalysis(ObjectiveAnalysis objectiveAnalysis)
          Set analysis of the objectives.