Package CIM15 :: Package IEC61970 :: Package Informative :: Package InfWork :: Module CUGroup' :: Class CUGroup
[hide private]
[frames] | no frames]

Class CUGroup

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

A Compatible Unit Group identifies a set of compatible units which may be jointly utilized for estimating and designating jobs.A Compatible Unit Group identifies a set of compatible units which may be jointly utilized for estimating and designating jobs.

Instance Methods [hide private]
 
__init__(self, CompatibleUnits=None, ParentCUGroups=None, ChildCUGroups=None, status=None, DesignLocationCUs=None, *args, **kw_args)
Initialises a new 'CUGroup' instance.
 
addChildCUGroups(self, *ChildCUGroups)
 
addCompatibleUnits(self, *CompatibleUnits)
 
addDesignLocationCUs(self, *DesignLocationCUs)
 
addParentCUGroups(self, *ParentCUGroups)
 
getChildCUGroups(self)
 
getCompatibleUnits(self)
 
getDesignLocationCUs(self)
 
getParentCUGroups(self)
 
removeChildCUGroups(self, *ChildCUGroups)
 
removeCompatibleUnits(self, *CompatibleUnits)
 
removeDesignLocationCUs(self, *DesignLocationCUs)
 
removeParentCUGroups(self, *ParentCUGroups)
 
setChildCUGroups(self, value)
 
setCompatibleUnits(self, value)
 
setDesignLocationCUs(self, value)
 
setParentCUGroups(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 = {}
  _attrs = []
  _defaults = {}
  _many_refs = ['CompatibleUnits', 'ParentCUGroups', 'ChildCUGro...
  _refs = ['CompatibleUnits', 'ParentCUGroups', 'ChildCUGroups',...
  status = None

Inherited from Element'.Element (private): _enums

Properties [hide private]
  ChildCUGroups
  CompatibleUnits
  DesignLocationCUs
  ParentCUGroups

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

Inherited from object: __class__

Method Details [hide private]

__init__(self, CompatibleUnits=None, ParentCUGroups=None, ChildCUGroups=None, status=None, DesignLocationCUs=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'CUGroup' instance.

Parameters:
  • CompatibleUnits
  • ParentCUGroups
  • ChildCUGroups
  • status
  • DesignLocationCUs
Overrides: object.__init__

Class Variable Details [hide private]

_many_refs

Value:
['CompatibleUnits',
 'ParentCUGroups',
 'ChildCUGroups',
 'DesignLocationCUs']

_refs

Value:
['CompatibleUnits',
 'ParentCUGroups',
 'ChildCUGroups',
 'status',
 'DesignLocationCUs']

Property Details [hide private]

ChildCUGroups

Get Method:
getChildCUGroups(self)
Set Method:
setChildCUGroups(self, value)

CompatibleUnits

Get Method:
getCompatibleUnits(self)
Set Method:
setCompatibleUnits(self, value)

DesignLocationCUs

Get Method:
getDesignLocationCUs(self)
Set Method:
setDesignLocationCUs(self, value)

ParentCUGroups

Get Method:
getParentCUGroups(self)
Set Method:
setParentCUGroups(self, value)