RMF
|
#include <RMF/decorator/provenance.h>
Public Member Functions | |
ClusterProvenanceFactory (FileConstHandle fh) | |
ClusterProvenanceFactory (FileHandle fh) | |
ClusterProvenanceConst | get (NodeConstHandle nh) const |
ClusterProvenance | get (NodeHandle nh) const |
bool | get_is (NodeConstHandle nh) const |
bool | get_is_static (NodeConstHandle nh) const |
Create decorators of type ClusterProvenance.
Definition at line 995 of file provenance.h.
ClusterProvenanceConst RMF::decorator::ClusterProvenanceFactory::get | ( | NodeConstHandle | nh | ) | const |
Get a ClusterProvenanceConst for nh.
Definition at line 1013 of file provenance.h.
ClusterProvenance RMF::decorator::ClusterProvenanceFactory::get | ( | NodeHandle | nh | ) | const |
Get a ClusterProvenance for nh.
Definition at line 1022 of file provenance.h.
bool RMF::decorator::ClusterProvenanceFactory::get_is | ( | NodeConstHandle | nh | ) | const |
Check whether nh has all the attributes required to be a ClusterProvenanceConst.
Definition at line 1032 of file provenance.h.