Complete and update rebuilding (in particular from sysML)
-
when rebuilding graphics (from sysml), handle stereotypes (in particular particulier)
-
AvatarPragma getAdvancedValue line 99 replace if (t.startsWith("Confidentiality") || t.startsWith("Authenticity")) { by if (!(this instanceof AvatarPragmaLatency) && !t.startsWith("#")) { or ... ?
-
AvatarPanelDrawer makeSecurityPragmas lines 1175, 1190, 1191: replace TGComponent by CDElement ? (and refactor tgcO -> cde) ligne 1207: add comp.setElementID(tgcO.getElementID());
-
AvatarPanelDrawer and refactor tgcO -> cde lines 1305, 1316, 1317: replace TGComponent by CDElement (and refactor tgcO -> cde) ligne 1332 ajout comp.setElementID(tgcO.getElementID());
probably similar actions for MakeNotes (line 1270) and makePerformancePragmas (line 1220)