#include <NeuroMLImporter.h>
Public Member Functions | |
NeuroMLImporter (std::string schema_location=".") | |
~NeuroMLImporter () | |
void | load (std::string filename, SimNetwork &net) |
const PCSIMParserEnvironment & | elements () |
Definition at line 19 of file NeuroMLImporter.h.
NeuroMLImporter::NeuroMLImporter | ( | std::string | schema_location = "." |
) |
Definition at line 4 of file NeuroMLImporter.cpp.
NeuroMLImporter::~NeuroMLImporter | ( | ) |
Definition at line 12 of file NeuroMLImporter.cpp.
void NeuroMLImporter::load | ( | std::string | filename, | |
SimNetwork & | net | |||
) |
const PCSIMParserEnvironment& NeuroMLImporter::elements | ( | ) | [inline] |
Definition at line 28 of file NeuroMLImporter.h.