Class CapacityProfile


  • public final class CapacityProfile
    extends Object
    Encapsulation represented real or hypothetical capacity over some fixed number of timeslots. We will set the number of timeslots to 24.
    Author:
    Prashant Reddy
    • Constructor Detail

      • CapacityProfile

        public CapacityProfile​(Double uniformValue)
      • CapacityProfile

        public CapacityProfile​(List<Double> list)
      • CapacityProfile

        public CapacityProfile​(double[] array)