SimpleNetworkArrivals
This class models a distribution that follows the packet arrival times as described in EdgeCloudSim. The delay produced depends on a constant propagation delay plus the packet size divided by the bandwidth.
Parameters
The propagation delay molecule. If the string is parsable as Double, then it will get used as a constant delay. Otherwise, the String will be used within Incarnation.getProperty
Type Parameters
the type of the environment. In case propagationDelay, packetSize or bandwidth are not parsable to Double, then they will be used as identifiers for properties to be obtained through the incarnation
Constructors
Properties
The environment containing the network topology.
The incarnation used to resolve properties from nodes.
Gets the neighbors of a node as a collection.
Computes the packet size from constants or properties. Defaults to 1.0 if not specified or invalid.
Computes the propagation delay from constants or properties.