![]() |
aGrUM
0.20.3
a C++ library for (probabilistic) graphical models
|
The O3Attribute is part of the AST of the O3PRM language. More...
#include <agrum/PRM/o3prm/O3prm.h>
Public Member Functions | |
O3Attribute () | |
O3Attribute (const O3Label &type, const O3Label &name, const O3LabelList &parents) | |
O3Attribute (const O3Attribute &src) | |
O3Attribute (O3Attribute &&src) | |
virtual | ~O3Attribute () |
virtual O3Attribute & | operator= (const O3Attribute &src) |
virtual O3Attribute & | operator= (O3Attribute &&src) |
virtual O3Label & | type () |
virtual const O3Label & | type () const |
virtual O3Label & | name () |
virtual const O3Label & | name () const |
virtual O3LabelList & | parents () |
virtual const O3LabelList & | parents () const |
virtual std::unique_ptr< O3Attribute > | copy () const =0 |
Public Types | |
using | O3LabelList = std::vector< O3Label > |
The O3Attribute is part of the AST of the O3PRM language.
using gum::prm::o3prm::O3Attribute::O3LabelList = std::vector< O3Label > |
gum::prm::o3prm::O3Attribute::O3Attribute | ( | const O3Label & | type, |
const O3Label & | name, | ||
const O3LabelList & | parents | ||
) |
gum::prm::o3prm::O3Attribute::O3Attribute | ( | const O3Attribute & | src | ) |
gum::prm::o3prm::O3Attribute::O3Attribute | ( | O3Attribute && | src | ) |
|
pure virtual |
Implemented in gum::prm::o3prm::O3RuleCPT, and gum::prm::o3prm::O3RawCPT.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
private |