Delta Tree Filters

Identifier:
com.ibm.xtools.comparemerge.emf.deltaTreeFilters

Since:
[Enter the first release in which this extension point appears.]

Description:
Extendsion for filters out some differences in the delta tree for a specific content type.

Configuration Markup:

<!ELEMENT extension (deltaTreeFilter+)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT deltaTreeFilter EMPTY>

<!ATTLIST deltaTreeFilter

id            CDATA #REQUIRED

class         CDATA #REQUIRED

contentTypeId CDATA #REQUIRED>

Filters out some differences in the delta tree for a specific content type.



Examples:


<extension point="com.ibm.xtools.comparemerge.emf.deltaTreeFilters">
    <deltaTreeFilter
        id="stereotypeApplicationDeltaTreeFilter"
        contentTypeId="com.ibm.xtools.uml.msl.umlModelContentType"
        class="com.ibm.xtools.modeler.compare.internal.utils.StereotypeApplicationDeltaTreeFilter">
    </deltaTreeFilter>
</extension>

API Information:
The contributed class must implement the interface com.ibm.xtools.comparemerge.emf.deltatree.IDeltaTreeFilter.

Supplied Implementation:
See DeltaTreeFilter class in the com.ibm.xtools.comparemerge.emf plugin


Copyright (c) 2007 IBM Corporation. All Rights Reserved.