Commit e0c36689 authored by Müller, Marco's avatar Müller, Marco
Browse files

Adds namespaces to the UML translation

parent 02365249
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -45,8 +45,7 @@ public class UMLLanguageDefinition extends HenshinTGGBasedLanguageDefinition {

	@Override
	public List<String> getSelectedProfiles() {
		return Arrays.asList(Profiles.COMPONENTS_HIERARCHY_SCOPED.getNsURI(), Profiles.CONNECTORS.getNsURI(),
				Profiles.CONNECTORS_PROCEDURE_CALLS_SYNCHRONOUS_1TO1.getNsURI(), Profiles.INTERFACES_SCOPED.getNsURI(),
				Profiles.INTERFACES_TYPE_OPERATIONS.getNsURI());
		return Arrays.asList(Profiles.COMPONENTS_HIERARCHY_SCOPED.getNsURI(),
				Profiles.INTERFACES_TYPE_OPERATIONS.getNsURI(), Profiles.QUALITY_TIME.getNsURI());
	}
}
+9590 −6156

File changed.

Preview size limit exceeded, changes collapsed.

+4141 −2556

File changed.

Preview size limit exceeded, changes collapsed.