class documentation

Undocumented

Method __init__ Undocumented
Method freeze Undocumented
Method next Undocumented
Method on_message Undocumented
Instance Variable store Undocumented

Inherited from Component:

Method defer Defers a callback to be called after a certain time.
Method droppable Remove the component from the simulation.
Method handle_deferred Undocumented
Method handle_messages Undocumented
Method handle_response Undocumented
Method match Undocumented
Method send_msg Send a message to another component.
Method send_req Send a request and register a callback for handling the response.
Method step Undocumented
Instance Variable any Undocumented
Instance Variable awaiting Undocumented
Instance Variable deferred Undocumented
Instance Variable msgcount Undocumented
Instance Variable outgoing Undocumented
Instance Variable r Undocumented
Instance Variable time Undocumented
Instance Variable uni Undocumented
def __init__(self, r: Random, uni: str, any: str, clock: Clock):

Undocumented

def freeze(self) -> str:

Undocumented

def next(self):

Undocumented

def on_message(self, msg: Message):
store =

Undocumented