class OpenStudio::Model::WaterToWaterComponent

Public Class Methods

new(iddObjectType, model) click to toggle source
# File lib/openstudio-api-stubs/Classes/WaterToWaterComponent.rb, line 5
def self.new(iddObjectType, model)
end

Public Instance Methods

disconnect() click to toggle source
# File lib/openstudio-api-stubs/Classes/WaterToWaterComponent.rb, line 31
def disconnect
end
plantLoop() click to toggle source

@return [OptionalPlantLoop]

# File lib/openstudio-api-stubs/Classes/WaterToWaterComponent.rb, line 8
def plantLoop
end
removeFromPlantLoop() click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/WaterToWaterComponent.rb, line 14
def removeFromPlantLoop
end
removeFromSecondaryPlantLoop() click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/WaterToWaterComponent.rb, line 17
def removeFromSecondaryPlantLoop
end
removeFromTertiaryPlantLoop() click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/WaterToWaterComponent.rb, line 23
def removeFromTertiaryPlantLoop
end
secondaryPlantLoop() click to toggle source

@return [OptionalPlantLoop]

# File lib/openstudio-api-stubs/Classes/WaterToWaterComponent.rb, line 11
def secondaryPlantLoop
end
tertiaryInletModelObject() click to toggle source

@return [OptionalModelObject]

# File lib/openstudio-api-stubs/Classes/WaterToWaterComponent.rb, line 26
def tertiaryInletModelObject
end
tertiaryOutletModelObject() click to toggle source

@return [OptionalModelObject]

# File lib/openstudio-api-stubs/Classes/WaterToWaterComponent.rb, line 29
def tertiaryOutletModelObject
end
tertiaryPlantLoop() click to toggle source

@return [OptionalPlantLoop]

# File lib/openstudio-api-stubs/Classes/WaterToWaterComponent.rb, line 20
def tertiaryPlantLoop
end