#include <jive/app/InitModule.h>
|
| static void | makeModel (const String &name, const Properties &conf, const Properties &props, const Properties &globdat, const Ref< Writer > &logger=NIL) |
| |
| static void | syncDofs (const Properties &globdat) |
| |
| static void | initConstraints (const Properties &globdat, const String &context) |
| |
| static void | initVectors (const StringVector &specs, const Properties &globdat, const String &context, const Ref< Writer > &logger=NIL) |
| |
| static void | checkVecSpecs (const StringVector &specs) |
| |
| static void | initModel (const Properties &conf, const Properties &props, const Properties &globdat) |
| |
| static Ref< Module > | makeNew (const String &name, const Properties &conf, const Properties &props, const Properties &globdat) |
| |
| static void | declare () |
| |
| static String | makeContext (const String &kind, const String &name) |
| |
| static Class * | getType () |
| | Returns the Class instance representing the Object class. More...
|
| |
|
| virtual | ~InitModule () |
| |
| virtual void | makeModel_ (const Properties &conf, const Properties &props, const Properties &globdat) |
| |
| virtual void | reorderDofs_ (const Properties &conf, const Properties &props, const Properties &globdat) |
| |
| virtual void | syncDofs_ (const Properties &conf, const Properties &props, const Properties &globdat) |
| |
| virtual void | initConstraints_ (const Properties &conf, const Properties &props, const Properties &globdat) |
| |
| virtual void | initVectors_ (const Properties &conf, const Properties &props, const Properties &globdat) |
| |
| virtual void | initModel_ (const Properties &conf, const Properties &props, const Properties &globdat) |
| |
| virtual | ~Module () |
| |
| virtual | ~NamedObject () |
| |
| | Collectable () |
| | Creates an empty Collectable. More...
|
| |
| | ~Collectable () |
| | Frees resources. More...
|
| |
| jive::app::InitModule::InitModule |
( |
const String & |
name = "init" | ) |
|
|
explicit |
| virtual jive::app::InitModule::~InitModule |
( |
| ) |
|
|
protectedvirtual |
| virtual void jive::app::InitModule::shutdown |
( |
const Properties & |
globdat | ) |
|
|
virtual |
| virtual void jive::app::InitModule::configure |
( |
const Properties & |
props, |
|
|
const Properties & |
globdat |
|
) |
| |
|
virtual |
| virtual void jive::app::InitModule::getConfig |
( |
const Properties & |
conf, |
|
|
const Properties & |
globdat |
|
) |
| const |
|
virtual |
| static void jive::app::InitModule::syncDofs |
( |
const Properties & |
globdat | ) |
|
|
static |
| static void jive::app::InitModule::initConstraints |
( |
const Properties & |
globdat, |
|
|
const String & |
context |
|
) |
| |
|
static |
| static void jive::app::InitModule::initVectors |
( |
const StringVector & |
specs, |
|
|
const Properties & |
globdat, |
|
|
const String & |
context, |
|
|
const Ref< Writer > & |
logger = NIL |
|
) |
| |
|
static |
| static void jive::app::InitModule::checkVecSpecs |
( |
const StringVector & |
specs | ) |
|
|
static |
| static void jive::app::InitModule::declare |
( |
| ) |
|
|
static |