Package CIM14 :: Package ENTSOE :: Package Dynamics :: Package IEC61970 :: Package Dynamics :: Module DynamicsMetaBlockConnection' :: Class DynamicsMetaBlockConnection
[hide private]
[frames] | no frames]

Class DynamicsMetaBlockConnection

                                 object --+        
                                          |        
                           Element'.Element --+    
                                              |    
Core.CoreIdentifiedObject'.CoreIdentifiedObject --+
                                                  |
                                                 DynamicsMetaBlockConnection

Instance Methods [hide private]
 
__init__(self, MetaBlockConOutput=None, MemberOf_MetaBlockConnectivity=None, BlockConnection=None, MetaBlockConInput=None, *args, **kw_args)
Initialises a new 'DynamicsMetaBlockConnection' instance.
 
addBlockConnection(self, *BlockConnection)
 
addMetaBlockConInput(self, *MetaBlockConInput)
 
addMetaBlockConOutput(self, *MetaBlockConOutput)
 
getBlockConnection(self)
 
getMemberOf_MetaBlockConnectivity(self)
 
getMetaBlockConInput(self)
 
getMetaBlockConOutput(self)
 
removeBlockConnection(self, *BlockConnection)
 
removeMetaBlockConInput(self, *MetaBlockConInput)
 
removeMetaBlockConOutput(self, *MetaBlockConOutput)
 
setBlockConnection(self, value)
 
setMemberOf_MetaBlockConnectivity(self, value)
 
setMetaBlockConInput(self, value)
 
setMetaBlockConOutput(self, value)

Inherited from Core.CoreIdentifiedObject'.CoreIdentifiedObject: getModelingAuthoritySet, setModelingAuthoritySet

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

Class Variables [hide private]
  _attr_types = {}
  _attrs = []
  _defaults = {}
  _many_refs = ['MetaBlockConOutput', 'BlockConnection', 'MetaBl...
  _refs = ['MetaBlockConOutput', 'MemberOf_MetaBlockConnectivity...

Inherited from Element'.Element (private): _enums

Properties [hide private]
  BlockConnection
  MemberOf_MetaBlockConnectivity
  MetaBlockConInput
  MetaBlockConOutput

Inherited from Core.CoreIdentifiedObject'.CoreIdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

__init__(self, MetaBlockConOutput=None, MemberOf_MetaBlockConnectivity=None, BlockConnection=None, MetaBlockConInput=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'DynamicsMetaBlockConnection' instance.

Parameters:
  • MetaBlockConOutput
  • MemberOf_MetaBlockConnectivity
  • BlockConnection
  • MetaBlockConInput
Overrides: object.__init__

Class Variable Details [hide private]

_many_refs

Value:
['MetaBlockConOutput', 'BlockConnection', 'MetaBlockConInput']

_refs

Value:
['MetaBlockConOutput',
 'MemberOf_MetaBlockConnectivity',
 'BlockConnection',
 'MetaBlockConInput']

Property Details [hide private]

BlockConnection

Get Method:
getBlockConnection(self)
Set Method:
setBlockConnection(self, value)

MemberOf_MetaBlockConnectivity

Get Method:
getMemberOf_MetaBlockConnectivity(self)
Set Method:
setMemberOf_MetaBlockConnectivity(self, value)

MetaBlockConInput

Get Method:
getMetaBlockConInput(self)
Set Method:
setMetaBlockConInput(self, value)

MetaBlockConOutput

Get Method:
getMetaBlockConOutput(self)
Set Method:
setMetaBlockConOutput(self, value)