Certain skills are required and must be certified in order for a
person (typically a member of a crew) to be qualified to work on types of
equipment.Certain skills are required and must be certified in order for
a person (typically a member of a crew) to be qualified to work on types
of equipment.
|
|
__init__(self,
qualificationID='',
WorkTasks=None,
Skills=None,
CULaborItems=None,
Specifications=None,
*args,
**kw_args)
Initialises a new 'QualificationRequirement' instance. |
|
|
|
|
| addCULaborItems(self,
*CULaborItems) |
|
|
|
|
|
|
|
| addSpecifications(self,
*Specifications) |
|
|
|
|
| addWorkTasks(self,
*WorkTasks) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| removeCULaborItems(self,
*CULaborItems) |
|
|
|
|
| removeSkills(self,
*Skills) |
|
|
|
|
| removeSpecifications(self,
*Specifications) |
|
|
|
|
| removeWorkTasks(self,
*WorkTasks) |
|
|
|
|
| setCULaborItems(self,
value) |
|
|
|
|
|
|
|
| setSpecifications(self,
value) |
|
|
|
|
| setWorkTasks(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__
|