svcore
1.9
|
#include <PluginRDFDescription.h>
Public Types | |
enum | OutputDisposition { OutputDispositionUnknown, OutputSparse, OutputDense, OutputTrackLevel } |
Public Member Functions | |
PluginRDFDescription () | |
PluginRDFDescription (QString pluginId) | |
~PluginRDFDescription () | |
bool | haveDescription () const |
QString | getPluginName () const |
QString | getPluginDescription () const |
QString | getPluginMaker () const |
Provider | getPluginProvider () const |
QStringList | getOutputIds () const |
QString | getOutputName (QString outputId) const |
OutputDisposition | getOutputDisposition (QString outputId) const |
QString | getOutputEventTypeURI (QString outputId) const |
QString | getOutputFeatureAttributeURI (QString outputId) const |
QString | getOutputSignalTypeURI (QString outputId) const |
QString | getOutputUnit (QString outputId) const |
QString | getOutputUri (QString outputId) const |
Protected Types | |
typedef std::map< QString, OutputDisposition > | OutputDispositionMap |
typedef std::map< QString, QString > | OutputStringMap |
Protected Member Functions | |
bool | index () |
bool | indexMetadata () |
bool | indexOutputs () |
Detailed Description
Definition at line 28 of file PluginRDFDescription.h.
Member Typedef Documentation
|
protected |
Definition at line 59 of file PluginRDFDescription.h.
|
protected |
Definition at line 60 of file PluginRDFDescription.h.
Member Enumeration Documentation
Enumerator | |
---|---|
OutputDispositionUnknown | |
OutputSparse | |
OutputDense | |
OutputTrackLevel |
Definition at line 35 of file PluginRDFDescription.h.
Constructor & Destructor Documentation
|
inline |
Definition at line 31 of file PluginRDFDescription.h.
References ~PluginRDFDescription().
PluginRDFDescription::PluginRDFDescription | ( | QString | pluginId | ) |
Definition at line 38 of file PluginRDFDescription.cpp.
References PluginRDFIndexer::getInstance(), PluginRDFIndexer::getURIForPluginId(), index(), m_haveDescription, m_pluginUri, and SVDEBUG.
PluginRDFDescription::~PluginRDFDescription | ( | ) |
Definition at line 56 of file PluginRDFDescription.cpp.
Referenced by PluginRDFDescription().
Member Function Documentation
bool PluginRDFDescription::haveDescription | ( | ) | const |
Definition at line 61 of file PluginRDFDescription.cpp.
References m_haveDescription.
Referenced by RDFFeatureWriter::writeDenseRDF(), and RDFFeatureWriter::writeSparseRDF().
QString PluginRDFDescription::getPluginName | ( | ) | const |
Definition at line 67 of file PluginRDFDescription.cpp.
References m_pluginName.
Referenced by TransformFactory::populateUninstalledTransforms().
QString PluginRDFDescription::getPluginDescription | ( | ) | const |
Definition at line 73 of file PluginRDFDescription.cpp.
References m_pluginDescription.
Referenced by TransformFactory::populateUninstalledTransforms().
QString PluginRDFDescription::getPluginMaker | ( | ) | const |
Definition at line 79 of file PluginRDFDescription.cpp.
References m_pluginMaker.
Referenced by TransformFactory::populateUninstalledTransforms().
Provider PluginRDFDescription::getPluginProvider | ( | ) | const |
Definition at line 85 of file PluginRDFDescription.cpp.
References m_provider.
Referenced by TransformFactory::populateUninstalledTransforms().
QStringList PluginRDFDescription::getOutputIds | ( | ) | const |
Definition at line 91 of file PluginRDFDescription.cpp.
References m_outputDispositions.
Referenced by TransformFactory::populateUninstalledTransforms().
QString PluginRDFDescription::getOutputName | ( | QString | outputId | ) | const |
Definition at line 102 of file PluginRDFDescription.cpp.
References m_outputNames.
Referenced by TransformFactory::populateUninstalledTransforms().
PluginRDFDescription::OutputDisposition PluginRDFDescription::getOutputDisposition | ( | QString | outputId | ) | const |
Definition at line 111 of file PluginRDFDescription.cpp.
References m_outputDispositions, and OutputDispositionUnknown.
Referenced by RDFFeatureWriter::writeLocalFeatureTypes().
QString PluginRDFDescription::getOutputEventTypeURI | ( | QString | outputId | ) | const |
Definition at line 120 of file PluginRDFDescription.cpp.
References m_outputEventTypeURIMap.
Referenced by FeatureExtractionModelTransformer::createOutputModels(), RDFFeatureWriter::writeLocalFeatureTypes(), and RDFFeatureWriter::writeSparseRDF().
QString PluginRDFDescription::getOutputFeatureAttributeURI | ( | QString | outputId | ) | const |
Definition at line 130 of file PluginRDFDescription.cpp.
References m_outputFeatureAttributeURIMap.
Referenced by RDFFeatureWriter::writeLocalFeatureTypes(), and RDFFeatureWriter::writeTrackLevelRDF().
QString PluginRDFDescription::getOutputSignalTypeURI | ( | QString | outputId | ) | const |
Definition at line 140 of file PluginRDFDescription.cpp.
References m_outputSignalTypeURIMap.
Referenced by FeatureExtractionModelTransformer::createOutputModels(), RDFFeatureWriter::writeDenseRDF(), and RDFFeatureWriter::writeLocalFeatureTypes().
QString PluginRDFDescription::getOutputUnit | ( | QString | outputId | ) | const |
Definition at line 150 of file PluginRDFDescription.cpp.
References m_outputUnitMap.
QString PluginRDFDescription::getOutputUri | ( | QString | outputId | ) | const |
Definition at line 159 of file PluginRDFDescription.cpp.
References m_outputUriMap.
Referenced by RDFTransformFactoryImpl::writeTransformToRDF().
|
protected |
Definition at line 168 of file PluginRDFDescription.cpp.
References indexMetadata(), and indexOutputs().
Referenced by indexMetadata(), indexOutputs(), and PluginRDFDescription().
|
protected |
Definition at line 180 of file PluginRDFDescription.cpp.
References Provider::DownloadLinux32, Provider::DownloadLinux64, Provider::DownloadMac, Provider::DownloadSourceCode, Provider::downloadTypes, Provider::downloadUrl, Provider::DownloadWindows, Provider::foundInPacks, PluginRDFIndexer::getIndex(), PluginRDFIndexer::getInstance(), index(), Provider::infoUrl, m_pluginDescription, m_pluginId, m_pluginMaker, m_pluginName, m_pluginUri, m_provider, and SVCERR.
Referenced by index().
|
protected |
Definition at line 336 of file PluginRDFDescription.cpp.
References PluginRDFIndexer::getIndex(), PluginRDFIndexer::getInstance(), index(), m_outputDispositions, m_outputEventTypeURIMap, m_outputFeatureAttributeURIMap, m_outputNames, m_outputSignalTypeURIMap, m_outputUnitMap, m_outputUriMap, m_pluginUri, OutputDense, OutputDispositionUnknown, OutputSparse, OutputTrackLevel, and SVDEBUG.
Referenced by index().
Member Data Documentation
|
protected |
Definition at line 62 of file PluginRDFDescription.h.
Referenced by indexMetadata().
|
protected |
Definition at line 63 of file PluginRDFDescription.h.
Referenced by indexMetadata(), indexOutputs(), and PluginRDFDescription().
|
protected |
Definition at line 64 of file PluginRDFDescription.h.
Referenced by haveDescription(), and PluginRDFDescription().
|
protected |
Definition at line 65 of file PluginRDFDescription.h.
Referenced by getPluginName(), and indexMetadata().
|
protected |
Definition at line 66 of file PluginRDFDescription.h.
Referenced by getPluginDescription(), and indexMetadata().
|
protected |
Definition at line 67 of file PluginRDFDescription.h.
Referenced by getPluginMaker(), and indexMetadata().
|
protected |
Definition at line 68 of file PluginRDFDescription.h.
Referenced by getPluginProvider(), and indexMetadata().
|
protected |
Definition at line 69 of file PluginRDFDescription.h.
Referenced by getOutputName(), and indexOutputs().
|
protected |
Definition at line 70 of file PluginRDFDescription.h.
Referenced by getOutputDisposition(), getOutputIds(), and indexOutputs().
|
protected |
Definition at line 71 of file PluginRDFDescription.h.
Referenced by getOutputEventTypeURI(), and indexOutputs().
|
protected |
Definition at line 72 of file PluginRDFDescription.h.
Referenced by getOutputFeatureAttributeURI(), and indexOutputs().
|
protected |
Definition at line 73 of file PluginRDFDescription.h.
Referenced by getOutputSignalTypeURI(), and indexOutputs().
|
protected |
Definition at line 74 of file PluginRDFDescription.h.
Referenced by getOutputUnit(), and indexOutputs().
|
protected |
Definition at line 75 of file PluginRDFDescription.h.
Referenced by getOutputUri(), and indexOutputs().
The documentation for this class was generated from the following files:
Generated by 1.8.11