Class ThermalInput

All Implemented Interfaces:
NestedEntity, Operable, Serializable
Direct Known Subclasses:
ThermalBusInput, ThermalUnitInput

public abstract class ThermalInput extends AssetInput
Abstract class as a common super class of all thermal input models
See Also:
  • Constructor Details

    • ThermalInput

      protected ThermalInput(UUID uuid, String id, OperatorInput operator, OperationTime operationTime)
      Constructor for a thermal input model
      Parameters:
      uuid - Unique identifier
      id - Human readable identifier
      operator - Reference to the operator
      operationTime - Time frame, within the asset is in operation
    • ThermalInput

      protected ThermalInput(UUID uuid, String id)
      Constructor for a thermal input model
      Parameters:
      uuid - Unique identifier
      id - Human readable identifier