23 #ifndef MODELSMODULE_H
24 #define MODELSMODULE_H
50 const std::string
name(
void)
const;
ModelsModule(Network &)
Definition: modelsmodule.cpp:134
~ModelsModule()
Definition: modelsmodule.cpp:138
const std::string commandstring(void) const
Return sli command sequence to be executed for initialisation.
Definition: modelsmodule.cpp:145
Module supplying all models that are included in the NEST release.
Definition: modelsmodule.h:36
Definition: interpret.h:69
Main administrative interface to the network.
Definition: network.h:135
const std::string name(void) const
Return name of the module.
Definition: modelsmodule.cpp:140
Base class for all SLI Interpreter modules.
Definition: slimodule.h:34
void init(SLIInterpreter *)
Initialize module by registering models with the network.
Definition: modelsmodule.cpp:152
Network & net_
network where models are to be registered
Definition: modelsmodule.h:56