Uses of Class
org.powertac.customer.evcharger.StorageState
-
Packages that use StorageState Package Description org.powertac.customer.evcharger -
-
Uses of StorageState in org.powertac.customer.evcharger
Methods in org.powertac.customer.evcharger that return StorageState Modifier and Type Method Description StorageStateStorageState. copy()Returns a copy without sharing structurestatic StorageStateStorageState. restoreState(double unitCapacity, TariffSubscription sub, int maxHorizon, String input)Restores the current state at the start of a sim session.Methods in org.powertac.customer.evcharger with parameters of type StorageState Modifier and Type Method Description voidStorageState. moveSubscribers(int timeslotIndex, int count, StorageState oldState)Transfers subscribers from another subscription having the specified StorageState.
-