MICO Platform  1.0.0
 All Classes Namespaces Functions Variables Friends
List of all members
mico::rdf::model::Resource Class Reference

The supertype of all RDF resources (URIs and blank nodes). More...

#include <rdf_model.hpp>

Inheritance diagram for mico::rdf::model::Resource:
mico::rdf::model::Value mico::rdf::model::BNode mico::rdf::model::URI

Additional Inherited Members

- Public Member Functions inherited from mico::rdf::model::Value
virtual const std::string & stringValue () const =0
 Returns the String-value of a Value object. More...
 
virtual const ValueTypes getType () const =0
 Return type information (to avoid dynamic casts if possible)
 
- Protected Member Functions inherited from mico::rdf::model::Value
virtual bool equals (const Value &other) const =0
 Internal polymorphic implementation of equals and print.
 
virtual std::ostream & print (std::ostream &os) const =0
 

Detailed Description

The supertype of all RDF resources (URIs and blank nodes).


The documentation for this class was generated from the following file: