Class ThermalBusInput

All Implemented Interfaces:
NestedEntity, Operable, Serializable

public class ThermalBusInput extends ThermalInput
A thermal bus, to which different ThermalUnitInput units may be connected
See Also:
  • Constructor Details

    • ThermalBusInput

      public ThermalBusInput(UUID uuid, String id, OperatorInput operator, OperationTime operationTime)
      Constructor for an operated thermal bus
      Parameters:
      uuid - Unique identifier of a certain thermal bus
      id - of the asset
      operator - of the asset
      operationTime - Time for which the entity is operated
    • ThermalBusInput

      public ThermalBusInput(UUID uuid, String id)
      Constructor for an operated, always on thermal bus
      Parameters:
      uuid - Unique identifier of a certain thermal bus
      id - of the asset
  • Method Details