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.
|
|
__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) |
|
|
|
|
|
|
|
|
|
|
| removeDesignLocationCUs(self,
*DesignLocationCUs) |
|
|
|
|
| removeDesignLocations(self,
*DesignLocations) |
|
|
|
|
| removeDesigns(self,
*Designs) |
|
|
|
|
| setDesignLocationCUs(self,
value) |
|
|
|
|
| setDesignLocations(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__
|
|
|
_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
|