Skip to content

Provide a way for downstream applications to extend ISysMLMoveElementService #2182

@gdaniel

Description

@gdaniel

Downstream applications may want to add some behavior when moving elements.
To do this right now it is necessary to to provide an implementation of ISysMLMoveElementService and annotate it with @Primary to override SysON's implementation.

This could be improved, by making SysON's implementation the default, and allowing downstream applications to provide a delegate that would be used instead of the default.

This would remove the need for the @Primary annotation, and make clear that SysON supports such extension.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions