comparison runner/JAMSFeatureWriter.h @ 208:c17b184c16db

Update JAMS output to JAMS v0.2.0. We now (for the first time?!) write actual JAMS schema-compliant output when possible, though it isn't possible for many types of plugin. The output for all tested combinations of transforms is valid JSON even where it isn't schema-compliant.
author Chris Cannam
date Wed, 04 Nov 2015 10:07:29 +0000
parents 1f8fef5c6ea2
children
comparison
equal deleted inserted replaced
207:e8f2f530c091 208:c17b184c16db
12 published by the Free Software Foundation; either version 2 of the 12 published by the Free Software Foundation; either version 2 of the
13 License, or (at your option) any later version. See the file 13 License, or (at your option) any later version. See the file
14 COPYING included with this distribution for more information. 14 COPYING included with this distribution for more information.
15 */ 15 */
16 16
17 #ifndef _JAMS_FEATURE_WRITER_H_ 17 #ifndef JAMS_FEATURE_WRITER_H
18 #define _JAMS_FEATURE_WRITER_H_ 18 #define JAMS_FEATURE_WRITER_H
19 19
20 #include "transform/FileFeatureWriter.h" 20 #include "transform/FileFeatureWriter.h"
21 21
22 #include "rdf/PluginRDFDescription.h" 22 #include "rdf/PluginRDFDescription.h"
23 23