class OpenStudio::LocalBCL

Public Class Methods

close() click to toggle source
# File lib/openstudio-api-stubs/Classes/LocalBCL.rb, line 4
def self.close
end
instance(*args) click to toggle source

@return [LocalBCL]

# File lib/openstudio-api-stubs/Classes/LocalBCL.rb, line 52
def self.instance(*args)
end

Public Instance Methods

addComponent(bCLComponent) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/LocalBCL.rb, line 16
def addComponent(bCLComponent)
end
addMeasure(bCLMeasure) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/LocalBCL.rb, line 22
def addMeasure(bCLMeasure)
end
componentAttributeSearch(sWIGTYPE_p_std__vectorT_std__pairT_std__string_std__string_t_t) click to toggle source

@return [BCLComponentVector]

# File lib/openstudio-api-stubs/Classes/LocalBCL.rb, line 28
def componentAttributeSearch(sWIGTYPE_p_std__vectorT_std__pairT_std__string_std__string_t_t)
end
components() click to toggle source

@return [BCLComponentVector]

# File lib/openstudio-api-stubs/Classes/LocalBCL.rb, line 7
def components
end
devAuthKey() click to toggle source

@return [String]

# File lib/openstudio-api-stubs/Classes/LocalBCL.rb, line 40
def devAuthKey
end
devAuthKeyUserPrompt(*args) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/LocalBCL.rb, line 61
def devAuthKeyUserPrompt(*args)
end
libraryPath() click to toggle source

@return [QString]

# File lib/openstudio-api-stubs/Classes/LocalBCL.rb, line 46
def libraryPath
end
measureAttributeSearch(sWIGTYPE_p_std__vectorT_std__pairT_std__string_std__string_t_t) click to toggle source

@return [BCLMeasureVector]

# File lib/openstudio-api-stubs/Classes/LocalBCL.rb, line 31
def measureAttributeSearch(sWIGTYPE_p_std__vectorT_std__pairT_std__string_std__string_t_t)
end
measureUids() click to toggle source

@return [StringVector]

# File lib/openstudio-api-stubs/Classes/LocalBCL.rb, line 13
def measureUids
end
measures() click to toggle source

@return [BCLMeasureVector]

# File lib/openstudio-api-stubs/Classes/LocalBCL.rb, line 10
def measures
end
prodAuthKey() click to toggle source

@return [String]

# File lib/openstudio-api-stubs/Classes/LocalBCL.rb, line 34
def prodAuthKey
end
prodAuthKeyUserPrompt(*args) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/LocalBCL.rb, line 58
def prodAuthKeyUserPrompt(*args)
end
removeComponent(bCLComponent) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/LocalBCL.rb, line 19
def removeComponent(bCLComponent)
end
removeMeasure(bCLMeasure) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/LocalBCL.rb, line 25
def removeMeasure(bCLMeasure)
end
searchComponents(*args) click to toggle source

@return [BCLComponentVector]

# File lib/openstudio-api-stubs/Classes/LocalBCL.rb, line 55
def searchComponents(*args)
end
setDevAuthKey(string) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/LocalBCL.rb, line 43
def setDevAuthKey(string)
end
setLibraryPath(string) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/LocalBCL.rb, line 49
def setLibraryPath(string)
end
setProdAuthKey(string) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/LocalBCL.rb, line 37
def setProdAuthKey(string)
end