|
NEST
2.6.0,not_revisioned_source_dir@0
|
Module supplying all models that are included in the NEST release. More...
#include <modelsmodule.h>
Public Member Functions | |
| ModelsModule (Network &) | |
| ~ModelsModule () | |
| void | init (SLIInterpreter *) |
| Initialize module by registering models with the network. More... | |
| const std::string | name (void) const |
| Return name of the module. More... | |
| const std::string | commandstring (void) const |
| Return sli command sequence to be executed for initialisation. More... | |
Public Member Functions inherited from SLIModule | |
| virtual | ~SLIModule () |
| void | install (std::ostream &, SLIInterpreter *) |
| Print installation message via interpreter message command. More... | |
Private Attributes | |
| Network & | net_ |
| network where models are to be registered More... | |
Module supplying all models that are included in the NEST release.
| nest::ModelsModule::ModelsModule | ( | Network & | net | ) |
| nest::ModelsModule::~ModelsModule | ( | ) |
|
virtual |
Return sli command sequence to be executed for initialisation.
Reimplemented from SLIModule.
|
virtual |
Initialize module by registering models with the network.
| SLIInterpreter* | SLI interpreter |
| nest::Network& | Network with which to register models |
Implements SLIModule.
References ad, net_, TokenArray::push_back(), nest::names::record_from, and nest::names::V_m.
|
virtual |
Return name of the module.
Implements SLIModule.
|
private |
network where models are to be registered
Referenced by init().
1.8.7