Interface ModelElementHandler<T extends ModelElementInstance,​V extends HandlerContext,​E>

    • Method Detail

      • handleElement

        E handleElement​(T element,
                        V context)

        This method handles a element to create a new element.

        Parameters:
        element - the ModelElementInstance to be handled.
        context - the HandlerContext which holds necessary information.
        Returns:
        a new element.