diff rdf/PluginRDFDescription.h @ 494:81963c51b488

* Add ability to export a transform structure as RDF -- for use when exporting data from runner, so as to refer back to the generating transform from the audio features rdf * some improvements to pane & layer management when importing rdf, but it's all still a big hack here
author Chris Cannam
date Tue, 25 Nov 2008 17:46:02 +0000
parents 82ab61fa9223
children b4a8d8221eaf
line wrap: on
line diff
--- a/rdf/PluginRDFDescription.h	Tue Nov 25 13:43:56 2008 +0000
+++ b/rdf/PluginRDFDescription.h	Tue Nov 25 17:46:02 2008 +0000
@@ -49,6 +49,7 @@
     QString getOutputFeatureAttributeURI(QString outputId) const;
     QString getOutputSignalTypeURI(QString outputId) const;
     QString getOutputUnit(QString outputId) const;
+    QString getOutputUri(QString outputId) const;
 
 protected:    
     typedef std::map<QString, OutputDisposition> OutputDispositionMap;
@@ -67,6 +68,7 @@
     OutputStringMap m_outputFeatureAttributeURIMap;
     OutputStringMap m_outputSignalTypeURIMap;
     OutputStringMap m_outputUnitMap;
+    OutputStringMap m_outputUriMap;
     bool index();
     bool indexMetadata();
     bool indexOutputs();