class OpenStudio::WorkflowJSON

Public Class Methods

load(*args) click to toggle source

@return [OptionalWorkflowJSON]

# File lib/openstudio-api-stubs/Classes/WorkflowJSON.rb, line 162
def self.load(*args)
end
new(*args) click to toggle source
# File lib/openstudio-api-stubs/Classes/WorkflowJSON.rb, line 4
def self.new(*args)
end

Public Instance Methods

__str__() click to toggle source

@return [String]

# File lib/openstudio-api-stubs/Classes/WorkflowJSON.rb, line 159
def __str__
end
_string(*args) click to toggle source

@return [String]

# File lib/openstudio-api-stubs/Classes/WorkflowJSON.rb, line 165
def _string(*args)
end
absoluteFilePaths() click to toggle source

@return [PathVector]

# File lib/openstudio-api-stubs/Classes/WorkflowJSON.rb, line 93
def absoluteFilePaths
end
absoluteMeasurePaths() click to toggle source

@return [PathVector]

# File lib/openstudio-api-stubs/Classes/WorkflowJSON.rb, line 104
def absoluteMeasurePaths
end
absoluteOutPath() click to toggle source

@return [Path]

# File lib/openstudio-api-stubs/Classes/WorkflowJSON.rb, line 87
def absoluteOutPath
end
absoluteRootDir() click to toggle source

@return [Path]

# File lib/openstudio-api-stubs/Classes/WorkflowJSON.rb, line 75
def absoluteRootDir
end
absoluteRunDir() click to toggle source

@return [Path]

# File lib/openstudio-api-stubs/Classes/WorkflowJSON.rb, line 81
def absoluteRunDir
end
addFilePath(path) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/WorkflowJSON.rb, line 96
def addFilePath(path)
end
addMeasure(sWIGTYPE_p_BCLMeasure) click to toggle source

@return [SWIGTYPE_p_boost__optionalT_BCLMeasure_t]

# File lib/openstudio-api-stubs/Classes/WorkflowJSON.rb, line 148
def addMeasure(sWIGTYPE_p_BCLMeasure)
end
addMeasurePath(path) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/WorkflowJSON.rb, line 107
def addMeasurePath(path)
end
checkForUpdates() click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/WorkflowJSON.rb, line 16
def checkForUpdates
end
clone() click to toggle source

@return [WorkflowJSON]

# File lib/openstudio-api-stubs/Classes/WorkflowJSON.rb, line 7
def clone
end
completedAt() click to toggle source

@return [OptionalDateTime]

# File lib/openstudio-api-stubs/Classes/WorkflowJSON.rb, line 52
def completedAt
end
completedStatus() click to toggle source

@return [OptionalString]

# File lib/openstudio-api-stubs/Classes/WorkflowJSON.rb, line 38
def completedStatus
end
computeHash() click to toggle source

@return [String]

# File lib/openstudio-api-stubs/Classes/WorkflowJSON.rb, line 13
def computeHash
end
createdAt() click to toggle source

@return [OptionalDateTime]

# File lib/openstudio-api-stubs/Classes/WorkflowJSON.rb, line 43
def createdAt
end
currentStep() click to toggle source

@return [OptionalWorkflowStep]

# File lib/openstudio-api-stubs/Classes/WorkflowJSON.rb, line 32
def currentStep
end
currentStepIndex() click to toggle source

@return [UInt32]

# File lib/openstudio-api-stubs/Classes/WorkflowJSON.rb, line 29
def currentStepIndex
end
eplusoutErr() click to toggle source

@return [OptionalString]

# File lib/openstudio-api-stubs/Classes/WorkflowJSON.rb, line 55
def eplusoutErr
end
filePaths() click to toggle source

@return [PathVector]

# File lib/openstudio-api-stubs/Classes/WorkflowJSON.rb, line 90
def filePaths
end
findFile(*args) click to toggle source

@return [OptionalPath]

# File lib/openstudio-api-stubs/Classes/WorkflowJSON.rb, line 168
def findFile(*args)
end
findMeasure(*args) click to toggle source

@return [OptionalPath]

# File lib/openstudio-api-stubs/Classes/WorkflowJSON.rb, line 171
def findMeasure(*args)
end
getBCLMeasure(measureStep) click to toggle source

@return [SWIGTYPE_p_boost__optionalT_BCLMeasure_t]

# File lib/openstudio-api-stubs/Classes/WorkflowJSON.rb, line 142
def getBCLMeasure(measureStep)
end
getBCLMeasureByUUID(uUID) click to toggle source

@return [SWIGTYPE_p_boost__optionalT_BCLMeasure_t]

# File lib/openstudio-api-stubs/Classes/WorkflowJSON.rb, line 145
def getBCLMeasureByUUID(uUID)
end
getMeasureSteps(sWIGTYPE_p_openstudio__MeasureType) click to toggle source

@return [MeasureStepVector]

# File lib/openstudio-api-stubs/Classes/WorkflowJSON.rb, line 136
def getMeasureSteps(sWIGTYPE_p_openstudio__MeasureType)
end
hash() click to toggle source

