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

Class CompatibleUnit

                         object --+            
                                  |            
                   Element'.Element --+        
                                      |        
Core.IdentifiedObject'.IdentifiedObject --+    
                                          |    
         IEC61968.Common.Document'.Document --+
                                              |
                                             CompatibleUnit

A pre-planned job model containing labor, material, and accounting requirements for standardized job planning.A pre-planned job model containing labor, material, and accounting requirements for standardized job planning.

Instance Methods [hide private]
 
__init__(self, quantity='', estCost=0.0, CUWorkEquipmentItems=None, DesignLocationCUs=None, CUGroup=None, CUAssets=None, PropertyUnit=None, CostType=None, CUAllowableAction=None, Procedures=None, CUContractorItems=None, CUMaterialItems=None, CULaborItems=None, *args, **kw_args)
Initialises a new 'CompatibleUnit' instance.
 
addCUAssets(self, *CUAssets)
 
addCUContractorItems(self, *CUContractorItems)
 
addCULaborItems(self, *CULaborItems)
 
addCUMaterialItems(self, *CUMaterialItems)
 
addCUWorkEquipmentItems(self, *CUWorkEquipmentItems)
 
addDesignLocationCUs(self, *DesignLocationCUs)
 
addProcedures(self, *Procedures)
 
getCUAllowableAction(self)
 
getCUAssets(self)
 
getCUContractorItems(self)
 
getCUGroup(self)
 
getCULaborItems(self)
 
getCUMaterialItems(self)
 
getCUWorkEquipmentItems(self)
 
getCostType(self)
 
getDesignLocationCUs(self)
 
getProcedures(self)
 
getPropertyUnit(self)
 
removeCUAssets(self, *CUAssets)
 
removeCUContractorItems(self, *CUContractorItems)
 
removeCULaborItems(self, *CULaborItems)
 
removeCUMaterialItems(self, *CUMaterialItems)
 
removeCUWorkEquipmentItems(self, *CUWorkEquipmentItems)
 
removeDesignLocationCUs(self, *DesignLocationCUs)
 
removeProcedures(self, *Procedures)
 
setCUAllowableAction(self, value)
 
setCUAssets(self, value)
 
setCUContractorItems(self, value)
 
setCUGroup(self, value)
 
setCULaborItems(self, value)
 
setCUMaterialItems(self, value)
 
setCUWorkEquipmentItems(self, value)
 
setCostType(self, value)
 
setDesignLocationCUs(self, value)
 
setProcedures(self, value)
 
setPropertyUnit(self, value)

Inherited from IEC61968.Common.Document'.Document: addActivityRecords, addAssetRoles, addChangeItems, addChangeSets, addErpOrganisationRoles, addErpPersonRoles, addFromDocumentRoles, addMeasurements, addNetworkDataSets, addPowerSystemResourceRoles, addScheduleParameterInfos, addScheduledEvents, addToDocumentRoles, getActivityRecords, getAssetRoles, getChangeItems, getChangeSets, getErpOrganisationRoles, getErpPersonRoles, getFromDocumentRoles, getMeasurements, getNetworkDataSets, getPowerSystemResourceRoles, getScheduleParameterInfos, getScheduledEvents, getToDocumentRoles, removeActivityRecords, removeAssetRoles, removeChangeItems, removeChangeSets, removeErpOrganisationRoles, removeErpPersonRoles, removeFromDocumentRoles, removeMeasurements, removeNetworkDataSets, removePowerSystemResourceRoles, removeScheduleParameterInfos, removeScheduledEvents, removeToDocumentRoles, setActivityRecords, setAssetRoles, setChangeItems, setChangeSets, setErpOrganisationRoles, setErpPersonRoles, setFromDocumentRoles, setMeasurements, setNetworkDataSets, setPowerSystemResourceRoles, setScheduleParameterInfos, setScheduledEvents, setToDocumentRoles

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 = {'estCost': <type 'float'>, 'quantity': <type 's...
  _attrs = ['quantity', 'estCost']
  _defaults = {'estCost': 0.0, 'quantity': ''}
  _many_refs = ['CUWorkEquipmentItems', 'DesignLocationCUs', 'CU...
  _refs = ['CUWorkEquipmentItems', 'DesignLocationCUs', 'CUGroup...

Inherited from IEC61968.Common.Document'.Document: docStatus, electronicAddress, status

Inherited from Element'.Element (private): _enums

Properties [hide private]
  CUAllowableAction
  CUAssets
  CUContractorItems
  CUGroup
  CULaborItems
  CUMaterialItems
  CUWorkEquipmentItems
  CostType
  DesignLocationCUs
  Procedures
  PropertyUnit

Inherited from IEC61968.Common.Document'.Document: ActivityRecords, AssetRoles, ChangeItems, ChangeSets, ErpOrganisationRoles, ErpPersonRoles, FromDocumentRoles, Measurements, NetworkDataSets, PowerSystemResourceRoles, ScheduleParameterInfos, ScheduledEvents, ToDocumentRoles

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

Inherited from object: __class__

Method Details [hide private]

__init__(self, quantity='', estCost=0.0, CUWorkEquipmentItems=None, DesignLocationCUs=None, CUGroup=None, CUAssets=None, PropertyUnit=None, CostType=None, CUAllowableAction=None, Procedures=None, CUContractorItems=None, CUMaterialItems=None, CULaborItems=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'CompatibleUnit' instance.

Parameters:
  • quantity - The quantity, unit of measure, and multiplier at the CU level that applies to the materials.
  • estCost - Estimated total cost for perfoming CU.
  • CUWorkEquipmentItems
  • DesignLocationCUs
  • CUGroup
  • CUAssets
  • PropertyUnit
  • CostType
  • CUAllowableAction
  • Procedures
  • CUContractorItems
  • CUMaterialItems
  • CULaborItems
Overrides: object.__init__

Class Variable Details [hide private]

_attr_types

Value:
{'estCost': <type 'float'>, 'quantity': <type 'str'>}

_many_refs

Value:
['CUWorkEquipmentItems',
 'DesignLocationCUs',
 'CUAssets',
 'Procedures',
 'CUContractorItems',
 'CUMaterialItems',
 'CULaborItems']

_refs

Value:
['CUWorkEquipmentItems',
 'DesignLocationCUs',
 'CUGroup',
 'CUAssets',
 'PropertyUnit',
 'CostType',
 'CUAllowableAction',
 'Procedures',
...

Property Details [hide private]

CUAllowableAction

Get Method:
getCUAllowableAction(self)
Set Method:
setCUAllowableAction(self, value)

CUAssets

Get Method:
getCUAssets(self)
Set Method:
setCUAssets(self, value)

CUContractorItems

Get Method:
getCUContractorItems(self)
Set Method:
setCUContractorItems(self, value)

CUGroup

Get Method:
getCUGroup(self)
Set Method:
setCUGroup(self, value)

CULaborItems

Get Method:
getCULaborItems(self)
Set Method:
setCULaborItems(self, value)

CUMaterialItems

Get Method:
getCUMaterialItems(self)
Set Method:
setCUMaterialItems(self, value)

CUWorkEquipmentItems

Get Method:
getCUWorkEquipmentItems(self)
Set Method:
setCUWorkEquipmentItems(self, value)

CostType

Get Method:
getCostType(self)
Set Method:
setCostType(self, value)

DesignLocationCUs

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

Procedures

Get Method:
getProcedures(self)
Set Method:
setProcedures(self, value)

PropertyUnit

Get Method:
getPropertyUnit(self)
Set Method:
setPropertyUnit(self, value)