Class: OpenStudio::WorkflowJSON
- Inherits:
-
Object
- Object
- OpenStudio::WorkflowJSON
- Defined in:
- lib/openstudio-api-stubs/Classes/WorkflowJSON.rb
Class Method Summary collapse
Instance Method Summary collapse
- #__str__ ⇒ String
- #_string(*args) ⇒ String
- #absoluteFilePaths ⇒ PathVector
- #absoluteMeasurePaths ⇒ PathVector
- #absoluteOutPath ⇒ Path
- #absoluteRootDir ⇒ Path
- #absoluteRunDir ⇒ Path
- #addFilePath(path) ⇒ Boolean
- #addMeasure(sWIGTYPE_p_BCLMeasure) ⇒ SWIGTYPE_p_boost__optionalT_BCLMeasure_t
- #addMeasurePath(path) ⇒ Boolean
- #checkForUpdates ⇒ Boolean
- #clone ⇒ WorkflowJSON
- #completedAt ⇒ OptionalDateTime
- #completedStatus ⇒ OptionalString
- #computeHash ⇒ String
- #createdAt ⇒ OptionalDateTime
- #currentStep ⇒ OptionalWorkflowStep
- #currentStepIndex ⇒ UInt32
- #eplusoutErr ⇒ OptionalString
- #filePaths ⇒ PathVector
- #findFile(*args) ⇒ OptionalPath
- #findMeasure(*args) ⇒ OptionalPath
- #getBCLMeasure(measureStep) ⇒ SWIGTYPE_p_boost__optionalT_BCLMeasure_t
- #getBCLMeasureByUUID(uUID) ⇒ SWIGTYPE_p_boost__optionalT_BCLMeasure_t
- #getMeasureSteps(sWIGTYPE_p_openstudio__MeasureType) ⇒ MeasureStepVector
- #hash ⇒ String
- #incrementStep ⇒ Boolean
- #measurePaths ⇒ PathVector
- #oswDir ⇒ Path
- #oswPath ⇒ OptionalPath
- #outPath ⇒ Path
- #reset ⇒ Object
- #resetFilePaths ⇒ Object
- #resetMeasurePaths ⇒ Object
- #resetRunOptions ⇒ Object
- #resetSeedFile ⇒ Object
- #resetWeatherFile ⇒ Object
- #resetWorkflowSteps ⇒ Object
- #rootDir ⇒ Path
- #runDir ⇒ Path
- #runOptions ⇒ OptionalRunOptions
- #save ⇒ Boolean
- #saveAs(path) ⇒ Boolean
- #seedFile ⇒ OptionalPath
- #setCompletedStatus(string) ⇒ Object
- #setEplusoutErr(string) ⇒ Object
- #setMeasureSteps(sWIGTYPE_p_openstudio__MeasureType, measureStepVector) ⇒ Boolean
- #setOswDir(path) ⇒ Boolean
- #setOswPath(path) ⇒ Boolean
- #setRunOptions(runOptions) ⇒ Boolean
- #setSeedFile(path) ⇒ Boolean
- #setWeatherFile(path) ⇒ Boolean
- #setWorkflowSteps(workflowStepVector) ⇒ Boolean
- #start ⇒ Object
- #startedAt ⇒ OptionalDateTime
- #updatedAt ⇒ OptionalDateTime
- #weatherFile ⇒ OptionalPath
- #workflowSteps ⇒ WorkflowStepVector
Class Method Details
.load(*args) ⇒ OptionalWorkflowJSON
162 163 |
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 162 def self.load(*args) end |
.new(*args) ⇒ Object
4 5 |
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 4 def self.new(*args) end |
Instance Method Details
#__str__ ⇒ String
159 160 |
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 159 def __str__ end |
#_string(*args) ⇒ String
165 166 |
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 165 def _string(*args) end |
#absoluteFilePaths ⇒ PathVector
93 94 |
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 93 def absoluteFilePaths end |
#absoluteMeasurePaths ⇒ PathVector
104 105 |
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 104 def absoluteMeasurePaths end |
#absoluteOutPath ⇒ Path
87 88 |
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 87 def absoluteOutPath end |
#absoluteRootDir ⇒ Path
75 76 |
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 75 def absoluteRootDir end |
#absoluteRunDir ⇒ Path
81 82 |
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 81 def absoluteRunDir end |
#addFilePath(path) ⇒ Boolean
96 97 |
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 96 def addFilePath(path) end |
#addMeasure(sWIGTYPE_p_BCLMeasure) ⇒ SWIGTYPE_p_boost__optionalT_BCLMeasure_t
148 149 |
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 148 def addMeasure(sWIGTYPE_p_BCLMeasure) end |
#addMeasurePath(path) ⇒ Boolean
107 108 |
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 107 def addMeasurePath(path) end |
#checkForUpdates ⇒ Boolean
16 17 |
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 16 def checkForUpdates end |
#clone ⇒ WorkflowJSON
7 8 |
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 7 def clone end |
#completedAt ⇒ OptionalDateTime
52 53 |
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 52 def completedAt end |
#completedStatus ⇒ OptionalString
38 39 |
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 38 def completedStatus end |
#computeHash ⇒ String
13 14 |
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 13 def computeHash end |
#createdAt ⇒ OptionalDateTime
43 44 |
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 43 def createdAt end |
#currentStep ⇒ OptionalWorkflowStep
32 33 |
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 32 def currentStep end |
#currentStepIndex ⇒ UInt32
29 30 |
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 29 def currentStepIndex end |
#eplusoutErr ⇒ OptionalString
55 56 |
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 55 def eplusoutErr end |
#filePaths ⇒ PathVector
90 91 |
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 90 def filePaths end |
#findFile(*args) ⇒ OptionalPath
168 169 |
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 168 def findFile(*args) end |
#findMeasure(*args) ⇒ OptionalPath
171 172 |
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 171 def findMeasure(*args) end |
#getBCLMeasure(measureStep) ⇒ SWIGTYPE_p_boost__optionalT_BCLMeasure_t
142 143 |
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 142 def getBCLMeasure(measureStep) end |
#getBCLMeasureByUUID(uUID) ⇒ SWIGTYPE_p_boost__optionalT_BCLMeasure_t
145 146 |
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 145 def getBCLMeasureByUUID(uUID) end |
#getMeasureSteps(sWIGTYPE_p_openstudio__MeasureType) ⇒ MeasureStepVector
136 137 |
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 136 def getMeasureSteps(sWIGTYPE_p_openstudio__MeasureType) end |
#hash ⇒ String
10 11 |
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 10 def hash end |
#incrementStep ⇒ Boolean
35 36 |
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 35 def incrementStep end |
#measurePaths ⇒ PathVector
101 102 |
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 101 def measurePaths end |
#oswDir ⇒ Path
66 67 |
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 66 def oswDir end |
#oswPath ⇒ OptionalPath
60 61 |
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 60 def oswPath end |
#outPath ⇒ Path
84 85 |
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 84 def outPath end |
#reset ⇒ Object
24 25 |
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 24 def reset end |
#resetFilePaths ⇒ Object
98 99 |
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 98 def resetFilePaths end |
#resetMeasurePaths ⇒ Object
109 110 |
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 109 def resetMeasurePaths end |
#resetRunOptions ⇒ Object
156 157 |
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 156 def resetRunOptions end |
#resetSeedFile ⇒ Object
117 118 |
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 117 def resetSeedFile end |
#resetWeatherFile ⇒ Object
125 126 |
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 125 def resetWeatherFile end |
#resetWorkflowSteps ⇒ Object
133 134 |
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 133 def resetWorkflowSteps end |
#rootDir ⇒ Path
72 73 |
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 72 def rootDir end |
#runDir ⇒ Path
78 79 |
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 78 def runDir end |
#runOptions ⇒ OptionalRunOptions
151 152 |
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 151 def runOptions end |
#save ⇒ Boolean
19 20 |
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 19 def save end |
#saveAs(path) ⇒ Boolean
22 23 |
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 22 def saveAs(path) end |
#seedFile ⇒ OptionalPath
112 113 |
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 112 def seedFile end |
#setCompletedStatus(string) ⇒ Object
40 41 |
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 40 def setCompletedStatus(string) end |
#setEplusoutErr(string) ⇒ Object
57 58 |
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 57 def setEplusoutErr(string) end |
#setMeasureSteps(sWIGTYPE_p_openstudio__MeasureType, measureStepVector) ⇒ Boolean
139 140 |
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 139 def setMeasureSteps(sWIGTYPE_p_openstudio__MeasureType, measureStepVector) end |
#setOswDir(path) ⇒ Boolean
69 70 |
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 69 def setOswDir(path) end |
#setOswPath(path) ⇒ Boolean
63 64 |
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 63 def setOswPath(path) end |
#setRunOptions(runOptions) ⇒ Boolean
154 155 |
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 154 def setRunOptions(runOptions) end |
#setSeedFile(path) ⇒ Boolean
115 116 |
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 115 def setSeedFile(path) end |
#setWeatherFile(path) ⇒ Boolean
123 124 |
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 123 def setWeatherFile(path) end |
#setWorkflowSteps(workflowStepVector) ⇒ Boolean
131 132 |
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 131 def setWorkflowSteps(workflowStepVector) end |
#start ⇒ Object
26 27 |
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 26 def start end |
#startedAt ⇒ OptionalDateTime
46 47 |
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 46 def startedAt end |
#updatedAt ⇒ OptionalDateTime
49 50 |
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 49 def updatedAt end |
#weatherFile ⇒ OptionalPath
120 121 |
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 120 def weatherFile end |
#workflowSteps ⇒ WorkflowStepVector
128 129 |
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 128 def workflowSteps end |