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

Class ConditionFactor

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

This is to specify the various condition factors for a design that may alter the cost estimate or the allocation.This is to specify the various condition factors for a design that may alter the cost estimate or the allocation.

Instance Methods [hide private]
 
__init__(self, kind='material', cfValue='', Designs=None, DesignLocations=None, status=None, DesignLocationCUs=None, *args, **kw_args)
Initialises a new 'ConditionFactor' instance.
 
addDesignLocationCUs(self, *DesignLocationCUs)
 
addDesignLocations(self, *DesignLocations)
 
addDesigns(self, *Designs)
 
getDesignLocationCUs(self)
 
getDesignLocations(self)
 
getDesigns(self)
 
removeDesignLocationCUs(self, *DesignLocationCUs)
 
removeDesignLocations(self, *DesignLocations)
 
removeDesigns(self, *Designs)
 
setDesignLocationCUs(self, value)
 
setDesignLocations(self, value)
 
setDesigns(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 = {'cfValue': <type 'str'>, 'kind': <type 'str'>}
  _attrs = ['kind', 'cfValue']
  _defaults = {'cfValue': '', 'kind': 'material'}
  _enums = {'kind': 'ConditionFactorKind'}
  _many_refs = ['Designs', 'DesignLocations', 'DesignLocationCUs']
  _refs = ['Designs', 'DesignLocations', 'status', 'DesignLocati...
  status = None
Properties [hide private]
  DesignLocationCUs
  DesignLocations
  Designs

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

Inherited from object: __class__

Method Details [hide private]

__init__(self, kind='material', cfValue='', Designs=None, DesignLocations=None, status=None, DesignLocationCUs=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'ConditionFactor' instance.

Parameters:
  • kind - Kind of this condition factor. Values are: "material", "travel", "accountAllocation", "labor", "other"
  • cfValue - The actual value of the condition factor, such as labor flat fee or percentage.
  • Designs
  • DesignLocations
  • status
  • DesignLocationCUs
Overrides: object.__init__

Class Variable Details [hide private]

_refs

Value:
['Designs', 'DesignLocations', 'status', 'DesignLocationCUs']

Property Details [hide private]

DesignLocationCUs

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

DesignLocations

Get Method:
getDesignLocations(self)
Set Method:
setDesignLocations(self, value)

Designs

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