![]() |
aGrUM 3.1.1
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, std::string_view value) | |
| SetGndEngineCommand (const SetGndEngineCommand &c) | |
| RequestType | type () const override |
| std::string | toString () const override |
Public Attributes | |
| std::string | value |
| int | line |
Definition at line 113 of file O3prmrContext.h.
|
stronginherited |
| Enumerator | |
|---|---|
| Observe | |
| Unobserve | |
| Query | |
| SetEngine | |
| SetGndEngine | |
Definition at line 72 of file O3prmrContext.h.
| INLINE gum::prm::o3prmr::SetGndEngineCommand::SetGndEngineCommand | ( | int | line, |
| std::string_view | value ) |
Definition at line 89 of file O3prmrContext_inl.h.
References gum::prm::o3prmr::O3prmrCommand::O3prmrCommand(), gum::prm::o3prmr::O3prmrCommand::line, and value.
Referenced by SetGndEngineCommand().
|
default |
|
overridevirtual |
Implements gum::prm::o3prmr::O3prmrCommand.
Definition at line 98 of file O3prmrContext_inl.h.
References value.
|
overridevirtual |
Implements gum::prm::o3prmr::O3prmrCommand.
Definition at line 94 of file O3prmrContext_inl.h.
References gum::prm::o3prmr::O3prmrCommand::SetGndEngine.
|
inherited |
Definition at line 71 of file O3prmrContext.h.
Referenced by 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 119 of file O3prmrContext.h.
Referenced by SetGndEngineCommand(), gum::prm::o3prmr::O3prmrInterpreter::checkSetGndEngine(), gum::prm::o3prmr::O3prmrInterpreter::setGndEngine(), and toString().