![]() |
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 | |
| ObserveCommand (int line, std::string_view leftValue, std::string_view rightValue) | |
| ObserveCommand (const ObserveCommand &c) | |
| RequestType | type () const override |
| std::string | toString () const override |
Public Attributes | |
| std::string | leftValue |
| std::string | rightValue |
| const PRMSystem< GUM_SCALAR > * | system |
| PRMInference< GUM_SCALAR >::Chain | chain |
| Tensor< GUM_SCALAR > | potentiel |
| int | line |
Definition at line 128 of file O3prmrContext.h.
|
stronginherited |
| Enumerator | |
|---|---|
| Observe | |
| Unobserve | |
| Query | |
| SetEngine | |
| SetGndEngine | |
Definition at line 72 of file O3prmrContext.h.
| gum::prm::o3prmr::ObserveCommand< GUM_SCALAR >::ObserveCommand | ( | int | line, |
| std::string_view | leftValue, | ||
| std::string_view | rightValue ) |
Definition at line 62 of file O3prmrContext_tpl.h.
References gum::prm::o3prmr::O3prmrCommand::O3prmrCommand(), leftValue, gum::prm::o3prmr::O3prmrCommand::line, rightValue, and system.
Referenced by ObserveCommand().
| gum::prm::o3prmr::ObserveCommand< GUM_SCALAR >::ObserveCommand | ( | const ObserveCommand< GUM_SCALAR > & | c | ) |
Definition at line 68 of file O3prmrContext_tpl.h.
References gum::prm::o3prmr::O3prmrCommand::O3prmrCommand(), ObserveCommand(), chain, leftValue, rightValue, and system.
|
overridevirtual |
Implements gum::prm::o3prmr::O3prmrCommand.
Definition at line 78 of file O3prmrContext_tpl.h.
References leftValue, and rightValue.
|
overridevirtual |
Implements gum::prm::o3prmr::O3prmrCommand.
Definition at line 73 of file O3prmrContext_tpl.h.
References gum::prm::o3prmr::O3prmrCommand::Observe.
| PRMInference<GUM_SCALAR>::Chain gum::prm::o3prmr::ObserveCommand< GUM_SCALAR >::chain |
Definition at line 137 of file O3prmrContext.h.
Referenced by ObserveCommand(), gum::prm::o3prmr::O3prmrInterpreter::checkObserve(), and gum::prm::o3prmr::O3prmrInterpreter::observe().
| std::string gum::prm::o3prmr::ObserveCommand< GUM_SCALAR >::leftValue |
Definition at line 134 of file O3prmrContext.h.
Referenced by ObserveCommand(), ObserveCommand(), gum::prm::o3prmr::O3prmrInterpreter::checkObserve(), gum::prm::o3prmr::O3prmrInterpreter::observe(), and toString().
|
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().
| Tensor< GUM_SCALAR > gum::prm::o3prmr::ObserveCommand< GUM_SCALAR >::potentiel |
Definition at line 138 of file O3prmrContext.h.
Referenced by gum::prm::o3prmr::O3prmrInterpreter::checkObserve(), and gum::prm::o3prmr::O3prmrInterpreter::observe().
| std::string gum::prm::o3prmr::ObserveCommand< GUM_SCALAR >::rightValue |
Definition at line 135 of file O3prmrContext.h.
Referenced by ObserveCommand(), ObserveCommand(), gum::prm::o3prmr::O3prmrInterpreter::checkObserve(), gum::prm::o3prmr::O3prmrInterpreter::observe(), and toString().
| const PRMSystem< GUM_SCALAR >* gum::prm::o3prmr::ObserveCommand< GUM_SCALAR >::system |
Definition at line 136 of file O3prmrContext.h.
Referenced by ObserveCommand(), ObserveCommand(), gum::prm::o3prmr::O3prmrInterpreter::checkObserve(), and gum::prm::o3prmr::O3prmrInterpreter::observe().