Classes | |
class | MyModel |
Functions | |
def | CancelledEvent () |
Example function - triggered if an event is canceled (should not be called). More... | |
def | ExampleFunction (model) |
Example function - starts MyModel. More... | |
def | RandomFunction (model) |
Example function - triggered at a random time. More... | |
def sample-simulator.CancelledEvent | ( | void | ) |
Example function - triggered if an event is canceled (should not be called).
Definition at line 62 of file sample-simulator.py.
def sample-simulator.ExampleFunction | ( | model | ) |
Example function - starts MyModel.
[in] | model | The instance of MyModel |
Definition at line 50 of file sample-simulator.py.
def sample-simulator.RandomFunction | ( | model | ) |
Example function - triggered at a random time.
[in] | model | The instance of MyModel |
Definition at line 57 of file sample-simulator.py.