mxcubecore.queue_entry.data_collection#
Classes
|
Defines the behaviour of a data collection. |
- class mxcubecore.queue_entry.data_collection.DataCollectionQueueEntry(view=None, data_model=None, view_set_queue_entry=True)[source]#
Bases:
BaseQueueEntry
Defines the behaviour of a data collection.
- execute()[source]#
Execute method, should be overriden my subclasses, defines the main body of the procedure to be performed when the entry is executed.
The default executer calls excute on all child entries after this method but before post_execute.