Interface PortfolioManager
- All Known Implementing Classes:
PortfolioManagerService
public interface PortfolioManager
Interface for portfolio manager, makes usage statistics available.
- Author:
- John Collins
-
Method Summary
Modifier and Type Method Description doublecollectUsage(int index)Returns total net expected usage across all subscriptions for the given index (normally a timeslot serial number).
-
Method Details
-
collectUsage
double collectUsage(int index)Returns total net expected usage across all subscriptions for the given index (normally a timeslot serial number).
-