Implementation of the execution management class.
virtual ISubDomain * createSequentialSubDomain()=0
Create a sequential sub-domain without a dataset.
virtual ISubDomain * createSequentialSubDomain(const String &case_file_name)=0
Create a sequential sub-domain with the dataset file named case_file_name.
Interface of the subdomain manager.