![]() |
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 | |
| SetGndEngineCommand (int line, const std::string &value) | |
| SetGndEngineCommand (const SetGndEngineCommand &c) | |
| RequestType | type () const |
| std::string | toString () const |
Public Attributes | |
| std::string | value |
| int | line |
Definition at line 114 of file O3prmrContext.h.
|
stronginherited |
| Enumerator | |
|---|---|
| Observe | |
| Unobserve | |
| Query | |
| SetEngine | |
| SetGndEngine | |
Definition at line 70 of file O3prmrContext.h.
|
inline |
Definition at line 116 of file O3prmrContext.h.
References gum::prm::o3prmr::O3prmrCommand::O3prmrCommand(), gum::prm::o3prmr::O3prmrCommand::line, and value.
Referenced by SetGndEngineCommand().
|
inline |
Definition at line 119 of file O3prmrContext.h.
References gum::prm::o3prmr::O3prmrCommand::O3prmrCommand(), SetGndEngineCommand(), and value.
|
inlinevirtual |
Implements gum::prm::o3prmr::O3prmrCommand.
Definition at line 125 of file O3prmrContext.h.
References value.
|
inlinevirtual |
Implements gum::prm::o3prmr::O3prmrCommand.
Definition at line 123 of file O3prmrContext.h.
References gum::prm::o3prmr::O3prmrCommand::SetGndEngine.
|
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::SetGndEngineCommand::value |
Definition at line 121 of file O3prmrContext.h.
Referenced by SetGndEngineCommand(), SetGndEngineCommand(), gum::prm::o3prmr::O3prmrInterpreter::checkSetGndEngine(), gum::prm::o3prmr::O3prmrInterpreter::setGndEngine(), and toString().