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

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

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

Fields in org.optimizationservices.oscommon.datastructure.osentity declared as AccessLimits
 AccessLimits Access.limits
           
 

Uses of AccessLimits in org.optimizationservices.oscommon.localinterface
 

Methods in org.optimizationservices.oscommon.localinterface that return AccessLimits
 AccessLimits OSEntity.getAccessLimits()
          Get the access limits of the service.
 

Methods in org.optimizationservices.oscommon.localinterface with parameters of type AccessLimits
 boolean OSEntity.setAccessLimits(AccessLimits accessLimits)
          Set the access limit information of the service entity.
 

Uses of AccessLimits in org.optimizationservices.oscommon.representationparser
 

Methods in org.optimizationservices.oscommon.representationparser that return AccessLimits
 AccessLimits OSeLReader.getAccessLimits()
          Get the access limits of the service.
 

Methods in org.optimizationservices.oscommon.representationparser with parameters of type AccessLimits
 boolean OSeLWriter.setAccessLimits(AccessLimits accessLimits)
          Set the access limit information of the service entity.