RMF
|
#include <RMF/decorator/provenance.h>
Public Member Functions | |
SoftwareProvenanceFactory (FileConstHandle fh) | |
SoftwareProvenanceFactory (FileHandle fh) | |
SoftwareProvenanceConst | get (NodeConstHandle nh) const |
SoftwareProvenance | get (NodeHandle nh) const |
bool | get_is (NodeConstHandle nh) const |
bool | get_is_static (NodeConstHandle nh) const |
Create decorators of type SoftwareProvenance.
Definition at line 1310 of file provenance.h.
SoftwareProvenanceConst RMF::decorator::SoftwareProvenanceFactory::get | ( | NodeConstHandle | nh | ) | const |
Get a SoftwareProvenanceConst for nh.
Definition at line 1328 of file provenance.h.
SoftwareProvenance RMF::decorator::SoftwareProvenanceFactory::get | ( | NodeHandle | nh | ) | const |
Get a SoftwareProvenance for nh.
Definition at line 1337 of file provenance.h.
bool RMF::decorator::SoftwareProvenanceFactory::get_is | ( | NodeConstHandle | nh | ) | const |
Check whether nh has all the attributes required to be a SoftwareProvenanceConst.
Definition at line 1347 of file provenance.h.