Class: OpenStudio::EndUses
- Inherits:
-
Object
- Object
- OpenStudio::EndUses
- Defined in:
- lib/openstudio-api-stubs/Classes/EndUses.rb
Class Method Summary collapse
- .attributeName ⇒ String
- .categories ⇒ EndUseCategoryTypeVector
- .fromAttribute(attribute) ⇒ OptionalEndUses
- .fuelTypes ⇒ EndUseFuelTypeVector
- .getUnitsForFuelType(endUseFuelType) ⇒ String
- .new ⇒ Object
Instance Method Summary collapse
- #addEndUse(*args) ⇒ Object
- #attribute ⇒ Attribute
- #getEndUse(*args) ⇒ Double
- #getEndUseByCategory(*args) ⇒ Double
- #getEndUseByFuelType(endUseFuelType) ⇒ Double
- #subCategories ⇒ StringVector
Class Method Details
.attributeName ⇒ String
7 8 |
# File 'lib/openstudio-api-stubs/Classes/EndUses.rb', line 7 def self.attributeName end |
.categories ⇒ EndUseCategoryTypeVector
16 17 |
# File 'lib/openstudio-api-stubs/Classes/EndUses.rb', line 16 def self.categories end |
.fromAttribute(attribute) ⇒ OptionalEndUses
19 20 |
# File 'lib/openstudio-api-stubs/Classes/EndUses.rb', line 19 def self.fromAttribute(attribute) end |
.fuelTypes ⇒ EndUseFuelTypeVector
13 14 |
# File 'lib/openstudio-api-stubs/Classes/EndUses.rb', line 13 def self.fuelTypes end |
.getUnitsForFuelType(endUseFuelType) ⇒ String
10 11 |
# File 'lib/openstudio-api-stubs/Classes/EndUses.rb', line 10 def self.getUnitsForFuelType(endUseFuelType) end |
.new ⇒ Object
4 5 |
# File 'lib/openstudio-api-stubs/Classes/EndUses.rb', line 4 def self.new end |
Instance Method Details
#addEndUse(*args) ⇒ Object
30 31 |
# File 'lib/openstudio-api-stubs/Classes/EndUses.rb', line 30 def addEndUse(*args) end |
#attribute ⇒ Attribute
22 23 |
# File 'lib/openstudio-api-stubs/Classes/EndUses.rb', line 22 def attribute end |
#getEndUse(*args) ⇒ Double
33 34 |
# File 'lib/openstudio-api-stubs/Classes/EndUses.rb', line 33 def getEndUse(*args) end |
#getEndUseByCategory(*args) ⇒ Double
36 37 |
# File 'lib/openstudio-api-stubs/Classes/EndUses.rb', line 36 def getEndUseByCategory(*args) end |
#getEndUseByFuelType(endUseFuelType) ⇒ Double
25 26 |
# File 'lib/openstudio-api-stubs/Classes/EndUses.rb', line 25 def getEndUseByFuelType(endUseFuelType) end |
#subCategories ⇒ StringVector
28 29 |
# File 'lib/openstudio-api-stubs/Classes/EndUses.rb', line 28 def subCategories end |