![]() |
aGrUM
0.20.3
a C++ library for (probabilistic) graphical models
|
The O3RawCPT is part of the AST of the O3PRM language. More...
#include <agrum/PRM/o3prm/O3prm.h>
Public Member Functions | |
O3RawCPT () | |
O3RawCPT (const O3Label &type, const O3Label &name, const O3Attribute::O3LabelList &parents, const O3FormulaList &values) | |
O3RawCPT (const O3RawCPT &src) | |
O3RawCPT (O3RawCPT &&src) | |
~O3RawCPT () | |
virtual O3RawCPT & | operator= (const O3RawCPT &src) |
virtual O3RawCPT & | operator= (O3RawCPT &&src) |
virtual O3FormulaList & | values () |
virtual const O3FormulaList & | values () const |
virtual std::unique_ptr< O3Attribute > | copy () const |
virtual O3Label & | type () |
virtual const O3Label & | type () const |
virtual O3Label & | name () |
virtual const O3Label & | name () const |
virtual O3LabelList & | parents () |
virtual const O3LabelList & | parents () const |
Public Types | |
using | O3FormulaList = std::vector< O3Formula > |
using | O3LabelList = std::vector< O3Label > |
using gum::prm::o3prm::O3RawCPT::O3FormulaList = std::vector< O3Formula > |
|
inherited |
gum::prm::o3prm::O3RawCPT::O3RawCPT | ( | ) |
Definition at line 699 of file O3prm.cpp.
gum::prm::o3prm::O3RawCPT::O3RawCPT | ( | const O3Label & | type, |
const O3Label & | name, | ||
const O3Attribute::O3LabelList & | parents, | ||
const O3FormulaList & | values | ||
) |
Definition at line 703 of file O3prm.cpp.
gum::prm::o3prm::O3RawCPT::O3RawCPT | ( | const O3RawCPT & | src | ) |
Definition at line 713 of file O3prm.cpp.
|
virtual |
Implements gum::prm::o3prm::O3Attribute.
Definition at line 747 of file O3prm.cpp.
|
virtualinherited |
|
virtualinherited |
Definition at line 728 of file O3prm.cpp.
Definition at line 736 of file O3prm.cpp.
|
virtualinherited |
|
virtualinherited |
|
virtualinherited |
|
virtualinherited |
|
virtual |
|
virtual |
|
private |