Class Quota
java.lang.Object
uk.ac.manchester.spinnaker.alloc.nmpi.Quota
A NMPI collab quota.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
Quotapublic Quota()
 
- 
- 
Method Details- 
getLimitpublic double getLimit()- Returns:
- the total amount of quota assigned.
 
- 
setLimitpublic void setLimit(double limit) - Parameters:
- limit- the limit to set.
 
- 
getUsagepublic double getUsage()- Returns:
- the usage of the quota assigned.
 
- 
setUsagepublic void setUsage(double usage) - Parameters:
- usage- the usage to set.
 
- 
getPlatform- Returns:
- the platform that the quota is assigned to.
 
- 
setPlatform- Parameters:
- platform- the platform to set.
 
- 
getUnits- Returns:
- the units in which the quota is measured.
 
- 
setUnits- Parameters:
- units- the units to set.
 
 
-