Skip to content
Snippets Groups Projects
Commit fd49c156 authored by Ludovic Apvrille's avatar Ludovic Apvrille
Browse files

AVATAR TEPE: update on translation: bug on output signals

parent 453a1953
No related branches found
No related tags found
No related merge requests found
...@@ -266,7 +266,7 @@ public class AvatarRequirementPanelTranslator { ...@@ -266,7 +266,7 @@ public class AvatarRequirementPanelTranslator {
element1 = (TEPEComponent)(listE.getObject(tgc1)); element1 = (TEPEComponent)(listE.getObject(tgc1));
element2 = (TEPEComponent)(listE.getObject(tgc2)); element2 = (TEPEComponent)(listE.getObject(tgc2));
if ((element1 != null) && (element2 != null)) { if ((element1 != null) && (element2 != null)) {
element1.addOutAttributeComponent(element2); element1.addOutSignalComponent(element2);
// Must know whether it is negated, or not // Must know whether it is negated, or not
if (apdsco.getTGConnectingPointP2() instanceof AvatarPDForbiddenSignalConnectingPoint) { if (apdsco.getTGConnectingPointP2() instanceof AvatarPDForbiddenSignalConnectingPoint) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment