Uses of Interface
org.powertac.factoredcustomer.interfaces.CapacityOriginator
-
Packages that use CapacityOriginator Package Description org.powertac.factoredcustomer org.powertac.factoredcustomer.interfaces -
-
Uses of CapacityOriginator in org.powertac.factoredcustomer
Fields in org.powertac.factoredcustomer with type parameters of type CapacityOriginator Modifier and Type Field Description protected List<CapacityOriginator>
DefaultCapacityBundle. capacityOriginators
Methods in org.powertac.factoredcustomer that return CapacityOriginator Modifier and Type Method Description protected CapacityOriginator
DefaultCapacityBundle. createCapacityOriginator(CapacityStructure capacityStructure)
Methods in org.powertac.factoredcustomer that return types with arguments of type CapacityOriginator Modifier and Type Method Description List<CapacityOriginator>
DefaultCapacityBundle. getCapacityOriginators()
-
Uses of CapacityOriginator in org.powertac.factoredcustomer.interfaces
Methods in org.powertac.factoredcustomer.interfaces that return types with arguments of type CapacityOriginator Modifier and Type Method Description List<CapacityOriginator>
CapacityBundle. getCapacityOriginators()
-