Uses of Class
org.optimizationservices.oscommon.datastructure.osentity.SpecialAlgorithm

Packages that use SpecialAlgorithm
org.optimizationservices.oscommon.datastructure.osentity   
org.optimizationservices.oscommon.localinterface   
org.optimizationservices.oscommon.representationparser   
 

Uses of SpecialAlgorithm in org.optimizationservices.oscommon.datastructure.osentity
 

Fields in org.optimizationservices.oscommon.datastructure.osentity declared as SpecialAlgorithm
 SpecialAlgorithm OptimizationInfo.specialAlgorithm
           
 

Uses of SpecialAlgorithm in org.optimizationservices.oscommon.localinterface
 

Methods in org.optimizationservices.oscommon.localinterface that return SpecialAlgorithm
 SpecialAlgorithm OSEntity.getOptimizationSpecialAlgorithm()
          Get the special algorithms that the service supports.
 

Methods in org.optimizationservices.oscommon.localinterface with parameters of type SpecialAlgorithm
 boolean OSEntity.setOptimizationSpecialAlgorithm(SpecialAlgorithm specialAlgorithm)
          Set the special algorithms that the service supports.
 

Uses of SpecialAlgorithm in org.optimizationservices.oscommon.representationparser
 

Methods in org.optimizationservices.oscommon.representationparser that return SpecialAlgorithm
 SpecialAlgorithm OSeLReader.getOptimizationSpecialAlgorithm()
          Get the special algorithms that the service supports.
 

Methods in org.optimizationservices.oscommon.representationparser with parameters of type SpecialAlgorithm
 boolean OSeLWriter.setOptimizationSpecialAlgorithm(SpecialAlgorithm specialAlgorithm)
          Set the special algorithms that the service supports.