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

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

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

Fields in org.optimizationservices.oscommon.datastructure.osentity declared as Owner
 Owner GeneralInfo.owner
           
 

Uses of Owner in org.optimizationservices.oscommon.localinterface
 

Methods in org.optimizationservices.oscommon.localinterface that return Owner
 Owner OSEntity.getOwner()
          Get the owner information of the service entity.
 

Methods in org.optimizationservices.oscommon.localinterface with parameters of type Owner
 boolean OSEntity.setOwner(Owner owner)
          Set the owner information of the service entity.
 

Uses of Owner in org.optimizationservices.oscommon.representationparser
 

Methods in org.optimizationservices.oscommon.representationparser that return Owner
 Owner OSeLReader.getOwner()
          Get the owner information of the service entity.
 

Methods in org.optimizationservices.oscommon.representationparser with parameters of type Owner
 boolean OSeLWriter.setOwner(Owner owner)
          Set the owner information of the service entity.