Package CIM15 :: Package IEC61970 :: Package Informative :: Package InfGMLSupport :: Module GmlValue' :: Class GmlValue
[hide private]
[frames] | no frames]

Class GmlValue

                         object --+        
                                  |        
                   Element'.Element --+    
                                      |    
Core.IdentifiedObject'.IdentifiedObject --+
                                          |
                                         GmlValue

Used for direct representation of values.Used for direct representation of values.

Instance Methods [hide private]
 
__init__(self, dateTime='', timePeriod='', value=0.0, GmlObservation=None, MeasurementValue=None, *args, **kw_args)
Initialises a new 'GmlValue' instance.
 
getGmlObservation(self)
 
getMeasurementValue(self)
 
setGmlObservation(self, value)
 
setMeasurementValue(self, value)

Inherited from Core.IdentifiedObject'.IdentifiedObject: addDiagramObjects, addNames, getDiagramObjects, getModelingAuthoritySet, getNames, removeDiagramObjects, removeNames, setDiagramObjects, setModelingAuthoritySet, setNames

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  _attr_types = {'dateTime': <type 'str'>, 'timePeriod': <type '...
  _attrs = ['dateTime', 'timePeriod', 'value']
  _defaults = {'dateTime': '', 'timePeriod': '', 'value': 0.0}
  _many_refs = []
  _refs = ['GmlObservation', 'MeasurementValue']

Inherited from Element'.Element (private): _enums

Properties [hide private]
  GmlObservation
  MeasurementValue

Inherited from Core.IdentifiedObject'.IdentifiedObject: DiagramObjects, ModelingAuthoritySet, Names

Inherited from object: __class__

Method Details [hide private]

__init__(self, dateTime='', timePeriod='', value=0.0, GmlObservation=None, MeasurementValue=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'GmlValue' instance.

Parameters:
  • dateTime
  • timePeriod
  • value
  • GmlObservation
  • MeasurementValue
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'dateTime': <type 'str'>,
 'timePeriod': <type 'str'>,
 'value': <type 'float'>}

Property Details [hide private]

GmlObservation

Get Method:
getGmlObservation(self)
Set Method:
setGmlObservation(self, value)

MeasurementValue

Get Method:
getMeasurementValue(self)
Set Method:
setMeasurementValue(self, value)