Package CIM15 :: Package IEC61968 :: Package Assets :: Module AssetContainer' :: Class AssetContainer
[hide private]
[frames] | no frames]

Class AssetContainer

                                  object --+            
                                           |            
                            Element'.Element --+        
                                               |        
IEC61970.Core.IdentifiedObject'.IdentifiedObject --+    
                                                   |    
                                        Asset'.Asset --+
                                                       |
                                                      AssetContainer
Known Subclasses:

Asset that is aggregation of other assets such as conductors, transformers, switchgear, land, fences, buildings, equipment, vehicles, etc.Asset that is aggregation of other assets such as conductors, transformers, switchgear, land, fences, buildings, equipment, vehicles, etc.

Instance Methods [hide private]
 
__init__(self, Seals=None, Assets=None, LandProperties=None, *args, **kw_args)
Initialises a new 'AssetContainer' instance.
 
addAssets(self, *Assets)
 
addLandProperties(self, *LandProperties)
 
addSeals(self, *Seals)
 
getAssets(self)
 
getLandProperties(self)
 
getSeals(self)
All seals applied to this asset container.
 
removeAssets(self, *Assets)
 
removeLandProperties(self, *LandProperties)
 
removeSeals(self, *Seals)
 
setAssets(self, value)
 
setLandProperties(self, value)
 
setSeals(self, value)

Inherited from Asset'.Asset: addActivityRecords, addAssetFunctions, addAssetPropertyCurves, addChangeItems, addDocumentRoles, addErpOrganisationRoles, addErpRecDeliveryItems, addFromAssetRoles, addMeasurements, addMediums, addPowerSystemResources, addProperties, addRatings, addReliabilityInfos, addScheduledEvents, addToAssetRoles, getActivityRecords, getAssetContainer, getAssetFunctions, getAssetInfo, getAssetPropertyCurves, getChangeItems, getDocumentRoles, getErpInventory, getErpItemMaster, getErpOrganisationRoles, getErpRecDeliveryItems, getFinancialInfo, getFromAssetRoles, getLocation, getMeasurements, getMediums, getPowerSystemResources, getProperties, getRatings, getReliabilityInfos, getScheduledEvents, getToAssetRoles, getWorkTask, removeActivityRecords, removeAssetFunctions, removeAssetPropertyCurves, removeChangeItems, removeDocumentRoles, removeErpOrganisationRoles, removeErpRecDeliveryItems, removeFromAssetRoles, removeMeasurements, removeMediums, removePowerSystemResources, removeProperties, removeRatings, removeReliabilityInfos, removeScheduledEvents, removeToAssetRoles, setActivityRecords, setAssetContainer, setAssetFunctions, setAssetInfo, setAssetPropertyCurves, setChangeItems, setDocumentRoles, setErpInventory, setErpItemMaster, setErpOrganisationRoles, setErpRecDeliveryItems, setFinancialInfo, setFromAssetRoles, setLocation, setMeasurements, setMediums, setPowerSystemResources, setProperties, setRatings, setReliabilityInfos, setScheduledEvents, setToAssetRoles, setWorkTask

Inherited from IEC61970.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 = {}
  _attrs = []
  _defaults = {}
  _many_refs = ['Seals', 'Assets', 'LandProperties']
  _refs = ['Seals', 'Assets', 'LandProperties']

Inherited from Asset'.Asset: acceptanceTest, electronicAddress, status

Inherited from Element'.Element (private): _enums

Properties [hide private]
  Assets
  LandProperties
  Seals
All seals applied to this asset container.

Inherited from Asset'.Asset: ActivityRecords, AssetContainer, AssetFunctions, AssetInfo, AssetPropertyCurves, ChangeItems, DocumentRoles, ErpInventory, ErpItemMaster, ErpOrganisationRoles, ErpRecDeliveryItems, FinancialInfo, FromAssetRoles, Location, Measurements, Mediums, PowerSystemResources, Properties, Ratings, ReliabilityInfos, ScheduledEvents, ToAssetRoles, WorkTask

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

Inherited from object: __class__

Method Details [hide private]

__init__(self, Seals=None, Assets=None, LandProperties=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'AssetContainer' instance.

Parameters:
  • Seals - All seals applied to this asset container.
  • Assets
  • LandProperties
Overrides: object.__init__

Property Details [hide private]

Assets

Get Method:
getAssets(self)
Set Method:
setAssets(self, value)

LandProperties

Get Method:
getLandProperties(self)
Set Method:
setLandProperties(self, value)

Seals

All seals applied to this asset container.

Get Method:
getSeals(self) - All seals applied to this asset container.
Set Method:
setSeals(self, value)