#include <jive/implict/TransientModel.h>
|
| TransientModel () |
|
| TransientModel (const String &name, const Ref< Model > &child, Ref< TimeStepper > stepper, int options=0) |
|
| TransientModel (const String &name, const Properties &conf, const Properties &props, const Properties &globdat) |
|
void | init (const Properties &globdat) |
|
virtual void | readFrom (ObjectInput &in) |
|
virtual void | writeTo (ObjectOutput &out) const |
|
virtual Model * | findModel (const String &name) const |
|
virtual void | configure (const Properties &props, const Properties &globdat) |
|
virtual void | getConfig (const Properties &conf, const Properties &globdat) const |
|
virtual bool | takeAction (const String &action, const Properties ¶ms, const Properties &globdat) |
|
virtual String | getContext () const |
|
void | setContext (const String &context) |
|
| Model (const String &name="") |
|
| Model (const Self &rhs) |
|
void | store (const Properties &globdat) const |
|
| NamedObject (const String &name="") |
|
virtual String | toString () const |
| Returns a short textual description of this object. More...
|
|
String | getName () const |
|
virtual Class * | getClass () const |
| Returns the Class instance representing the runtime class of this object. More...
|
|
virtual long | hashValue () const |
| Returns a hash value for this object. More...
|
|
virtual bool | equals (const Ref< Object > &obj) const |
| Tests whether two objects are equal. More...
|
|
Ref< Object > | clone () const |
| Returns a copy of this object. More...
|
|
jive::implict::TransientModel::TransientModel |
( |
| ) |
|
jive::implict::TransientModel::TransientModel |
( |
const String & |
name, |
|
|
const Ref< Model > & |
child, |
|
|
Ref< TimeStepper > |
stepper, |
|
|
int |
options = 0 |
|
) |
| |
virtual jive::implict::TransientModel::~TransientModel |
( |
| ) |
|
|
protectedvirtual |
void jive::implict::TransientModel::init |
( |
const Properties & |
globdat | ) |
|
virtual void jive::implict::TransientModel::readFrom |
( |
ObjectInput & |
in | ) |
|
|
virtual |
virtual void jive::implict::TransientModel::writeTo |
( |
ObjectOutput & |
out | ) |
const |
|
virtual |
virtual Model* jive::implict::TransientModel::findModel |
( |
const String & |
name | ) |
const |
|
virtual |
virtual void jive::implict::TransientModel::configure |
( |
const Properties & |
props, |
|
|
const Properties & |
globdat |
|
) |
| |
|
virtual |
virtual void jive::implict::TransientModel::getConfig |
( |
const Properties & |
conf, |
|
|
const Properties & |
globdat |
|
) |
| const |
|
virtual |
virtual bool jive::implict::TransientModel::takeAction |
( |
const String & |
action, |
|
|
const Properties & |
params, |
|
|
const Properties & |
globdat |
|
) |
| |
|
virtual |
virtual String jive::implict::TransientModel::getContext |
( |
| ) |
const |
|
virtual |
void jive::implict::TransientModel::setContext |
( |
const String & |
context | ) |
|
static void jive::implict::TransientModel::declare |
( |
| ) |
|
|
static |
const char* jive::implict::TransientModel::TYPE_NAME |
|
static |
const int jive::implict::TransientModel::MANAGED |
|
static |