RMF
|
#include <RMF/decorator/provenance.h>
Public Member Functions | |
String | get_frame_location () const |
String | get_frame_name () const |
String | get_frame_version () const |
String | get_location () const |
String | get_name () const |
String | get_static_location () const |
String | get_static_name () const |
String | get_static_version () const |
String | get_version () const |
Static Public Member Functions | |
static std::string | get_decorator_type_name () |
Protected Member Functions | |
SoftwareProvenanceConst (NodeConstHandle nh, StringKey software_name, StringKey software_version, StringKey software_location) | |
Protected Member Functions inherited from RMF::Decorator | |
Decorator (NodeConstHandle handle) | |
NodeHandle | get_node () const |
Protected Attributes | |
StringKey | software_location_ |
StringKey | software_name_ |
StringKey | software_version_ |
See also SoftwareProvenance and SoftwareProvenanceFactory.
Definition at line 1166 of file provenance.h.