Package CIM15 :: Package IEC61970 :: Package Informative :: Package InfCommon :: Module ScheduleParameterInfo' :: Class ScheduleParameterInfo
[hide private]
[frames] | no frames]

Class ScheduleParameterInfo

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

Schedule parameters for an activity that is to occur, is occurring, or has completed.Schedule parameters for an activity that is to occur, is occurring, or has completed.

Instance Methods [hide private]
 
__init__(self, ForInspectionDataSet=None, requestedWindow=None, Documents=None, estimatedWindow=None, ScheduledEvents=None, status=None, *args, **kw_args)
Initialises a new 'ScheduleParameterInfo' instance.
 
addDocuments(self, *Documents)
 
addScheduledEvents(self, *ScheduledEvents)
 
getDocuments(self)
 
getForInspectionDataSet(self)
 
getScheduledEvents(self)
 
removeDocuments(self, *Documents)
 
removeScheduledEvents(self, *ScheduledEvents)
 
setDocuments(self, value)
 
setForInspectionDataSet(self, value)
 
setScheduledEvents(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 = ['Documents', 'ScheduledEvents']
  _refs = ['ForInspectionDataSet', 'requestedWindow', 'Documents...
  estimatedWindow = None
  requestedWindow = None
  status = None

Inherited from Element'.Element (private): _enums

Properties [hide private]
  Documents
  ForInspectionDataSet
  ScheduledEvents

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

Inherited from object: __class__

Method Details [hide private]

__init__(self, ForInspectionDataSet=None, requestedWindow=None, Documents=None, estimatedWindow=None, ScheduledEvents=None, status=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'ScheduleParameterInfo' instance.

Parameters:
  • ForInspectionDataSet
  • requestedWindow - Requested date and time interval for activity execution.
  • Documents
  • estimatedWindow - Estimated date and time for activity execution (with earliest possibility of activity initiation and latest possibility of activity completion).
  • ScheduledEvents
  • status
Overrides: object.__init__

Class Variable Details [hide private]

_refs

Value:
['ForInspectionDataSet',
 'requestedWindow',
 'Documents',
 'estimatedWindow',
 'ScheduledEvents',
 'status']

Property Details [hide private]

Documents

Get Method:
getDocuments(self)
Set Method:
setDocuments(self, value)

ForInspectionDataSet

Get Method:
getForInspectionDataSet(self)
Set Method:
setForInspectionDataSet(self, value)

ScheduledEvents

Get Method:
getScheduledEvents(self)
Set Method:
setScheduledEvents(self, value)