comparison rdf/RDFFeatureWriter.cpp @ 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 2104ea2204d2
children d74ebd2d2c49
comparison
equal deleted inserted replaced
997:2104ea2204d2 998:e25dc8d57565
43 { 43 {
44 } 44 }
45 45
46 RDFFeatureWriter::~RDFFeatureWriter() 46 RDFFeatureWriter::~RDFFeatureWriter()
47 { 47 {
48 }
49
50 string
51 RDFFeatureWriter::getDescription() const
52 {
53 return "Write output in Audio Features Ontology RDF/Turtle format.";
48 } 54 }
49 55
50 RDFFeatureWriter::ParameterList 56 RDFFeatureWriter::ParameterList
51 RDFFeatureWriter::getSupportedParameters() const 57 RDFFeatureWriter::getSupportedParameters() const
52 { 58 {