9const std::string IOSubstitutionModelFactory::BPPO_FORMAT =
"Bpp0";
11std::unique_ptr<ISubstitutionModel> IOSubstitutionModelFactory::createReader(
const std::string& format)
16 throw Exception(
"Format " + format +
" is not supported for input.");
24 throw Exception(
"Format " + format +
" is not supported for output.");
static const std::string BPPO_FORMAT
virtual std::unique_ptr< OSubstitutionModel > createWriter(const std::string &format)
Get a new dynamically created OSubstitutionModel object.
Defines the basic types of data flow nodes.