NetworkObserver

Observes lifecycle events published by a StationNetwork. Override only the events of interest; all methods do nothing by default. This is the notification seam other modeling views (process, agent-based) subscribe to.

Functions

Link copied to clipboard

Called immediately after qObject enters the network through ingress.

Link copied to clipboard

Called immediately after qObject is disposed by the network at egress.

Link copied to clipboard
open fun transferred(qObject: ModelElement.QObject, egress: NetworkEgress)

Called immediately after qObject is handed off (transferred) at egress.