@return [String]

# File lib/openstudio-api-stubs/Classes/WorkflowJSON.rb, line 10
def hash
end
incrementStep() click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/WorkflowJSON.rb, line 35
def incrementStep
end
measurePaths() click to toggle source

@return [PathVector]

# File lib/openstudio-api-stubs/Classes/WorkflowJSON.rb, line 101
def measurePaths
end
oswDir() click to toggle source

@return [Path]

# File lib/openstudio-api-stubs/Classes/WorkflowJSON.rb, line 66
def oswDir
end
oswPath() click to toggle source

@return [OptionalPath]

# File lib/openstudio-api-stubs/Classes/WorkflowJSON.rb, line 60
def oswPath
end
outPath() click to toggle source

@return [Path]

# File lib/openstudio-api-stubs/Classes/WorkflowJSON.rb, line 84
def outPath
end
reset() click to toggle source
# File lib/openstudio-api-stubs/Classes/WorkflowJSON.rb, line 24
def reset
end
resetFilePaths() click to toggle source
# File lib/openstudio-api-stubs/Classes/WorkflowJSON.rb, line 98
def resetFilePaths
end
resetMeasurePaths() click to toggle source
# File lib/openstudio-api-stubs/Classes/WorkflowJSON.rb, line 109
def resetMeasurePaths
end
resetRunOptions() click to toggle source
# File lib/openstudio-api-stubs/Classes/WorkflowJSON.rb, line 156
def resetRunOptions
end
resetSeedFile() click to toggle source
# File lib/openstudio-api-stubs/Classes/WorkflowJSON.rb, line 117
def resetSeedFile
end
resetWeatherFile() click to toggle source
# File lib/openstudio-api-stubs/Classes/WorkflowJSON.rb, line 125
def resetWeatherFile
end
resetWorkflowSteps() click to toggle source
# File lib/openstudio-api-stubs/Classes/WorkflowJSON.rb, line 133
def resetWorkflowSteps
end
rootDir() click to toggle source

@return [Path]

# File lib/openstudio-api-stubs/Classes/WorkflowJSON.rb, line 72
def rootDir
end
runDir() click to toggle source

@return [Path]

# File lib/openstudio-api-stubs/Classes/WorkflowJSON.rb, line 78
def runDir
end
runOptions() click to toggle source

@return [OptionalRunOptions]

# File lib/openstudio-api-stubs/Classes/WorkflowJSON.rb, line 151
def runOptions
end
save() click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/WorkflowJSON.rb, line 19
def save
end
saveAs(path) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/WorkflowJSON.rb, line 22
def saveAs(path)
end
seedFile() click to toggle source

@return [OptionalPath]

# File lib/openstudio-api-stubs/Classes/WorkflowJSON.rb, line 112
def seedFile
end
setCompletedStatus(string) click to toggle source
# File lib/openstudio-api-stubs/Classes/WorkflowJSON.rb, line 40
def setCompletedStatus(string)
end
setEplusoutErr(string) click to toggle source
# File lib/openstudio-api-stubs/Classes/WorkflowJSON.rb, line 57
def setEplusoutErr(string)
end
setMeasureSteps(sWIGTYPE_p_openstudio__MeasureType, measureStepVector) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/WorkflowJSON.rb, line 139
def setMeasureSteps(sWIGTYPE_p_openstudio__MeasureType, measureStepVector)
end
setOswDir(path) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/WorkflowJSON.rb, line 69
def setOswDir(path)
end
setOswPath(path) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/WorkflowJSON.rb, line 63
def setOswPath(path)
end
setRunOptions(runOptions) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/WorkflowJSON.rb, line 154
def setRunOptions(runOptions)
end
setSeedFile(path) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/WorkflowJSON.rb, line 115
def setSeedFile(path)
end
setWeatherFile(path) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/WorkflowJSON.rb, line 123
def setWeatherFile(path)
end
setWorkflowSteps(workflowStepVector) click to toggle source

@return [Boolean]

# File lib/openstudio-api-stubs/Classes/WorkflowJSON.rb, line 131
def setWorkflowSteps(workflowStepVector)
end
start() click to toggle source
# File lib/openstudio-api-stubs/Classes/WorkflowJSON.rb, line 26
def start
end
startedAt() click to toggle source

@return [OptionalDateTime]

# File lib/openstudio-api-stubs/Classes/WorkflowJSON.rb, line 46
def startedAt
end
updatedAt() click to toggle source

@return [OptionalDateTime]

# File lib/openstudio-api-stubs/Classes/WorkflowJSON.rb, line 49
def updatedAt
end
weatherFile() click to toggle source

@return [OptionalPath]

# File lib/openstudio-api-stubs/Classes/WorkflowJSON.rb, line 120
def weatherFile
end
workflowSteps() click to toggle source

@return [WorkflowStepVector]

# File lib/openstudio-api-stubs/Classes/WorkflowJSON.rb, line 128
def workflowSteps
end