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

Class DesignLocation

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

A logical part of the design (e.g., pole and all equipment on a pole). This includes points and spans.A logical part of the design (e.g., pole and all equipment on a pole). This includes points and spans.

Instance Methods [hide private]
 
__init__(self, spanLength=0.0, status=None, MaterialItems=None, Designs=None, DesignLocationCUs=None, WorkLocations=None, Diagrams=None, MiscCostItems=None, ErpBomItemDatas=None, ConditionFactors=None, *args, **kw_args)
Initialises a new 'DesignLocation' instance.
 
addConditionFactors(self, *ConditionFactors)
 
addDesignLocationCUs(self, *DesignLocationCUs)
 
addDesigns(self, *Designs)
 
addDiagrams(self, *Diagrams)
 
addErpBomItemDatas(self, *ErpBomItemDatas)
 
addMaterialItems(self, *MaterialItems)
 
addMiscCostItems(self, *MiscCostItems)
 
addWorkLocations(self, *WorkLocations)
 
getConditionFactors(self)
 
getDesignLocationCUs(self)
 
getDesigns(self)
 
getDiagrams(self)
 
getErpBomItemDatas(self)
 
getMaterialItems(self)
 
getMiscCostItems(self)
 
getWorkLocations(self)
 
removeConditionFactors(self, *ConditionFactors)
 
removeDesignLocationCUs(self, *DesignLocationCUs)
 
removeDesigns(self, *Designs)
 
removeDiagrams(self, *Diagrams)
 
removeErpBomItemDatas(self, *ErpBomItemDatas)
 
removeMaterialItems(self, *MaterialItems)
 
removeMiscCostItems(self, *MiscCostItems)
 
removeWorkLocations(self, *WorkLocations)
 
setConditionFactors(self, value)
 
setDesignLocationCUs(self, value)
 
setDesigns(self, value)
 
setDiagrams(self, value)
 
setErpBomItemDatas(self, value)
 
setMaterialItems(self, value)
 
setMiscCostItems(self, value)
 
setWorkLocations(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 = {'spanLength': <type 'float'>}
  _attrs = ['spanLength']
  _defaults = {'spanLength': 0.0}
  _many_refs = ['MaterialItems', 'Designs', 'DesignLocationCUs',...
  _refs = ['status', 'MaterialItems', 'Designs', 'DesignLocation...
  status = None

Inherited from Element'.Element (private): _enums

Properties [hide private]
  ConditionFactors
  DesignLocationCUs
  Designs
  Diagrams
  ErpBomItemDatas
  MaterialItems
  MiscCostItems
  WorkLocations

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

Inherited from object: __class__

Method Details [hide private]

__init__(self, spanLength=0.0, status=None, MaterialItems=None, Designs=None, DesignLocationCUs=None, WorkLocations=None, Diagrams=None, MiscCostItems=None, ErpBomItemDatas=None, ConditionFactors=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'DesignLocation' instance.

Parameters:
  • spanLength - The legth of the span from the previous pole to this pole.
  • status
  • MaterialItems
  • Designs
  • DesignLocationCUs
  • WorkLocations
  • Diagrams
  • MiscCostItems
  • ErpBomItemDatas
  • ConditionFactors
Overrides: object.__init__

Class Variable Details [hide private]

_many_refs

Value:
['MaterialItems',
 'Designs',
 'DesignLocationCUs',
 'WorkLocations',
 'Diagrams',
 'MiscCostItems',
 'ErpBomItemDatas',
 'ConditionFactors']

_refs

Value:
['status',
 'MaterialItems',
 'Designs',
 'DesignLocationCUs',
 'WorkLocations',
 'Diagrams',
 'MiscCostItems',
 'ErpBomItemDatas',
...

Property Details [hide private]

ConditionFactors

Get Method:
getConditionFactors(self)
Set Method:
setConditionFactors(self, value)

DesignLocationCUs

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

Designs

Get Method:
getDesigns(self)
Set Method:
setDesigns(self, value)

Diagrams

Get Method:
getDiagrams(self)
Set Method:
setDiagrams(self, value)

ErpBomItemDatas

Get Method:
getErpBomItemDatas(self)
Set Method:
setErpBomItemDatas(self, value)

MaterialItems

Get Method:
getMaterialItems(self)
Set Method:
setMaterialItems(self, value)

MiscCostItems

Get Method:
getMiscCostItems(self)
Set Method:
setMiscCostItems(self, value)

WorkLocations

Get Method:
getWorkLocations(self)
Set Method:
setWorkLocations(self, value)