EpIC 1.1.0
Monte Carlo generator for exclusive processes
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Static Public Attributes | List of all members
EPIC::AutomationService Class Reference

Service used for automatic test of modules. More...

#include <AutomationService.h>

Inheritance diagram for EPIC::AutomationService:

Public Member Functions

virtual ~AutomationService ()
 
std::shared_ptr< MonteCarloScenarioparseXMLFile (const std::string &xmlFilePath)
 
void playScenario (std::shared_ptr< MonteCarloScenario > pScenario) const
 

Static Public Member Functions

static AutomationServicegetInstance ()
 

Static Public Attributes

static const std::string PROPERTY_NAME_XML_SCHEMA_FILE_PATH
 Property name XML schema.
 

Detailed Description

Service used for automatic test of modules.

This class is used to automatically test module. It is intended to have a unique instance accessed trough AutomationService::getInstance() method.

Constructor & Destructor Documentation

◆ ~AutomationService()

virtual EPIC::AutomationService::~AutomationService ( )
virtual

Destructor.

Member Function Documentation

◆ getInstance()

static AutomationService * EPIC::AutomationService::getInstance ( )
static

Share a unique pointer of this class

◆ parseXMLFile()

std::shared_ptr< MonteCarloScenario > EPIC::AutomationService::parseXMLFile ( const std::string &  xmlFilePath)

Validate and parse XML file to MonteCarloScenario object.

◆ playScenario()

void EPIC::AutomationService::playScenario ( std::shared_ptr< MonteCarloScenario pScenario) const

Execute given scenario.


The documentation for this class was generated from the following file: