#include <Context.h>
Definition at line 41 of file Context.h.
◆ execute()
Status PROJECT_NS::Context::execute |
( |
| ) |
|
|
inlineprivate |
◆ getDataSet()
std::shared_ptr< DataSet > PROJECT_NS::Context::getDataSet |
( |
| ) |
|
|
inlineprivate |
◆ getModel()
std::shared_ptr< Model > PROJECT_NS::Context::getModel |
( |
| ) |
|
|
inlineprivate |
◆ getParam()
std::shared_ptr< Param > PROJECT_NS::Context::getParam |
( |
| ) |
|
|
inlineprivate |
◆ getPlatfrom()
std::shared_ptr< Platform > PROJECT_NS::Context::getPlatfrom |
( |
| ) |
|
|
inlineprivate |
◆ getRuleSet()
std::shared_ptr< RuleSet > PROJECT_NS::Context::getRuleSet |
( |
| ) |
|
|
inlineprivate |
◆ getSolvers()
std::vector< std::shared_ptr< Solver > > PROJECT_NS::Context::getSolvers |
( |
| ) |
|
|
inlineprivate |
◆ getSystem()
std::shared_ptr< System > PROJECT_NS::Context::getSystem |
( |
| ) |
|
|
inlineprivate |
◆ _dataset
std::shared_ptr<DataSet> PROJECT_NS::Context::_dataset |
|
private |
◆ _model
std::shared_ptr<Model> PROJECT_NS::Context::_model |
|
private |
◆ _param
std::shared_ptr<Param> PROJECT_NS::Context::_param |
|
private |
◆ _platform
std::shared_ptr<Platform> PROJECT_NS::Context::_platform |
|
private |
◆ _ruleset
std::shared_ptr<RuleSet> PROJECT_NS::Context::_ruleset |
|
private |
◆ _solver
std::vector<std::shared_ptr<Solver> > PROJECT_NS::Context::_solver |
|
private |
◆ _system
std::shared_ptr<System> PROJECT_NS::Context::_system |
|
private |
The documentation for this class was generated from the following file: