![]() |
aGrUM
0.20.3
a C++ library for (probabilistic) graphical models
|
The O3Aggregate is part of the AST of the O3PRM language. More...
#include <agrum/PRM/o3prm/O3prm.h>
Public Member Functions | |
O3Aggregate () | |
O3Aggregate (const O3Aggregate &src) | |
O3Aggregate (O3Aggregate &&src) | |
virtual | ~O3Aggregate () |
O3Aggregate & | operator= (const O3Aggregate &src) |
O3Aggregate & | operator= (O3Aggregate &&src) |
O3Label & | variableType () |
const O3Label & | variableType () const |
O3Label & | aggregateType () |
const O3Label & | aggregateType () const |
O3Label & | name () |
const O3Label & | name () const |
O3LabelList & | parents () |
const O3LabelList & | parents () const |
O3LabelList & | parameters () |
const O3LabelList & | parameters () const |
Public Types | |
using | O3LabelList = std::vector< O3Label > |
The O3Aggregate is part of the AST of the O3PRM language.
using gum::prm::o3prm::O3Aggregate::O3LabelList = std::vector< O3Label > |
gum::prm::o3prm::O3Aggregate::O3Aggregate | ( | const O3Aggregate & | src | ) |
gum::prm::o3prm::O3Aggregate::O3Aggregate | ( | O3Aggregate && | src | ) |
O3Label & gum::prm::o3prm::O3Aggregate::aggregateType | ( | ) |
const O3Label & gum::prm::o3prm::O3Aggregate::aggregateType | ( | ) | const |
const O3Label & gum::prm::o3prm::O3Aggregate::name | ( | ) | const |
O3Aggregate & gum::prm::o3prm::O3Aggregate::operator= | ( | const O3Aggregate & | src | ) |
O3Aggregate & gum::prm::o3prm::O3Aggregate::operator= | ( | O3Aggregate && | src | ) |
O3Aggregate::O3LabelList & gum::prm::o3prm::O3Aggregate::parameters | ( | ) |
const O3Aggregate::O3LabelList & gum::prm::o3prm::O3Aggregate::parameters | ( | ) | const |
O3Aggregate::O3LabelList & gum::prm::o3prm::O3Aggregate::parents | ( | ) |
const O3Aggregate::O3LabelList & gum::prm::o3prm::O3Aggregate::parents | ( | ) | const |
const O3Label & gum::prm::o3prm::O3Aggregate::variableType | ( | ) | const |
|
private |
|
private |
|
private |
|
private |