Skip to content

transmission_network_name

Syntax

transmission_network_name = <network_name>

Parameters

<network_name>
Name of the network which will be populated with edges by the condition.

Description

Transmissible condition property that populates an edge from the transmitter agent to the transmittee agent in a specified network when one agent in the network infects another agent in that network. The named transmission network must also be declared as a network.

Examples

The following would make infection events in the INF condition add corresponding edges to the INFtrans network.

network INFtrans {
    ...
}

condition INF {
    transmission_network_name = INFtrans
    ...
}