public interface ModelElementHandler<T extends ModelElementInstance,V extends HandlerContext,E>
A ModelElementHandler
handles an instance of a modelElement
to create a new activity.
Modifier and Type | Method and Description |
---|---|
E |
handleElement(T element,
V context)
This method handles a element to create a new element.
|
E handleElement(T element, V context)
This method handles a element to create a new element.
element
- the ModelElementInstance
to be handled.context
- the HandlerContext
which holds necessary information.Copyright © 2019. All rights reserved.