cars.applications.application
This module contains class application factory.
Module Contents
Classes
Application factory: |
- class cars.applications.application.Application[source]
Application factory: A class designed for registered all available Cars application and instantiate when needed.
- available_applications
- classmethod create_app(name: str, cfg: cars.conf.input_parameters.ConfigType)[source]
Factory command to create the application Return the instance of application associated with the application name given as parameter
- Parameters
app_name (str) – name of the application.
cfg (dictionary) – configuration {‘matching_cost_method’: value}