Scenario.h File Reference
#include <memory>
#include <vector>
#include <string>
#include "ApplicationInstance.h"
#include "Package.h"
+ Include dependency graph for Scenario.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Scenario
 Class containing data about a scenario and its applications. Provides methods to get and set the data contained in the scenario. It is only representative and doesn't actually manage the scenario. More...
 

Namespaces

 ScenarioManager
 
 ScenarioManager::Data_Structure
 

Typedefs

typedef std::map< std::string, std::string > IceEnvMap
 
using ScenarioPtr = std::shared_ptr< Scenario >
 
using ScenarioVectorPtr = std::shared_ptr< std::vector< ScenarioPtr > >
 
using ScenarioWPtr = std::weak_ptr< Scenario >
 

Enumerations

enum  ScenarioDeploymentType { Local = 0, Remote = 1 }