Package CIM14 :: Package Dynamics :: Module BlockConnectivity' :: Class BlockConnectivity
[hide private]
[frames] | no frames]

Class BlockConnectivity

                                  object --+        
                                           |        
                            Element'.Element --+    
                                               |    
IEC61970.Core.IdentifiedObject'.IdentifiedObject --+
                                                   |
                                                  BlockConnectivity

A instance definition of connectivity of BlockUsage objects as defined in a a BlockConnection within the dyanmics-meta-model.

Instance Methods [hide private]
 
__init__(self, MetaBlockConnectivity=None, Block=None, BlockConnection=None, *args, **kw_args)
Initialises a new 'BlockConnectivity' instance.
 
addBlock(self, *Block)
 
addBlockConnection(self, *BlockConnection)
 
getBlock(self)
 
getBlockConnection(self)
 
getMetaBlockConnectivity(self)
 
removeBlock(self, *Block)
 
removeBlockConnection(self, *BlockConnection)
 
setBlock(self, value)
 
setBlockConnection(self, value)
 
setMetaBlockConnectivity(self, value)

Inherited from IEC61970.Core.IdentifiedObject'.IdentifiedObject: 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 = ['Block', 'BlockConnection']
  _refs = ['MetaBlockConnectivity', 'Block', 'BlockConnection']

Inherited from Element'.Element (private): _enums

Properties [hide private]
  Block
  BlockConnection
  MetaBlockConnectivity

Inherited from IEC61970.Core.IdentifiedObject'.IdentifiedObject: ModelingAuthoritySet

Inherited from object: __class__

Method Details [hide private]

__init__(self, MetaBlockConnectivity=None, Block=None, BlockConnection=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'BlockConnectivity' instance.

Parameters:
  • MetaBlockConnectivity
  • Block
  • BlockConnection
Overrides: object.__init__

Property Details [hide private]

Block

Get Method:
getBlock(self)
Set Method:
setBlock(self, value)

BlockConnection

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

MetaBlockConnectivity

Get Method:
getMetaBlockConnectivity(self)
Set Method:
setMetaBlockConnectivity(self, value)