Conjugated Port Providers
Identifier:
com.ibm.xtools.uml.msl.conjugatedPortProviders
Since:
[Enter the first release in which this extension point appears.]
Description:
This is an internal extension provider to allow clients to provide alternate mechanisms to retrieve the isConjugated property from UML 2.2 ports.
Configuration Markup:
<!ELEMENT extension (conjugatedPortProvider)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
- point - The identifier of the extension point, i.e. com.ibm.xtools.uml.msl.conjugatedPortProviders
- id - The identifier of the extension, e.g. myDecoratorProvider.
- name - The name of the extension, e.g. %ext.myDecoratorProvider.
<!ELEMENT conjugatedPortProvider (Priority)>
<!ATTLIST conjugatedPortProvider
class CDATA #REQUIRED>
- class - The name of conjugated port provider class.
<!ELEMENT Priority EMPTY>
<!ATTLIST Priority
name (Lowest|Low|Medium|High|Highest) >
The description for the priority of the decorator provider
- name - The priority of the provider. It can be one of the following values:
Lowest, Low, Medium, High, Highest. Consideration of dependencies has to be done when choosing the priority. A provider at a higher priority will take a chance first at deciding provision.
Examples:
[Enter extension point usage example here.]
API Information:
[Enter API information here.]
Supplied Implementation:
[Enter information about supplied implementation of this extension point.]
/*
*+------------------------------------------------------------------------+
*| Licensed Materials - Property of IBM |
*| Copyright IBM Corp. 2008. All Rights Reserved. |
*| |
*| Note to US Government Users Restricted Rights: Use, duplication or |
*| disclosure restricted by GSA ADP Schedule Contract with IBM Corp. |
*+------------------------------------------------------------------------+
*/