Separate Station
Separates a batch formed by a BatchStation back into its member instances, sending each member onward. A batch is recognized by an attached object that is a list of QObject members; the batch wrapper is discarded and the original members continue. A non-batch instance is passed through unchanged.
Parameters
the model element serving as this station's parent
where released members are sent
the name of the station
Properties
True if this node has any onward routing configured (a static next receiver, a station-level sender, or a class route). A non-terminal node for which this is false — and which is not a non-terminal step of a registered route — is a dangling node and fails validation.
The number of member instances released by the station.
Functions
Sets the receiver of released members.
The statically known receivers this node may route to. Best-effort: empty when the node has no static link or when its routing is opaque (for example, a probabilistic sender whose destinations are not introspectable).