SASSY
0.0
Software Architecture Support System
|
An abstract class defining the methods for an RDF URI. More...
#include <rdfxx/rdfxx.h>
Public Member Functions | |
virtual | ~URI_ () |
Virtual destructor. | |
virtual URI | copy () const =0 |
Clonethe URI. | |
virtual URI | trim (World) const =0 |
Strip off fragment. | |
virtual std::string | toString () const =0 |
Get a string representation. | |
virtual bool | operator== (URI) const =0 |
Compare with another URI. | |
virtual bool | isFileName () const =0 |
Check if URI represents a file path. | |
virtual std::string | toFileName () const =0 |
Convert the URI to a file path name. | |
An abstract class defining the methods for an RDF URI.