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

Class QualificationRequirement

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

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.

Instance Methods [hide private]
 
__init__(self, qualificationID='', WorkTasks=None, Skills=None, CULaborItems=None, Specifications=None, *args, **kw_args)
Initialises a new 'QualificationRequirement' instance.
 
addCULaborItems(self, *CULaborItems)
 
addSkills(self, *Skills)
 
addSpecifications(self, *Specifications)
 
addWorkTasks(self, *WorkTasks)
 
getCULaborItems(self)
 
getSkills(self)
 
getSpecifications(self)
 
getWorkTasks(self)
 
removeCULaborItems(self, *CULaborItems)
 
removeSkills(self, *Skills)
 
removeSpecifications(self, *Specifications)
 
removeWorkTasks(self, *WorkTasks)
 
setCULaborItems(self, value)
 
setSkills(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__

Class Variables [hide private]
  _attr_types = {'qualificationID': <type 'str'>}
  _attrs = ['qualificationID']
  _defaults = {'qualificationID': ''}
  _many_refs = ['WorkTasks', 'Skills', 'CULaborItems', 'Specific...
  _refs = ['WorkTasks', 'Skills', 'CULaborItems', 'Specifications']

Inherited from Element'.Element (private): _enums

Properties [hide private]
  CULaborItems
  Skills
  Specifications
  WorkTasks

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

Inherited from object: __class__

Method Details [hide private]

__init__(self, qualificationID='', WorkTasks=None, Skills=None, CULaborItems=None, Specifications=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'QualificationRequirement' instance.

Parameters:
  • qualificationID - Qualification identifier.
  • WorkTasks
  • Skills
  • CULaborItems
  • Specifications
Overrides: object.__init__

Class Variable Details [hide private]

_many_refs

Value:
['WorkTasks', 'Skills', 'CULaborItems', 'Specifications']

Property Details [hide private]

CULaborItems

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

Skills

Get Method:
getSkills(self)
Set Method:
setSkills(self, value)

Specifications

Get Method:
getSpecifications(self)
Set Method:
setSpecifications(self, value)

WorkTasks

Get Method:
getWorkTasks(self)
Set Method:
setWorkTasks(self, value)