#include <jive/model/MPModel.h>
|
| MPModel () |
|
| MPModel (const String &name, const Ref< Model > &child, Ref< TableExchanger > tex=NIL, Ref< VectorExchanger > vex=NIL) |
|
| MPModel (const String &name, const Properties &conf, const Properties &props, 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 &props, const Properties &globdat) const |
|
virtual bool | takeAction (const String &action, const Properties ¶ms, const Properties &globdat) |
|
void | clear () |
|
void | addTable (const String &tname) |
|
bool | eraseTable (const String &tname) |
|
void | addVector (const String &action, const String &vname) |
|
bool | eraseVector (const String &action) |
|
void | setDefaults () |
|
| Model (const String &name="") |
|
| Model (const Self &rhs) |
|
virtual String | getContext () const |
|
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::model::MPModel::MPModel |
( |
| ) |
|
virtual jive::model::MPModel::~MPModel |
( |
| ) |
|
|
protectedvirtual |
virtual void jive::model::MPModel::readFrom |
( |
ObjectInput & |
in | ) |
|
|
virtual |
virtual void jive::model::MPModel::writeTo |
( |
ObjectOutput & |
out | ) |
const |
|
virtual |
virtual Model* jive::model::MPModel::findModel |
( |
const String & |
name | ) |
const |
|
virtual |
virtual void jive::model::MPModel::configure |
( |
const Properties & |
props, |
|
|
const Properties & |
globdat |
|
) |
| |
|
virtual |
virtual void jive::model::MPModel::getConfig |
( |
const Properties & |
props, |
|
|
const Properties & |
globdat |
|
) |
| const |
|
virtual |
void jive::model::MPModel::clear |
( |
| ) |
|
void jive::model::MPModel::addTable |
( |
const String & |
tname | ) |
|
bool jive::model::MPModel::eraseTable |
( |
const String & |
tname | ) |
|
void jive::model::MPModel::addVector |
( |
const String & |
action, |
|
|
const String & |
vname |
|
) |
| |
bool jive::model::MPModel::eraseVector |
( |
const String & |
action | ) |
|
void jive::model::MPModel::setDefaults |
( |
| ) |
|
static void jive::model::MPModel::declare |
( |
| ) |
|
|
static |
const char* jive::model::MPModel::TYPE_NAME |
|
static |