![]() |
aGrUM 2.3.2
a C++ library for (probabilistic) graphical models
|
#include <O3prmrContext.h>
Public Types | |
| enum class | RequestType : char { Observe , Unobserve , Query , SetEngine , SetGndEngine } |
Public Member Functions | |
| SetEngineCommand (int line, const std::string &value) | |
| SetEngineCommand (const SetEngineCommand &c) | |
| RequestType | type () const |
| std::string | toString () const |
Public Attributes | |
| std::string | value |
| int | line |
Definition at line 100 of file O3prmrContext.h.
|
stronginherited |
| Enumerator | |
|---|---|
| Observe | |
| Unobserve | |
| Query | |
| SetEngine | |
| SetGndEngine | |
Definition at line 70 of file O3prmrContext.h.
|
inline |
Definition at line 102 of file O3prmrContext.h.
References gum::prm::o3prmr::O3prmrCommand::O3prmrCommand(), gum::prm::o3prmr::O3prmrCommand::line, and value.
Referenced by SetEngineCommand().
|
inline |
Definition at line 104 of file O3prmrContext.h.
References gum::prm::o3prmr::O3prmrCommand::O3prmrCommand(), SetEngineCommand(), and value.
|
inlinevirtual |
Implements gum::prm::o3prmr::O3prmrCommand.
Definition at line 110 of file O3prmrContext.h.
References value.
Referenced by gum::prm::o3prmr::O3prmrInterpreter::checkSemantic().
|
inlinevirtual |
Implements gum::prm::o3prmr::O3prmrCommand.
Definition at line 108 of file O3prmrContext.h.
References gum::prm::o3prmr::O3prmrCommand::SetEngine.
|
inherited |
Definition at line 69 of file O3prmrContext.h.
Referenced by O3prmrCommand(), O3prmrCommand(), gum::prm::o3prmr::ObserveCommand< GUM_SCALAR >::ObserveCommand(), gum::prm::o3prmr::QueryCommand< GUM_SCALAR >::QueryCommand(), gum::prm::o3prmr::SetEngineCommand::SetEngineCommand(), gum::prm::o3prmr::SetGndEngineCommand::SetGndEngineCommand(), and gum::prm::o3prmr::UnobserveCommand< GUM_SCALAR >::UnobserveCommand().
| std::string gum::prm::o3prmr::SetEngineCommand::value |
Definition at line 106 of file O3prmrContext.h.
Referenced by SetEngineCommand(), SetEngineCommand(), gum::prm::o3prmr::O3prmrInterpreter::checkSetEngine(), gum::prm::o3prmr::O3prmrInterpreter::setEngine(), and toString().