nat.builder.front_end#
Classes#
Helper class that provides a standard way to create an ABC using |
Module Contents#
- class FrontEndBase(full_config: nat.data_models.config.Config)#
Bases:
Generic
[nat.data_models.front_end.FrontEndConfigT
],abc.ABC
Helper class that provides a standard way to create an ABC using inheritance.
Initializes the FrontEndBase object with the specified NAT configuration.
Parameters#
- full_configConfig
The configuration object to use for the front end.
- _full_config: nat.data_models.config.Config#
- _front_end_config: nat.data_models.front_end.FrontEndConfigT#
- property front_end_config: nat.data_models.front_end.FrontEndConfigT#
Returns the front end configuration object extracted from the NAT configuration.
Returns#
- FrontEndConfigT
The front end configuration object.
- property full_config: nat.data_models.config.Config#
Returns the full NAT configuration object.
Returns#
- Config
The full NAT configuration object.
- abstractmethod run()#
- Async:
Runs the specified configuration file, launching the workflow until the front end is complete.