Class: OpenStudio::Model::PortList

Inherits:
ModelObject show all
Defined in:
lib/openstudio-api-stubs/Classes/PortList.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from ModelObject

#EqualEqual, #LessThan, #NotEqual, #__str__, #clone, #connectedObject, #connectedObjectPort, #createComponent, #getData, #getScheduleTypeKeys, #iddObjectType, #lifeCycleCosts, #model, #outputVariableNames, #outputVariables, #parent, #removeLifeCycleCosts, #resources, #setParent, #toIdfObject

Methods inherited from WorkspaceObject

#LessThan, #__str__, #canBeSource, #canBeTarget, #getSourceIndices, #getSources, #getTarget, #idfObject, #initialized, #isSource, #isTarget, #numSources, #objectListFieldsEqual, #objectListFieldsNonConflicting, #remove, #setPointer, #sources, #targets, #workspace

Class Method Details

.iddObjectTypeIddObjectType



8
9
# File 'lib/openstudio-api-stubs/Classes/PortList.rb', line 8

def self.iddObjectType
end

.new(hVACComponent) ⇒ Object



5
6
# File 'lib/openstudio-api-stubs/Classes/PortList.rb', line 5

def self.new(hVACComponent)
end

Instance Method Details

#airLoopHVACModelObjectOptionalModelObject



41
42
# File 'lib/openstudio-api-stubs/Classes/PortList.rb', line 41

def airLoopHVACModelObject
end

#airLoopHVACPortUInt32



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

def airLoopHVACPort
end

#lastModelObjectOptionalModelObject



23
24
# File 'lib/openstudio-api-stubs/Classes/PortList.rb', line 23

def lastModelObject
end

#modelObject(uInt32) ⇒ OptionalModelObject



20
21
# File 'lib/openstudio-api-stubs/Classes/PortList.rb', line 20

def modelObject(uInt32)
end

#modelObjectsModelObjectVector



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

def modelObjects
end

#nextPortUInt32



17
18
# File 'lib/openstudio-api-stubs/Classes/PortList.rb', line 17

def nextPort
end

#nextPortIndexUInt32



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

def nextPortIndex
end

#port(uInt32) ⇒ UInt32



11
12
# File 'lib/openstudio-api-stubs/Classes/PortList.rb', line 11

def port(uInt32)
end

#portIndex(uInt32) ⇒ UInt32



14
15
# File 'lib/openstudio-api-stubs/Classes/PortList.rb', line 14

def portIndex(uInt32)
end

#portIndexForModelObject(modelObject) ⇒ UInt32



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

def portIndexForModelObject(modelObject)
end

#thermalZoneThermalZone



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

def thermalZone
end