DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
Public Member Functions | |
get_interface (cls, str interface_name, StructuredConfiguration configuration) | |
Definition at line 3 of file selection_interface_factory.py.
cider.data_structures.selection_interface_factory.SelectionInterfaceFactory.get_interface | ( | cls, | |
str | interface_name, | ||
StructuredConfiguration | configuration ) |
Very simple factory for generating selection interfaces Arguments: interface_name -- Name of interface (either "class-selection" or "relation-selection") configuration -- ConfigurationHandler object Raises: Exception: If interface_name is not recognised § Returns: SelectionInterface -- Either ClassSelectionMenu or RelationalSelectionMenu
Definition at line 5 of file selection_interface_factory.py.