:py:mod:`kosmos.dqc_scheduling.event` ===================================== .. py:module:: kosmos.dqc_scheduling.event Classes ------- .. py:class:: EventId Identifier of an event. .. attribute:: value Identifier string. :type: str ---- .. py:class:: Event Event for scheduling within the Simulator. .. attribute:: time Time at which the event is scheduled. :type: int .. attribute:: id Event identifier. :type: EventId .. attribute:: protocol Event's protocol. :type: Protocol