cloudsimplus/cloudsimplus

AppCloudlet is useless and must be removed

manoelcampos opened this issue · 0 comments

IMPROVEMENT

AppCloudlet class is just being used to store a list of NetworkCloudlets. It doesn't inherit from any CloudSim Plus class and has no behaviour or useful attribute except the mentioned list.

DatacenterBrokers don't even accept the submission of such an AppCloudlet, since it doesn't implement the Cloudlet interface.

This class is useless and it must be removed, updating the Network module and examples accordingly.