Class: OpenStudio::WorkflowJSON

Inherits:
Object
  • Object
show all
Defined in:
lib/openstudio-api-stubs/Classes/WorkflowJSON.rb

Class Method Summary collapse

Instance Method Summary collapse

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

Returns:

  • (String)


159
160
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 159

def __str__
end

#_string(*args) ⇒ String

Returns:

  • (String)


165
166
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 165

def _string(*args)
end

#absoluteFilePathsPathVector

Returns:

  • (PathVector)


93
94
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 93

def absoluteFilePaths
end

#absoluteMeasurePathsPathVector

Returns:

  • (PathVector)


104
105
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 104

def absoluteMeasurePaths
end

#absoluteOutPathPath

Returns:



87
88
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 87

def absoluteOutPath
end

#absoluteRootDirPath

Returns:



75
76
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 75

def absoluteRootDir
end

#absoluteRunDirPath

Returns:



81
82
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 81

def absoluteRunDir
end

#addFilePath(path) ⇒ Boolean

Returns:

  • (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

Returns:

  • (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

Returns:

  • (Boolean)


107
108
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 107

def addMeasurePath(path)
end

#checkForUpdatesBoolean

Returns:

  • (Boolean)


16
17
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 16

def checkForUpdates
end

#cloneWorkflowJSON

Returns:



7
8
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 7

def clone
end

#completedAtOptionalDateTime

Returns:



52
53
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 52

def completedAt
end

#completedStatusOptionalString

Returns:



38
39
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 38

def completedStatus
end

#computeHashString

Returns:

  • (String)


13
14
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 13

def computeHash
end

#createdAtOptionalDateTime

Returns:



43
44
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 43

def createdAt
end

#currentStepOptionalWorkflowStep



32
33
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 32

def currentStep
end

#currentStepIndexUInt32

Returns:

  • (UInt32)


29
30
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 29

def currentStepIndex
end

#eplusoutErrOptionalString

Returns:



55
56
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 55

def eplusoutErr
end

#filePathsPathVector

Returns:

  • (PathVector)


90
91
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 90

def filePaths
end

#findFile(*args) ⇒ OptionalPath

Returns:



168
169
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 168

def findFile(*args)
end

#findMeasure(*args) ⇒ OptionalPath

Returns:



171
172
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 171

def findMeasure(*args)
end

#getBCLMeasure(measureStep) ⇒ SWIGTYPE_p_boost__optionalT_BCLMeasure_t

Returns:

  • (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

Returns:

  • (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

Returns:

  • (MeasureStepVector)


136
137
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 136

def getMeasureSteps(sWIGTYPE_p_openstudio__MeasureType)
end

#hashString

Returns:

  • (String)


10
11
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 10

def hash
end

#incrementStepBoolean

Returns:

  • (Boolean)


35
36
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 35

def incrementStep
end

#measurePathsPathVector

Returns:

  • (PathVector)


101
102
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 101

def measurePaths
end

#oswDirPath

Returns:



66
67
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 66

def oswDir
end

#oswPathOptionalPath

Returns:



60
61
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 60

def oswPath
end

#outPathPath

Returns:



84
85
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 84

def outPath
end

#resetObject



24
25
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 24

def reset
end

#resetFilePathsObject



98
99
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 98

def resetFilePaths
end

#resetMeasurePathsObject



109
110
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 109

def resetMeasurePaths
end

#resetRunOptionsObject



156
157
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 156

def resetRunOptions
end

#resetSeedFileObject



117
118
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 117

def resetSeedFile
end

#resetWeatherFileObject



125
126
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 125

def resetWeatherFile
end

#resetWorkflowStepsObject



133
134
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 133

def resetWorkflowSteps
end

#rootDirPath

Returns:



72
73
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 72

def rootDir
end

#runDirPath

Returns:



78
79
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 78

def runDir
end

#runOptionsOptionalRunOptions

Returns:



151
152
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 151

def runOptions
end

#saveBoolean

Returns:

  • (Boolean)


19
20
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 19

def save
end

#saveAs(path) ⇒ Boolean

Returns:

  • (Boolean)


22
23
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 22

def saveAs(path)
end

#seedFileOptionalPath

Returns:



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

Returns:

  • (Boolean)


139
140
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 139

def setMeasureSteps(sWIGTYPE_p_openstudio__MeasureType, measureStepVector)
end

#setOswDir(path) ⇒ Boolean

Returns:

  • (Boolean)


69
70
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 69

def setOswDir(path)
end

#setOswPath(path) ⇒ Boolean

Returns:

  • (Boolean)


63
64
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 63

def setOswPath(path)
end

#setRunOptions(runOptions) ⇒ Boolean

Returns:

  • (Boolean)


154
155
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 154

def setRunOptions(runOptions)
end

#setSeedFile(path) ⇒ Boolean

Returns:

  • (Boolean)


115
116
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 115

def setSeedFile(path)
end

#setWeatherFile(path) ⇒ Boolean

Returns:

  • (Boolean)


123
124
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 123

def setWeatherFile(path)
end

#setWorkflowSteps(workflowStepVector) ⇒ Boolean

Returns:

  • (Boolean)


131
132
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 131

def setWorkflowSteps(workflowStepVector)
end

#startObject



26
27
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 26

def start
end

#startedAtOptionalDateTime

Returns:



46
47
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 46

def startedAt
end

#updatedAtOptionalDateTime

Returns:



49
50
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 49

def updatedAt
end

#weatherFileOptionalPath

Returns:



120
121
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 120

def weatherFile
end

#workflowStepsWorkflowStepVector

Returns:

  • (WorkflowStepVector)


128
129
# File 'lib/openstudio-api-stubs/Classes/WorkflowJSON.rb', line 128

def workflowSteps
end