cloudsimplus-automation icon indicating copy to clipboard operation
cloudsimplus-automation copied to clipboard

Enable CloudSim Plus Automation to work in the reverse way

Open manoelcampos opened this issue 8 years ago • 0 comments

CloudSim Plus Automation reads a simulation scenario from a YAML file and instantiates the Java objects to build and run the simulation. It would also make the other way around: from a scenario built using Java, provide methods to generate the respective YAML file.

The developer would rely on a new CloudSim Plus Automation class to be used inside his/her Java simulation code to export the simulation scenario. This feature would be useful to enable creating YAML files from already existing simulations written in Java. It will allow such a scenario to be shared and easily changed.

manoelcampos avatar Feb 23 '17 13:02 manoelcampos