component_factory
ComponentFactory ¶
Factory class to create Component with given type.
get_component
staticmethod
¶
get_components
staticmethod
¶
Returns instances of Component depending on type.
Parameters:
-
components(List[Component]) –List of Component containing properties of components.
Returns:
-
CelonisCollection[Component]–A CelonisCollection of Component objects with proper class based on type.