Package CIM15 :: Package IEC61970 :: Package Informative :: Package InfLocations :: Module Direction' :: Class Direction
[hide private]
[frames] | no frames]

Class Direction

      object --+    
               |    
Element'.Element --+
                   |
                  Direction

Used for navigating from one location to another location.Used for navigating from one location to another location.

Instance Methods [hide private]
 
__init__(self, directionInfo='', Location=None, *args, **kw_args)
Initialises a new 'Direction' instance.
 
getLocation(self)
 
setLocation(self, value)

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

Class Variables [hide private]
  _attr_types = {'directionInfo': <type 'str'>}
  _attrs = ['directionInfo']
  _defaults = {'directionInfo': ''}
  _refs = ['Location']

Inherited from Element'.Element (private): _enums, _many_refs

Properties [hide private]
  Location

Inherited from object: __class__

Method Details [hide private]

__init__(self, directionInfo='', Location=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'Direction' instance.

Parameters:
  • directionInfo - Detailed directional information.
  • Location
Overrides: object.__init__

Property Details [hide private]

Location

Get Method:
getLocation(self)
Set Method:
setLocation(self, value)