|
Jive reference manual
|
#include <jive/implict/ArclenModule.h>

Public Member Functions | |
| ArclenModule (const String &name="arclen") | |
| virtual Status | init (const Properties &conf, const Properties &props, const Properties &globdat) |
| virtual void | shutdown (const Properties &globdat) |
| virtual void | configure (const Properties &props, const Properties &globdat) |
| virtual void | getConfig (const Properties &conf, const Properties &globdat) const |
| virtual void | advance (const Properties &globdat) |
| virtual void | solve (const Properties &info, const Properties &globdat) |
| virtual void | cancel (const Properties &globdat) |
| virtual bool | commit (const Properties &globdat) |
| virtual void | setPrecision (double eps) |
| virtual double | getPrecision () const |
| void | setOptions (int options) |
| int | getOptions () const |
| void | setLoadScale (double scale) |
| double | getLoadScale () const |
Public Member Functions inherited from jive::implict::SolverModule | |
| virtual Status | run (const Properties &globdat) |
Public Member Functions inherited from jive::app::Module | |
| Module (const String &name="") | |
| virtual bool | takeAction (const String &action, const Properties ¶ms, const Properties &globdat) |
| virtual String | getContext () const |
| void | notAliveError () const |
| void | notAliveError (const String &where) const |
Public Member Functions inherited from jem::NamedObject | |
| NamedObject (const String &name="") | |
| virtual String | toString () const |
| Returns a short textual description of this object. More... | |
| String | getName () const |
Public Member Functions inherited from jem::Object | |
| 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... | |
Static Public Member Functions | |
| static Ref< Module > | makeNew (const String &name, const Properties &conf, const Properties &props, const Properties &globdat) |
| static void | declare () |
Static Public Member Functions inherited from jem::NamedObject | |
| static String | makeContext (const String &kind, const String &name) |
Static Public Member Functions inherited from jem::Object | |
| static Class * | getType () |
Returns the Class instance representing the Object class. More... | |
Static Public Attributes | |
| static const char * | TYPE_NAME |
| static const int | DELTA_CONS |
Static Public Attributes inherited from jive::app::Module | |
| static const char * | CASE_NAME |
Protected Member Functions | |
| virtual | ~ArclenModule () |
Protected Member Functions inherited from jive::implict::SolverModule | |
| SolverModule (const String &name="") | |
| virtual | ~SolverModule () |
Protected Member Functions inherited from jive::app::Module | |
| virtual | ~Module () |
Protected Member Functions inherited from jem::NamedObject | |
| virtual | ~NamedObject () |
Protected Member Functions inherited from jem::Collectable | |
| Collectable () | |
Creates an empty Collectable. More... | |
| ~Collectable () | |
| Frees resources. More... | |
Friends | |
| class | Work_ |
| class | RunData_ |
Additional Inherited Members | |
Public Types inherited from jive::app::Module | |
| enum | Status { OK, DONE, EXIT } |
Protected Attributes inherited from jem::NamedObject | |
| String | myName_ |
|
explicit |
|
protectedvirtual |
|
virtual |
Reimplemented from jive::app::Module.
|
virtual |
Reimplemented from jive::app::Module.
|
virtual |
Reimplemented from jive::implict::SolverModule.
|
virtual |
Reimplemented from jive::implict::SolverModule.
|
virtual |
Implements jive::implict::SolverModule.
|
virtual |
Implements jive::implict::SolverModule.
|
virtual |
Implements jive::implict::SolverModule.
|
virtual |
Implements jive::implict::SolverModule.
|
virtual |
Implements jive::implict::SolverModule.
|
virtual |
Implements jive::implict::SolverModule.
| void jive::implict::ArclenModule::setOptions | ( | int | options | ) |
| int jive::implict::ArclenModule::getOptions | ( | ) | const |
| void jive::implict::ArclenModule::setLoadScale | ( | double | scale | ) |
| double jive::implict::ArclenModule::getLoadScale | ( | ) | const |
|
static |
|
static |
|
friend |
|
friend |
|
static |
|
static |