Skip to content
Snippets Groups Projects
Commit a6c99c9d authored by martinRenou's avatar martinRenou
Browse files

Create probe factory registry

parent 0ec4e5c8
No related branches found
No related tags found
1 merge request!101Create probe classes for tests
from traits.api import List
from force_bdss.factory_registry_plugin import FactoryRegistryPlugin
from .kpi_calculator import ProbeKPICalculatorFactory
class ProbeFactoryRegistryPlugin(FactoryRegistryPlugin):
mco_factories = List()
kpi_calculator_factories = List()
data_source_factories = List()
notification_listener_factories = List()
def _kpi_calculator_factories_default(self):
return ProbeKPICalculatorFactory(self)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment