17typedef boost::shared_ptr<TermMaxTimeOp> TermMaxTimeOpP;
Termination operator: terminates on a given elapsed time.
bool operate(StateP)
perform the designated operation
void registerParameters(StateP)
Register parameters with the Registry. Called before Operator::initialize.
bool initialize(StateP)
Perform initialization. Called before Operator::operate. By default, if the return value is false,...