All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.cloudbus.cloudsim.network.package-info Maven / Gradle / Ivy

Go to download

CloudSim Plus: A modern, highly extensible and easier-to-use Java 8 Framework for Modeling and Simulation of Cloud Computing Infrastructures and Services

There is a newer version: 8.0.0
Show newest version
/**
 * Provides classes to define network assets, such
 * as different kinds of {@link org.cloudbus.cloudsim.network.switches.AbstractSwitch}
 * and also the {@link org.cloudbus.cloudsim.network.topologies.NetworkTopology}
 * that can be specified in some standard file format and read
 * using a implementation of {@link org.cloudbus.cloudsim.network.topologies.readers.TopologyReader}.
 *
 * 

It also provides class to enable simulation of network package transmission. * For more information about the network module, please refer to following publication: *

*

* * @author Saurabh Kumar Garg * @author Manoel Campos da Silva Filho */ package org.cloudbus.cloudsim.network;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy