Systems-Modeling / SysML-v2-Pilot-Implementation

Proof-of-concept pilot implementation of the SysML v2 textual notation and visualization
GNU Lesser General Public License v3.0
128 stars 24 forks source link

ST6RI-589: Show conjugate port types (PlantUML) #391

Closed himi closed 2 years ago

himi commented 2 years ago

To render type names, it used getName() but it may be null if the types are inherits without their own name. Use getEffectiveName() instead.