This commit is contained in:
2021-04-06 00:45:28 +02:00
commit 17fabc368e
836 changed files with 3042963 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
/*
* Title: CloudSimSDN
* Description: SDN extension for CloudSim
* Licence: GPL - http://www.gnu.org/copyleft/gpl.html
*
* Copyright (c) 2015, The University of Melbourne, Australia
*/
package org.cloudbus.cloudsim.sdn;
/**
* Activities that can be performed by VM. (Transmission or Compute)
*
* @author Jungmin Son
* @author Rodrigo N. Calheiros
* @since CloudSimSDN 1.0
*/
public interface Activity {
}