modelix / modelix/modelix.core
Side transformation/substitute actions
Nobody has claimed this yet.
- Dominant language
- Kotlin
- Stars
- 16
- Forks
- 10
- Avg merge
- 3h 9m
- Merged PRs (30d)
- 26
Description
Side transformations and node substitutions can be implemented with the same infrastructure. There are left/right/center transformations.
From the perspective of defining actions it's useful to distinguish between "replacing" a cell and "inserting between" two cells. Distinguishing between left and right transformations as in MPS while defining an action is not useful. You could specify that an action should be available in the gap before or after a node/cell, but triggering it should be possible from both sides of that gap.
To make the difference clear the action locations should be named before/after instead of left/right.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.