diff rdf/RDFFeatureWriter.h @ 998:e25dc8d57565

Add descriptions for writers; add housekeeping options to Sonic Annotator to list writers and formats
author Chris Cannam
date Mon, 13 Oct 2014 14:44:51 +0100
parents 06579b8ffb7b
children c8e291700c0e
line wrap: on
line diff
--- a/rdf/RDFFeatureWriter.h	Mon Oct 13 10:56:16 2014 +0100
+++ b/rdf/RDFFeatureWriter.h	Mon Oct 13 14:44:51 2014 +0100
@@ -44,6 +44,8 @@
     RDFFeatureWriter();
     virtual ~RDFFeatureWriter();
 
+    virtual string getDescription() const;
+
     virtual ParameterList getSupportedParameters() const;
     virtual void setParameters(map<string, string> &params);