* @param element
* the {@link Element} for which to retrieve a label.
* @return the computed label.
*/
public String computeSysmlLabel(NamedElement element) {
final ComputeLabelSwitch genLabel = new ComputeLabelSwitch();
return genLabel.doSwitch(element);
}