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 fields configured for Feature.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions