svcore  1.9
RDFTransformFactoryImpl Class Reference
Collaboration diagram for RDFTransformFactoryImpl:

List of all members.

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

!! retrieve data if remote... then

Definition at line 116 of file RDFTransformFactory.cpp.

References m_isRDF, and m_store.

Definition at line 135 of file RDFTransformFactory.cpp.

References m_store.


Member Function Documentation

Definition at line 141 of file RDFTransformFactory.cpp.

References m_isRDF.

Referenced by RDFTransformFactory::isRDF().

Definition at line 147 of file RDFTransformFactory.cpp.

References m_errorString.

Referenced by RDFTransformFactory::isOK().

Definition at line 153 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

Definition at line 62 of file RDFTransformFactory.cpp.

Definition at line 63 of file RDFTransformFactory.cpp.

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

Definition at line 64 of file RDFTransformFactory.cpp.

Referenced by isRDF(), and RDFTransformFactoryImpl().


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