blob: 9eb9cae1762bdd09c1627675b4e9e32e4be373ed [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_75) on Mon Jun 08 05:48:05 EDT 2015 -->
<title>IDiffProcessor (EMF Compare API Specification)</title>
<meta name="date" content="2015-06-08">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="IDiffProcessor (EMF Compare API Specification)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/IDiffProcessor.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><em><span style='font-size:small'><b>EMF Compare</b><br>3.2.0.201506080946</span></em></div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/eclipse/emf/compare/diff/IDiffEngine.html" title="interface in org.eclipse.emf.compare.diff"><span class="strong">Prev Class</span></a></li>
<li>Next Class</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/eclipse/emf/compare/diff/IDiffProcessor.html" target="_top">Frames</a></li>
<li><a href="IDiffProcessor.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.eclipse.emf.compare.diff</div>
<h2 title="Interface IDiffProcessor" class="title">Interface IDiffProcessor</h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Known Implementing Classes:</dt>
<dd><a href="../../../../../org/eclipse/emf/compare/diff/DiffBuilder.html" title="class in org.eclipse.emf.compare.diff">DiffBuilder</a></dd>
</dl>
<hr>
<br>
<pre>public interface <span class="strong">IDiffProcessor</span></pre>
<div class="block">An <a href="../../../../../org/eclipse/emf/compare/diff/IDiffProcessor.html" title="interface in org.eclipse.emf.compare.diff"><code>IDiffProcessor</code></a> is meant to be used in order to react to the detection of differences by the diff
engine.
<p>
The default implementation of a Diff engine only detects the changes and sends them over to its
<a href="../../../../../org/eclipse/emf/compare/diff/IDiffProcessor.html" title="interface in org.eclipse.emf.compare.diff"><code>IDiffProcessor</code></a>. It will then be up to the diff processor to create a
<a href="../../../../../org/eclipse/emf/compare/Diff.html" title="interface in org.eclipse.emf.compare"><code>Diff</code></a> and attach it to the provided <a href="../../../../../org/eclipse/emf/compare/Match.html" title="interface in org.eclipse.emf.compare"><code>Match</code></a>, simply react to the
notification... or ignore it altogether.
</p>
<p>
<a href="../../../../../org/eclipse/emf/compare/diff/DiffBuilder.html" title="class in org.eclipse.emf.compare.diff"><code>DiffBuilder</code></a>, a default implementation of this interface, can be subclassed instead.
</p></div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/eclipse/emf/compare/diff/DiffBuilder.html" title="class in org.eclipse.emf.compare.diff"><code>DiffBuilder</code></a></dd></dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/eclipse/emf/compare/diff/IDiffProcessor.html#attributeChange(org.eclipse.emf.compare.Match,%20org.eclipse.emf.ecore.EAttribute,%20java.lang.Object,%20org.eclipse.emf.compare.DifferenceKind,%20org.eclipse.emf.compare.DifferenceSource)">attributeChange</a></strong>(<a href="../../../../../org/eclipse/emf/compare/Match.html" title="interface in org.eclipse.emf.compare">Match</a>&nbsp;match,
<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/EAttribute.html?is-external=true" title="class or interface in org.eclipse.emf.ecore">EAttribute</a>&nbsp;attribute,
<a href="http://download.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;value,
<a href="../../../../../org/eclipse/emf/compare/DifferenceKind.html" title="enum in org.eclipse.emf.compare">DifferenceKind</a>&nbsp;kind,
<a href="../../../../../org/eclipse/emf/compare/DifferenceSource.html" title="enum in org.eclipse.emf.compare">DifferenceSource</a>&nbsp;source)</code>
<div class="block">This will be called whenever the diff engine detected a difference for a given attribute value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/eclipse/emf/compare/diff/IDiffProcessor.html#featureMapChange(org.eclipse.emf.compare.Match,%20org.eclipse.emf.ecore.EAttribute,%20java.lang.Object,%20org.eclipse.emf.compare.DifferenceKind,%20org.eclipse.emf.compare.DifferenceSource)">featureMapChange</a></strong>(<a href="../../../../../org/eclipse/emf/compare/Match.html" title="interface in org.eclipse.emf.compare">Match</a>&nbsp;match,
<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/EAttribute.html?is-external=true" title="class or interface in org.eclipse.emf.ecore">EAttribute</a>&nbsp;attribute,
<a href="http://download.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;value,
<a href="../../../../../org/eclipse/emf/compare/DifferenceKind.html" title="enum in org.eclipse.emf.compare">DifferenceKind</a>&nbsp;kind,
<a href="../../../../../org/eclipse/emf/compare/DifferenceSource.html" title="enum in org.eclipse.emf.compare">DifferenceSource</a>&nbsp;source)</code>
<div class="block">This will be called whenever the diff engine detected a difference for a given attribute value.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/eclipse/emf/compare/diff/IDiffProcessor.html#referenceChange(org.eclipse.emf.compare.Match,%20org.eclipse.emf.ecore.EReference,%20org.eclipse.emf.ecore.EObject,%20org.eclipse.emf.compare.DifferenceKind,%20org.eclipse.emf.compare.DifferenceSource)">referenceChange</a></strong>(<a href="../../../../../org/eclipse/emf/compare/Match.html" title="interface in org.eclipse.emf.compare">Match</a>&nbsp;match,
<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/EReference.html?is-external=true" title="class or interface in org.eclipse.emf.ecore">EReference</a>&nbsp;reference,
<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/EObject.html?is-external=true" title="class or interface in org.eclipse.emf.ecore">EObject</a>&nbsp;value,
<a href="../../../../../org/eclipse/emf/compare/DifferenceKind.html" title="enum in org.eclipse.emf.compare">DifferenceKind</a>&nbsp;kind,
<a href="../../../../../org/eclipse/emf/compare/DifferenceSource.html" title="enum in org.eclipse.emf.compare">DifferenceSource</a>&nbsp;source)</code>
<div class="block">This will be called whenever the Diff engine detected a difference for a given reference value.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/eclipse/emf/compare/diff/IDiffProcessor.html#resourceAttachmentChange(org.eclipse.emf.compare.Match,%20java.lang.String,%20org.eclipse.emf.compare.DifferenceKind,%20org.eclipse.emf.compare.DifferenceSource)">resourceAttachmentChange</a></strong>(<a href="../../../../../org/eclipse/emf/compare/Match.html" title="interface in org.eclipse.emf.compare">Match</a>&nbsp;match,
<a href="http://download.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;uri,
<a href="../../../../../org/eclipse/emf/compare/DifferenceKind.html" title="enum in org.eclipse.emf.compare">DifferenceKind</a>&nbsp;kind,
<a href="../../../../../org/eclipse/emf/compare/DifferenceSource.html" title="enum in org.eclipse.emf.compare">DifferenceSource</a>&nbsp;source)</code>
<div class="block">This will be called whenever the diff engine detected the addition (or removal) of a root in a given
Resource.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/eclipse/emf/compare/diff/IDiffProcessor.html#resourceLocationChange(org.eclipse.emf.compare.MatchResource,%20java.lang.String,%20java.lang.String,%20org.eclipse.emf.compare.DifferenceKind,%20org.eclipse.emf.compare.DifferenceSource)">resourceLocationChange</a></strong>(<a href="../../../../../org/eclipse/emf/compare/MatchResource.html" title="interface in org.eclipse.emf.compare">MatchResource</a>&nbsp;matchResource,
<a href="http://download.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;baseLocation,
<a href="http://download.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;changedLocation,
<a href="../../../../../org/eclipse/emf/compare/DifferenceKind.html" title="enum in org.eclipse.emf.compare">DifferenceKind</a>&nbsp;kind,
<a href="../../../../../org/eclipse/emf/compare/DifferenceSource.html" title="enum in org.eclipse.emf.compare">DifferenceSource</a>&nbsp;source)</code>
<div class="block">This will be called whenever the diff engine detects the change of a Resource location.</div>
</td>
</tr>
</table>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="referenceChange(org.eclipse.emf.compare.Match, org.eclipse.emf.ecore.EReference, org.eclipse.emf.ecore.EObject, org.eclipse.emf.compare.DifferenceKind, org.eclipse.emf.compare.DifferenceSource)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>referenceChange</h4>
<pre>void&nbsp;referenceChange(<a href="../../../../../org/eclipse/emf/compare/Match.html" title="interface in org.eclipse.emf.compare">Match</a>&nbsp;match,
<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/EReference.html?is-external=true" title="class or interface in org.eclipse.emf.ecore">EReference</a>&nbsp;reference,
<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/EObject.html?is-external=true" title="class or interface in org.eclipse.emf.ecore">EObject</a>&nbsp;value,
<a href="../../../../../org/eclipse/emf/compare/DifferenceKind.html" title="enum in org.eclipse.emf.compare">DifferenceKind</a>&nbsp;kind,
<a href="../../../../../org/eclipse/emf/compare/DifferenceSource.html" title="enum in org.eclipse.emf.compare">DifferenceSource</a>&nbsp;source)</pre>
<div class="block">This will be called whenever the Diff engine detected a difference for a given reference value.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>match</code> - The match to which this difference should be attached.</dd><dd><code>reference</code> - The reference on which we detected a difference.</dd><dd><code>value</code> - The actual value for which we detected a difference.</dd><dd><code>kind</code> - Kind of the detected difference.</dd><dd><code>source</code> - Source of the detected difference. For two way comparisons, this will always be
<a href="../../../../../org/eclipse/emf/compare/DifferenceSource.html#LEFT"><code>DifferenceSource.LEFT</code></a>. Otherwise, this will indicate the side on which this
difference has been detected.</dd></dl>
</li>
</ul>
<a name="attributeChange(org.eclipse.emf.compare.Match, org.eclipse.emf.ecore.EAttribute, java.lang.Object, org.eclipse.emf.compare.DifferenceKind, org.eclipse.emf.compare.DifferenceSource)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>attributeChange</h4>
<pre>void&nbsp;attributeChange(<a href="../../../../../org/eclipse/emf/compare/Match.html" title="interface in org.eclipse.emf.compare">Match</a>&nbsp;match,
<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/EAttribute.html?is-external=true" title="class or interface in org.eclipse.emf.ecore">EAttribute</a>&nbsp;attribute,
<a href="http://download.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;value,
<a href="../../../../../org/eclipse/emf/compare/DifferenceKind.html" title="enum in org.eclipse.emf.compare">DifferenceKind</a>&nbsp;kind,
<a href="../../../../../org/eclipse/emf/compare/DifferenceSource.html" title="enum in org.eclipse.emf.compare">DifferenceSource</a>&nbsp;source)</pre>
<div class="block">This will be called whenever the diff engine detected a difference for a given attribute value.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>match</code> - The match to which this difference should be attached.</dd><dd><code>attribute</code> - The attribute on which we detected a difference.</dd><dd><code>value</code> - The actual value for which we detected a difference.</dd><dd><code>kind</code> - Kind of the difference.</dd><dd><code>source</code> - Source of the difference. For two way comparisons, this will always be
<a href="../../../../../org/eclipse/emf/compare/DifferenceSource.html#LEFT"><code>DifferenceSource.LEFT</code></a>. Otherwise, this will indicate the side on which this
difference has been detected.</dd></dl>
</li>
</ul>
<a name="featureMapChange(org.eclipse.emf.compare.Match, org.eclipse.emf.ecore.EAttribute, java.lang.Object, org.eclipse.emf.compare.DifferenceKind, org.eclipse.emf.compare.DifferenceSource)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>featureMapChange</h4>
<pre>void&nbsp;featureMapChange(<a href="../../../../../org/eclipse/emf/compare/Match.html" title="interface in org.eclipse.emf.compare">Match</a>&nbsp;match,
<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/EAttribute.html?is-external=true" title="class or interface in org.eclipse.emf.ecore">EAttribute</a>&nbsp;attribute,
<a href="http://download.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;value,
<a href="../../../../../org/eclipse/emf/compare/DifferenceKind.html" title="enum in org.eclipse.emf.compare">DifferenceKind</a>&nbsp;kind,
<a href="../../../../../org/eclipse/emf/compare/DifferenceSource.html" title="enum in org.eclipse.emf.compare">DifferenceSource</a>&nbsp;source)</pre>
<div class="block">This will be called whenever the diff engine detected a difference for a given attribute value.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>match</code> - The match to which this difference should be attached.</dd><dd><code>attribute</code> - The EFeatureMapEntry attribute on which we detected a difference.</dd><dd><code>value</code> - The actual FeatureMap.Entry value for which we detected a difference.</dd><dd><code>kind</code> - Kind of the difference.</dd><dd><code>source</code> - Source of the difference. For two way comparisons, this will always be
<a href="../../../../../org/eclipse/emf/compare/DifferenceSource.html#LEFT"><code>DifferenceSource.LEFT</code></a>. Otherwise, this will indicate the side on which this
difference has been detected.</dd><dt><span class="strong">Since:</span></dt>
<dd>3.2</dd></dl>
</li>
</ul>
<a name="resourceAttachmentChange(org.eclipse.emf.compare.Match, java.lang.String, org.eclipse.emf.compare.DifferenceKind, org.eclipse.emf.compare.DifferenceSource)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>resourceAttachmentChange</h4>
<pre>void&nbsp;resourceAttachmentChange(<a href="../../../../../org/eclipse/emf/compare/Match.html" title="interface in org.eclipse.emf.compare">Match</a>&nbsp;match,
<a href="http://download.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;uri,
<a href="../../../../../org/eclipse/emf/compare/DifferenceKind.html" title="enum in org.eclipse.emf.compare">DifferenceKind</a>&nbsp;kind,
<a href="../../../../../org/eclipse/emf/compare/DifferenceSource.html" title="enum in org.eclipse.emf.compare">DifferenceSource</a>&nbsp;source)</pre>
<div class="block">This will be called whenever the diff engine detected the addition (or removal) of a root in a given
Resource.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>match</code> - The match to which this difference should be attached.</dd><dd><code>uri</code> - The uri of the resource we attached this element to in case of an <a href="../../../../../org/eclipse/emf/compare/DifferenceKind.html#ADD"><code>DifferenceKind.ADD</code></a>
, or the uri of the resource it was attached to in case of a <a href="../../../../../org/eclipse/emf/compare/DifferenceKind.html#DELETE"><code>DifferenceKind.DELETE</code></a>
difference.</dd><dd><code>kind</code> - Kind of this difference.</dd><dd><code>source</code> - Source of the difference. For two way comparisons, this will always be
<a href="../../../../../org/eclipse/emf/compare/DifferenceSource.html#LEFT"><code>DifferenceSource.LEFT</code></a>. Otherwise, this will indicate the side on which this
difference has been detected.</dd></dl>
</li>
</ul>
<a name="resourceLocationChange(org.eclipse.emf.compare.MatchResource, java.lang.String, java.lang.String, org.eclipse.emf.compare.DifferenceKind, org.eclipse.emf.compare.DifferenceSource)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>resourceLocationChange</h4>
<pre>void&nbsp;resourceLocationChange(<a href="../../../../../org/eclipse/emf/compare/MatchResource.html" title="interface in org.eclipse.emf.compare">MatchResource</a>&nbsp;matchResource,
<a href="http://download.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;baseLocation,
<a href="http://download.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;changedLocation,
<a href="../../../../../org/eclipse/emf/compare/DifferenceKind.html" title="enum in org.eclipse.emf.compare">DifferenceKind</a>&nbsp;kind,
<a href="../../../../../org/eclipse/emf/compare/DifferenceSource.html" title="enum in org.eclipse.emf.compare">DifferenceSource</a>&nbsp;source)</pre>
<div class="block">This will be called whenever the diff engine detects the change of a Resource location.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>matchResource</code> - The matchResource to which this difference should be attached.</dd><dd><code>baseLocation</code> - The base location (left side in case of a two way comparison, origin or left side in case of
a three way comparison).</dd><dd><code>changedLocation</code> - The change location (right side in case of a two way comparison, left or right side in case
of a three way comparison).</dd><dd><code>kind</code> - Kind of this difference.</dd><dd><code>source</code> - Source of the difference. For two way comparisons, this will always be
<a href="../../../../../org/eclipse/emf/compare/DifferenceSource.html#LEFT"><code>DifferenceSource.LEFT</code></a>. Otherwise, this will indicate the side on which this
difference has been detected.</dd></dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/IDiffProcessor.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><em><span style='font-size:small'><b>EMF Compare</b><br>3.2.0.201506080946</span></em></div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/eclipse/emf/compare/diff/IDiffEngine.html" title="interface in org.eclipse.emf.compare.diff"><span class="strong">Prev Class</span></a></li>
<li>Next Class</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/eclipse/emf/compare/diff/IDiffProcessor.html" target="_top">Frames</a></li>
<li><a href="IDiffProcessor.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small><br><span style='font-size:small;float:right'>Copyright (c) 2006, 2014 Obeo and others. All rights reserved.</span></small></p>
</body>
</html>