RMF
|
#include <RMF/decorator/provenance.h>
Public Member Functions | |
CombineProvenanceFactory (FileConstHandle fh) | |
CombineProvenanceFactory (FileHandle fh) | |
CombineProvenanceConst | get (NodeConstHandle nh) const |
CombineProvenance | get (NodeHandle nh) const |
bool | get_is (NodeConstHandle nh) const |
bool | get_is_static (NodeConstHandle nh) const |
Create decorators of type CombineProvenance.
Definition at line 585 of file provenance.h.
CombineProvenanceConst RMF::decorator::CombineProvenanceFactory::get | ( | NodeConstHandle | nh | ) | const |
Get a CombineProvenanceConst for nh.
Definition at line 601 of file provenance.h.
CombineProvenance RMF::decorator::CombineProvenanceFactory::get | ( | NodeHandle | nh | ) | const |
Get a CombineProvenance for nh.
Definition at line 609 of file provenance.h.
bool RMF::decorator::CombineProvenanceFactory::get_is | ( | NodeConstHandle | nh | ) | const |
Check whether nh has all the attributes required to be a CombineProvenanceConst.
Definition at line 618 of file provenance.h.