![]() |
aGrUM
0.20.3
a C++ library for (probabilistic) graphical models
|
The O3Interface is part of the AST of the O3PRM language. More...
#include <agrum/PRM/o3prm/O3prm.h>
Public Member Functions | |
O3Interface () | |
O3Interface (const O3Interface &src) | |
O3Interface (O3Interface &&src) | |
~O3Interface () | |
O3Interface & | operator= (const O3Interface &src) |
O3Interface & | operator= (O3Interface &&src) |
O3Position & | position () |
const O3Position & | position () const |
O3Label & | name () |
const O3Label & | name () const |
O3Label & | superLabel () |
const O3Label & | superLabel () const |
O3InterfaceElementList & | elements () |
const O3InterfaceElementList & | elements () const |
Public Types | |
using | O3InterfaceElementList = std::vector< O3InterfaceElement > |
The O3Interface is part of the AST of the O3PRM language.
using gum::prm::o3prm::O3Interface::O3InterfaceElementList = std::vector< O3InterfaceElement > |
gum::prm::o3prm::O3Interface::O3Interface | ( | ) |
Definition at line 592 of file O3prm.cpp.
gum::prm::o3prm::O3Interface::O3Interface | ( | const O3Interface & | src | ) |
Definition at line 596 of file O3prm.cpp.
gum::prm::o3prm::O3Interface::O3Interface | ( | O3Interface && | src | ) |
Definition at line 603 of file O3prm.cpp.
O3Interface::O3InterfaceElementList & gum::prm::o3prm::O3Interface::elements | ( | ) |
Definition at line 642 of file O3prm.cpp.
const O3Interface::O3InterfaceElementList & gum::prm::o3prm::O3Interface::elements | ( | ) | const |
Definition at line 643 of file O3prm.cpp.
const O3Label & gum::prm::o3prm::O3Interface::name | ( | ) | const |
O3Interface & gum::prm::o3prm::O3Interface::operator= | ( | const O3Interface & | src | ) |
Definition at line 614 of file O3prm.cpp.
O3Interface & gum::prm::o3prm::O3Interface::operator= | ( | O3Interface && | src | ) |
Definition at line 624 of file O3prm.cpp.
O3Position & gum::prm::o3prm::O3Interface::position | ( | ) |
const O3Position & gum::prm::o3prm::O3Interface::position | ( | ) | const |
const O3Label & gum::prm::o3prm::O3Interface::superLabel | ( | ) | const |
|
private |
|
private |