![]() |
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 | |
| ObserveCommand (int line, const std::string &leftValue, const std::string &rightValue) | |
| ObserveCommand (const ObserveCommand &c) | |
| RequestType | type () const |
| std::string | toString () const |
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 130 of file O3prmrContext.h.
|
stronginherited |
| Enumerator | |
|---|---|
| Observe | |
| Unobserve | |
| Query | |
| SetEngine | |
| SetGndEngine | |
Definition at line 70 of file O3prmrContext.h.
|
inline |
Definition at line 132 of file O3prmrContext.h.
References gum::prm::o3prmr::O3prmrCommand::O3prmrCommand(), leftValue, gum::prm::o3prmr::O3prmrCommand::line, rightValue, and system.
Referenced by ObserveCommand().
|
inline |
Definition at line 135 of file O3prmrContext.h.
References gum::prm::o3prmr::O3prmrCommand::O3prmrCommand(), ObserveCommand(), chain, leftValue, rightValue, and system.
|
inlinevirtual |
Implements gum::prm::o3prmr::O3prmrCommand.
Definition at line 147 of file O3prmrContext.h.
References leftValue, and rightValue.
|
inlinevirtual |
Implements gum::prm::o3prmr::O3prmrCommand.
Definition at line 145 of file O3prmrContext.h.
References gum::prm::o3prmr::O3prmrCommand::Observe.
| PRMInference<GUM_SCALAR>::Chain gum::prm::o3prmr::ObserveCommand< GUM_SCALAR >::chain |
Definition at line 142 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 139 of file O3prmrContext.h.
Referenced by ObserveCommand(), ObserveCommand(), gum::prm::o3prmr::O3prmrInterpreter::checkObserve(), gum::prm::o3prmr::O3prmrInterpreter::observe(), and toString().
|
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().
| Tensor< GUM_SCALAR > gum::prm::o3prmr::ObserveCommand< GUM_SCALAR >::potentiel |
Definition at line 143 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 140 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 141 of file O3prmrContext.h.
Referenced by ObserveCommand(), ObserveCommand(), gum::prm::o3prmr::O3prmrInterpreter::checkObserve(), and gum::prm::o3prmr::O3prmrInterpreter::observe().