|
Enrollment 28.2.0
|
Holds instance of MultiModalityExecutor. More...
#include <MultiModalityExecutor.h>
Static Public Member Functions | |
| static std::shared_ptr< MultiModalityExecutor > | Get () |
| Provides current executor. | |
| static void | Set (std::shared_ptr< MultiModalityExecutor > executor) |
| Sets new global executor. | |
Holds instance of MultiModalityExecutor.
When executor is not set then default one is LocalMultiModalityExecutor. The class is singleton.
|
inlinestatic |
Provides current executor.
Referenced by ModalitiesGallery::Consolidate().
|
inlinestatic |
Sets new global executor.
| executor | new executor to store |
| EnrollmentInvalidArgumentException | when given executor is null |