gemseo.formulations.base_factory module#
A factory of formulations.
- class BaseFormulationFactory[source]#
Bases:
BaseFactory
[BaseFormulation
]A factory of
BaseFormulation
.- Return type:
Any
- get_default_option_values(name)[source]#
Return the default values for the keyword arguments of a class.
- Parameters:
name (str) -- The name of the class.
- Returns:
The mapping from the keyword argument names to their default values.
- Return type:
StrKeyMapping
- get_default_sub_option_values(name, **options)[source]#
Return the default values of the sub options of a class.