Class WecResult

All Implemented Interfaces:
Serializable

public class WecResult extends SystemParticipantResult
Represents calculation results of a WecInput
See Also:
  • Constructor Details

    • WecResult

      public WecResult(ZonedDateTime time, UUID inputModel, tech.units.indriya.ComparableQuantity<javax.measure.quantity.Power> p, tech.units.indriya.ComparableQuantity<javax.measure.quantity.Power> q)
      Standard constructor with automatic uuid generation.
      Parameters:
      time - date and time when the result is produced
      inputModel - uuid of the input model that produces the result
      p - active power output normally provided in MW
      q - reactive power output normally provided in MVAr
    • WecResult

      public WecResult(UUID uuid, ZonedDateTime time, UUID inputModel, tech.units.indriya.ComparableQuantity<javax.measure.quantity.Power> p, tech.units.indriya.ComparableQuantity<javax.measure.quantity.Power> q)
      Standard constructor which allows uuid provision
      Parameters:
      uuid - uuid of this result entity, for automatic uuid generation use primary constructor above
      time - date and time when the result is produced
      inputModel - uuid of the input model that produces the result
      p - active power output normally provided in MW
      q - reactive power output normally provided in MVAr
  • Method Details