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

Class Usage

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

The way material and assets are used to perform a certain type of work task. The way is described in text in the inheritied description attribute.The way material and assets are used to perform a certain type of work task. The way is described in text in the inheritied description attribute.

Instance Methods [hide private]
 
__init__(self, WorkTask=None, WorkEquipmentAsset=None, status=None, MaterialItem=None, *args, **kw_args)
Initialises a new 'Usage' instance.
 
getMaterialItem(self)
 
getWorkEquipmentAsset(self)
 
getWorkTask(self)
 
setMaterialItem(self, value)
 
setWorkEquipmentAsset(self, value)
 
setWorkTask(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 = {}
  _attrs = []
  _defaults = {}
  _many_refs = []
  _refs = ['WorkTask', 'WorkEquipmentAsset', 'status', 'Material...
  status = None

Inherited from Element'.Element (private): _enums

Properties [hide private]
  MaterialItem
  WorkEquipmentAsset
  WorkTask

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

Inherited from object: __class__

Method Details [hide private]

__init__(self, WorkTask=None, WorkEquipmentAsset=None, status=None, MaterialItem=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'Usage' instance.

Parameters:
  • WorkTask
  • WorkEquipmentAsset
  • status
  • MaterialItem
Overrides: object.__init__

Class Variable Details [hide private]

_refs

Value:
['WorkTask', 'WorkEquipmentAsset', 'status', 'MaterialItem']

Property Details [hide private]

MaterialItem

Get Method:
getMaterialItem(self)
Set Method:
setMaterialItem(self, value)

WorkEquipmentAsset

Get Method:
getWorkEquipmentAsset(self)
Set Method:
setWorkEquipmentAsset(self, value)

WorkTask

Get Method:
getWorkTask(self)
Set Method:
setWorkTask(self, value)