svcore
1.9
|
Public Member Functions | |
RDFTransformFactoryImpl (QString url) | |
virtual | ~RDFTransformFactoryImpl () |
bool | isRDF () |
bool | isOK () |
QString | getErrorString () const |
std::vector< Transform > | getTransforms (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.
|
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().
std::vector< Transform > RDFTransformFactoryImpl::getTransforms | ( | ProgressReporter * | ) |
Definition at line 164 of file RDFTransformFactory.cpp.
References RealTime::fromXsdDuration(), PluginRDFIndexer::getIdForPluginURI(), PluginRDFIndexer::getInstance(), m_isRDF, m_store, Transform::setBlockSize(), Transform::setDuration(), setOutput(), setParameters(), Transform::setPluginIdentifier(), Transform::setPluginVersion(), Transform::setProgram(), Transform::setSampleRate(), Transform::setStartTime(), Transform::setStepSize(), Transform::setSummaryType(), Transform::setWindowType(), Transform::stringToSummaryType(), XmlExportable::toXmlString(), and RealTime::zeroTime.
Referenced by RDFTransformFactory::getTransforms().
|
static |
Definition at line 367 of file RDFTransformFactory.cpp.
References Transform::getBlockSize(), Transform::getDuration(), PluginRDFIndexer::getInstance(), Window< T >::getNameForType(), Transform::getOutput(), PluginRDFDescription::getOutputUri(), Transform::getParameters(), Transform::getPluginIdentifier(), Transform::getPluginVersion(), Transform::getProgram(), Transform::getSampleRate(), Transform::getStartTime(), Transform::getStepSize(), Transform::getSummaryType(), PluginRDFIndexer::getURIForPluginId(), Transform::getWindowType(), HanningWindow, PluginIdentifier::parseIdentifier(), Transform::summaryTypeToString(), RealTime::toXsdDuration(), and RealTime::zeroTime.
Referenced by RDFTransformFactory::writeTransformToRDF().
|
protected |
Definition at line 277 of file RDFTransformFactory.cpp.
References PluginRDFIndexer::getIndex(), PluginRDFIndexer::getInstance(), m_errorString, m_store, and Transform::setOutput().
Referenced by getTransforms().
|
protected |
Definition at line 316 of file RDFTransformFactory.cpp.
References PluginRDFIndexer::getIndex(), PluginRDFIndexer::getInstance(), m_store, and Transform::setParameter().
Referenced by getTransforms().
Member Data Documentation
|
protected |
Definition at line 61 of file RDFTransformFactory.cpp.
Referenced by getTransforms(), RDFTransformFactoryImpl(), setOutput(), setParameters(), and ~RDFTransformFactoryImpl().
|
protected |
Definition at line 62 of file RDFTransformFactory.cpp.
|
protected |
Definition at line 63 of file RDFTransformFactory.cpp.
Referenced by getErrorString(), isOK(), RDFTransformFactoryImpl(), and setOutput().
|
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:
Generated by 1.8.11