Sha256: 4ff3735641ab694b966ee2c291dd7fdece6f1c5a269aa000adc260cf0387bf16

Contents?: true

Size: 631 Bytes

Versions: 4

Compression:

Stored size: 631 Bytes

Contents

# This class holds methods that apply DEER 1985
# to a given model.
# @ref [References::DEERMASControl]
class ComStockDEER1985 < DEER1985
  register_standard 'ComStock DEER 1985'
  attr_reader :template

  def initialize
    super()
    @template = 'ComStock DEER 1985'
    load_standards_database
  end

  # Loads the openstudio standards dataset for this standard.
  #
  # @param data_directories [Array<String>] array of file paths that contain standards data
  # @return [Hash] a hash of standards data
  def load_standards_database(data_directories = [])
    super([__dir__] + data_directories)
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
openstudio-standards-0.7.1 lib/openstudio-standards/standards/deer/deer_1985/comstock_deer_1985/comstock_deer_1985.rb
openstudio-standards-0.7.0 lib/openstudio-standards/standards/deer/deer_1985/comstock_deer_1985/comstock_deer_1985.rb
openstudio-standards-0.7.0.rc1 lib/openstudio-standards/standards/deer/deer_1985/comstock_deer_1985/comstock_deer_1985.rb
openstudio-standards-0.6.3 lib/openstudio-standards/standards/deer/deer_1985/comstock_deer_1985/comstock_deer_1985.rb