OutputEvent
OutputEvents can occur during transitions, and correspond to an event being generated on the relevant EventPort port in the component.
OutputEvent Constructor
| Parameters: | port – The name of the output EventPort that should transmit an event. An EventPort with a mode of ‘send’ must exist with a corresponding name in the component, otherwise a NineMLRuntimeException will be raised. |
|---|
Methods
| __init__(port_name) | OutputEvent Constructor |
| accept_visitor(visitor, **kwargs) | link to something about visitation. |
Attributes
| port_name | Returns the name of the port |
link to something about visitation.
Returns the name of the port