17 #ifndef MITKRDFTRIPLE_H
18 #define MITKRDFTRIPLE_H
20 #include <MitkRDFExports.h>
59 void SetTripleSubject(
RdfNode subject);
65 void SetTriplePredicate(
RdfNode predicate);
71 void SetTripleObject(
RdfNode object);
77 void SetTripleObject(std::string text);
83 RdfNode GetTripleSubject()
const;
89 RdfNode GetTriplePredicate()
const;
95 RdfNode GetTripleObject()
const;
109 #endif // MITKRDFTRIPLE_H
MITKCORE_EXPORT bool operator!=(const InteractionEvent &a, const InteractionEvent &b)
MITKCORE_EXPORT std::ostream & operator<<(std::ostream &o, DataNode::Pointer &dtn)
DataCollection - Class to facilitate loading/accessing structured data.
MITKCORE_EXPORT bool operator==(const InteractionEvent &a, const InteractionEvent &b)