RMF
|
#include <RMF/decorator/publication.h>
Public Member Functions | |
JournalArticleFactory (FileConstHandle fh) | |
JournalArticleFactory (FileHandle fh) | |
JournalArticleConst | get (NodeConstHandle nh) const |
JournalArticle | get (NodeHandle nh) const |
bool | get_is (NodeConstHandle nh) const |
bool | get_is_static (NodeConstHandle nh) const |
Create decorators of type JournalArticle.
Definition at line 252 of file publication.h.
JournalArticleConst RMF::decorator::JournalArticleFactory::get | ( | NodeConstHandle | nh | ) | const |
Get a JournalArticleConst for nh.
Definition at line 274 of file publication.h.
JournalArticle RMF::decorator::JournalArticleFactory::get | ( | NodeHandle | nh | ) | const |
Get a JournalArticle for nh.
Definition at line 285 of file publication.h.
bool RMF::decorator::JournalArticleFactory::get_is | ( | NodeConstHandle | nh | ) | const |
Check whether nh has all the attributes required to be a JournalArticleConst.
Definition at line 297 of file publication.h.