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 |
Definition at line 46 of file RDFTransformFactory.cpp.
RDFTransformFactoryImpl::RDFTransformFactoryImpl | ( | QString | url | ) |
!! retrieve data if remote... then
Definition at line 116 of file RDFTransformFactory.cpp.
RDFTransformFactoryImpl::~RDFTransformFactoryImpl | ( | ) | [virtual] |
Definition at line 135 of file RDFTransformFactory.cpp.
References m_store.
bool RDFTransformFactoryImpl::isRDF | ( | ) |
Definition at line 141 of file RDFTransformFactory.cpp.
References m_isRDF.
Referenced by RDFTransformFactory::isRDF().
bool RDFTransformFactoryImpl::isOK | ( | ) |
Definition at line 147 of file RDFTransformFactory.cpp.
References m_errorString.
Referenced by RDFTransformFactory::isOK().
QString RDFTransformFactoryImpl::getErrorString | ( | ) | const |
Definition at line 153 of file RDFTransformFactory.cpp.
References m_errorString.
Referenced by RDFTransformFactory::getErrorString().
std::vector< Transform > RDFTransformFactoryImpl::getTransforms | ( | ProgressReporter * | ) |
Definition at line 159 of file RDFTransformFactory.cpp.
References RealTime::fromXsdDuration(), PluginRDFIndexer::getIdForPluginURI(), PluginRDFIndexer::getInstance(), m_store, Transform::setBlockSize(), Transform::setDuration(), setOutput(), setParameters(), Transform::setPluginIdentifier(), Transform::setProgram(), Transform::setSampleRate(), Transform::setStartTime(), Transform::setStepSize(), Transform::setSummaryType(), Transform::setWindowType(), Transform::stringToSummaryType(), and XmlExportable::toXmlString().
Referenced by RDFTransformFactory::getTransforms().
QString RDFTransformFactoryImpl::writeTransformToRDF | ( | const Transform & | transform, |
QString | uri | ||
) | [static] |
Definition at line 354 of file RDFTransformFactory.cpp.
References Transform::getBlockSize(), Transform::getDuration(), PluginRDFIndexer::getInstance(), Transform::getOutput(), PluginRDFDescription::getOutputUri(), Transform::getParameters(), Transform::getPluginIdentifier(), Transform::getProgram(), Transform::getSampleRate(), Transform::getStartTime(), Transform::getStepSize(), Transform::getSummaryType(), PluginRDFIndexer::getURIForPluginId(), PluginIdentifier::parseIdentifier(), Transform::summaryTypeToString(), RealTime::toXsdDuration(), and RealTime::zeroTime.
bool RDFTransformFactoryImpl::setOutput | ( | Transform & | transform, |
QString | transformUri | ||
) | [protected] |
Definition at line 264 of file RDFTransformFactory.cpp.
References PluginRDFIndexer::getIndex(), PluginRDFIndexer::getInstance(), m_errorString, m_store, and Transform::setOutput().
Referenced by getTransforms().
bool RDFTransformFactoryImpl::setParameters | ( | Transform & | transform, |
QString | transformUri | ||
) | [protected] |
Definition at line 303 of file RDFTransformFactory.cpp.
References PluginRDFIndexer::getIndex(), PluginRDFIndexer::getInstance(), m_store, and Transform::setParameter().
Referenced by getTransforms().
BasicStore* RDFTransformFactoryImpl::m_store [protected] |
Definition at line 61 of file RDFTransformFactory.cpp.
Referenced by getTransforms(), RDFTransformFactoryImpl(), setOutput(), setParameters(), and ~RDFTransformFactoryImpl().
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(), and setOutput().
bool RDFTransformFactoryImpl::m_isRDF [protected] |
Definition at line 64 of file RDFTransformFactory.cpp.
Referenced by isRDF(), and RDFTransformFactoryImpl().