Interface IComponentFactory

    • Method Detail

      • createComponent

        IComponent<?> createComponent​(Object[] objects)
        Creates a component with the specified EObjects as input.
        Parameters:
        objects - the EObjects comprising the input of the definition, may be null
        Returns:
        a component, never null