We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f018a61 commit a4df46aCopy full SHA for a4df46a
1 file changed
generator/org.svis.generator/src/org/svis/generator/hismo/m2t/Hismo2JSON.xtend
@@ -146,7 +146,12 @@ class Hismo2JSON implements IGenerator2 {
146
"type": "path",
147
"start": "«path.start.ref.id»",
148
"end": "«path.end.ref.id»",
149
- "role": "«path.role.checkNull»"
+ "role": "«path.role.checkNull»",
150
+ «IF path.antipattern !== null»
151
+ "belongsTo": "«path.antipattern.ref.id.checkNull»"
152
+ «ELSE»
153
+ "belongsTo": ""
154
+ «ENDIF»
155
'''
156
157
def dispatch private toMetaData(FAMIXAntipattern antipattern) '''
0 commit comments