SimpleNetworkArrivals

constructor(incarnation: Incarnation<T, *>, node: Node<T>, environment: Environment<T, *>, propagationDelay: Double, packetSize: Double, bandwidth: Double, accessPointIdentificator: Molecule? = null)
constructor(incarnation: Incarnation<T, *>, environment: Environment<T, *>, node: Node<T>, propagationDelay: Double, packetSize: Double, bandwidthMolecule: Molecule, bandwidthProperty: String, accessPointIdentificator: Molecule? = null)
constructor(incarnation: Incarnation<T, *>, environment: Environment<T, *>, node: Node<T>, propagationDelay: Double, packetSizeMolecule: Molecule, packetSizeProperty: String, bandwidthMolecule: Molecule, bandwidthProperty: String, accessPointIdentificator: Molecule? = null)
constructor(incarnation: Incarnation<T, *>, environment: Environment<T, *>, node: Node<T>, propagationDelayMolecule: Molecule, propagationDelayProperty: String, packetSizeMolecule: Molecule, packetSizeProperty: String, bandwidthMolecule: Molecule, bandwidthProperty: String, accessPointIdentificator: Molecule? = null)