Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse UML2 Development Guide
Previous Page Home Next Page

UML Dynamic Package Registry

Identifier:
org.eclipse.uml2.uml.generated_package

Since:
2.2.0

Description:
This extension point is used to register the location of a UML package against the namespace URI (Uniform Resource Identifier) of its dynamic Ecore representation.

Configuration Markup:

<!ELEMENT extension ( profile*)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED

>

  • point - A fully qualified identifier of the target extension point.
  • id - An optional identifier of the extension instance.
  • name - An optional name of the extension instance.

<!ELEMENT profile EMPTY>

<!ATTLIST profile

uri      CDATA #REQUIRED

location CDATA #IMPLIED

>

  • uri - A namespace URI that uniquely identifies a dynamic Ecore package.
  • location - The absolute or relative URI of the UML profile represented by the dynamic Ecore package.

Examples:
Following is an example of how a (dynamically defined) profile location can be registered:

  <extension point=
"org.eclipse.uml2.uml.dynamic_package"
>
     <profile uri=
"https://www.eclipse.org/uml2/schemas/Ecore/4"
 location=
"pathmap://UML_PROFILES/Ecore.profile.uml#_0"
/> 
  </extension>

Supplied Implementation:
For any dynamically defined UML profile, an extension to this extension point should be included in the manifest file to register the location of the profile.


Copyright (c) 2008 IBM Corporation, Embarcacero Technologies, and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at https://www.eclipse.org/legal/epl-v10.html


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire