#include <LOCA_Continuation_Manager.H>
Collaboration diagram for LOCA::Continuation::Manager:
Public Member Functions | |
| Manager (NOX::Parameter::List &p) | |
| Constructor. | |
| virtual | ~Manager () |
| Destructor. | |
| virtual NOX::Abstract::Group::ReturnType | reset (NOX::Parameter::List &p) |
| Reset parameters. | |
| virtual LOCA::Continuation::ExtendedGroup * | createContinuationGroup (LOCA::Continuation::AbstractGroup &grp) |
| Creates continuation group for given method. | |
| const string & | getMethod () const |
| Returns method name. | |
| const string & | getConParamID () const |
| Returns continuation parameter id (string). | |
Protected Attributes | |
| string | method |
| Stores continuation method name. | |
| string | conParamID |
| Stores continuation parameter id (string). | |
| NOX::Parameter::List * | paramsPtr |
| Stores parameter list. | |
The parameters passed to the constructor or reset should specify the "Method", as described below, as well as any additional parameters for that particular method.
Call the createContinuationGroup to instantiate a continuation group of the appropriate type.
1.3.9.1