![]() |
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 | |
| QueryCommand (int line, const std::string &val) | |
| RequestType | type () const |
| std::string | toString () const |
Public Attributes | |
| std::string | value |
| const PRMSystem< GUM_SCALAR > * | system |
| PRMInference< GUM_SCALAR >::Chain | chain |
| int | line |
Definition at line 171 of file O3prmrContext.h.
|
stronginherited |
| Enumerator | |
|---|---|
| Observe | |
| Unobserve | |
| Query | |
| SetEngine | |
| SetGndEngine | |
Definition at line 70 of file O3prmrContext.h.
|
inline |
Definition at line 173 of file O3prmrContext.h.
References gum::prm::o3prmr::O3prmrCommand::O3prmrCommand(), gum::prm::o3prmr::O3prmrCommand::line, system, and value.
|
inlinevirtual |
Implements gum::prm::o3prmr::O3prmrCommand.
Definition at line 182 of file O3prmrContext.h.
References value.
|
inlinevirtual |
Implements gum::prm::o3prmr::O3prmrCommand.
Definition at line 180 of file O3prmrContext.h.
References gum::prm::o3prmr::O3prmrCommand::Query.
| PRMInference<GUM_SCALAR>::Chain gum::prm::o3prmr::QueryCommand< GUM_SCALAR >::chain |
Definition at line 178 of file O3prmrContext.h.
Referenced by gum::prm::o3prmr::O3prmrInterpreter::checkQuery(), and gum::prm::o3prmr::O3prmrInterpreter::query().
|
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().
| const PRMSystem< GUM_SCALAR >* gum::prm::o3prmr::QueryCommand< GUM_SCALAR >::system |
Definition at line 177 of file O3prmrContext.h.
Referenced by QueryCommand(), gum::prm::o3prmr::O3prmrInterpreter::checkQuery(), and gum::prm::o3prmr::O3prmrInterpreter::query().
| std::string gum::prm::o3prmr::QueryCommand< GUM_SCALAR >::value |
Definition at line 176 of file O3prmrContext.h.
Referenced by QueryCommand(), gum::prm::o3prmr::O3prmrInterpreter::checkQuery(), gum::prm::o3prmr::O3prmrInterpreter::query(), and toString().