class OEESC2014

This class will hold methods that apply OEESC 2014 to a given model. @todo OEESC 2014 is incomplete and will default to the logic in the default Standard class methods @ref [References::OEESC2014]

Attributes

template[R]

Public Class Methods

new() click to toggle source
# File lib/openstudio-standards/standards/oeesc/oeesc_2014/oeesc_2014.rb, line 10
def initialize
  @template = 'OEESC 2014'
  load_standards_database
end

Public Instance Methods

load_standards_database(data_directories = []) click to toggle source

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

Calls superclass method Standard#load_standards_database
# File lib/openstudio-standards/standards/oeesc/oeesc_2014/oeesc_2014.rb, line 19
def load_standards_database(data_directories = [])
  super([__dir__] + data_directories)
end