mirror of
http://172.16.200.102/MOISE/Pattern-Instanciation-On-System-Engineering-Model.git
synced 2025-11-27 10:37:58 +01:00
Added new connection patterns to metamodel. Updated editors. Bug
correction in MWE2 generation scripts of XText editors.
This commit is contained in:
@@ -26,8 +26,8 @@ Workflow {
|
||||
language = StandardLanguage {
|
||||
name = "com.irtsaintexupery.xtext.pseim.Pattern"
|
||||
fileExtensions = "pseimx"
|
||||
referencedResource = "platform:/resource/com.irtsaintexupery.modelpattern/model/pseim.genmodel"
|
||||
referencedResource = "platform:/resource/com.irtsaintexupery.modelpattern/model/seim.genmodel"
|
||||
referencedResource = "platform:/resource/com.irtsaintexupery.pseim/model/pseim.genmodel"
|
||||
referencedResource = "platform:/resource/com.irtsaintexupery.pseim/model/seim.genmodel"
|
||||
|
||||
fragment = ecore2xtext.Ecore2XtextValueConverterServiceFragment2 auto-inject {}
|
||||
|
||||
|
||||
@@ -38,7 +38,9 @@ PatternLink returns PatternLink:
|
||||
;
|
||||
|
||||
enum LinkType returns LinkType:
|
||||
TRANSPOSE = '-{Transpose}->' | IDENTITY = '-{Identity}->' | FIRST = '-{First}->' | ROTATE = '-{Rotate}->' | SHIFT = '-{Shift}->'
|
||||
TRANSPOSE = '-{Transpose}->' | IDENTITY = '-{Identity}->' | FIRST = '-{First}->' | ROTATE = '-{Rotate}->'
|
||||
| SHIFTC = '-{ShiftC}->' | SHIFTP = '-{ShiftP}->' | FLATTENC = '-{FlattenC}->' | FORKC = '-{ForkC}->' | FORKP = '-{ForkP}->'
|
||||
| JOINC = '-{JoinC}->' | JOINP = '-{JoinP}->' | LAST = '-{Last}->'
|
||||
;
|
||||
|
||||
enum PortDirection returns seim::PortDirection:
|
||||
|
||||
Reference in New Issue
Block a user