2829303132333435
* @return the computed label. */ public String computeSysmlLabel(NamedElement element) { final ComputeLabelSwitch genLabel = new ComputeLabelSwitch(); return genLabel.doSwitch(element); } }