Collaboration diagram for RDFTransformFactoryImpl:
Collaboration graph

Public Member Functions

 RDFTransformFactoryImpl (QString url)
 
virtual ~RDFTransformFactoryImpl ()
 
bool isRDF ()
 
bool isOK ()
 
QString getErrorString () const
 
std::vector< TransformgetTransforms (ProgressReporter *)
 

Static Public Member Functions

static QString writeTransformToRDF (const Transform &, QString)
 

Protected Member Functions

bool setOutput (Transform &, QString)
 
bool setParameters (Transform &, QString)
 

Protected Attributes

BasicStore * m_store
 
QString m_urlString
 
QString m_errorString
 
bool m_isRDF
 

Detailed Description

Definition at line 46 of file RDFTransformFactory.cpp.

Constructor & Destructor Documentation

RDFTransformFactoryImpl::RDFTransformFactoryImpl ( QString  url)

!! retrieve data if remote... then

Definition at line 116 of file RDFTransformFactory.cpp.

References m_errorString, m_isRDF, and m_store.

RDFTransformFactoryImpl::~RDFTransformFactoryImpl ( )
virtual

Definition at line 140 of file RDFTransformFactory.cpp.

References m_store.

Member Function Documentation

bool RDFTransformFactoryImpl::isRDF ( )

Definition at line 146 of file RDFTransformFactory.cpp.

References m_isRDF.

Referenced by RDFTransformFactory::isRDF().

bool RDFTransformFactoryImpl::isOK ( )

Definition at line 152 of file RDFTransformFactory.cpp.

References m_errorString, and m_isRDF.

Referenced by RDFTransformFactory::isOK().

QString RDFTransformFactoryImpl::getErrorString ( ) const

Definition at line 158 of file RDFTransformFactory.cpp.

References m_errorString.

Referenced by RDFTransformFactory::getErrorString().

bool RDFTransformFactoryImpl::setOutput ( Transform transform,
QString  transformUri 
)
protected
bool RDFTransformFactoryImpl::setParameters ( Transform transform,
QString  transformUri 
)
protected

Member Data Documentation

BasicStore* RDFTransformFactoryImpl::m_store
protected
QString RDFTransformFactoryImpl::m_urlString
protected

Definition at line 62 of file RDFTransformFactory.cpp.

QString RDFTransformFactoryImpl::m_errorString
protected

Definition at line 63 of file RDFTransformFactory.cpp.

Referenced by getErrorString(), isOK(), RDFTransformFactoryImpl(), and setOutput().

bool RDFTransformFactoryImpl::m_isRDF
protected

Definition at line 64 of file RDFTransformFactory.cpp.

Referenced by getTransforms(), isOK(), isRDF(), and RDFTransformFactoryImpl().


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