File tree Expand file tree Collapse file tree
org.omg.sysml.plantuml/src/org/omg/sysml/plantuml Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -550,13 +550,6 @@ private String addContextForEnd(Feature f) {
550550 return "" ;
551551 }
552552
553- private String addContextForTransitionUsageEnd (Feature tu , Feature end ) {
554- PC pc = makeEndFeaturePC (end );
555- InheritKey ik = makeInheritKey (tu );
556- if (createRefPC (ik , pc ) == null ) return null ;
557- return "" ;
558- }
559-
560553 private String addContextForItemFlowEnd (ItemFlowEnd ife ) {
561554 PC pc = makeEndFeaturePC (ife );
562555 if (pc == null ) return null ;
@@ -689,9 +682,6 @@ Thus VPath visits ends without counting on traverse(). */
689682 @ Override
690683 public String caseTransitionUsage (TransitionUsage tu ) {
691684 Succession su = tu .getSuccession ();
692- for (Feature end : su .getConnectorEnd ()) {
693- addContextForTransitionUsageEnd (tu , end );
694- }
695- return "" ;
685+ return caseConnector (su );
696686 }
697687}
You can’t perform that action at this time.
0 commit comments