blob: fe388b9eb343f65e43ae6200d53cc08c5de2b9e1 [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 May 18 03:56:43 EDT 2015 -->
<title>AbstractCopyCommand (EMF Compare API Specification)</title>
<meta name="date" content="2015-05-18">
<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="AbstractCopyCommand (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/AbstractCopyCommand.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.201505180755</span></em></div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev Class</li>
<li><a href="../../../../../../org/eclipse/emf/compare/command/impl/CompareCommandStack.html" title="class in org.eclipse.emf.compare.command.impl"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/eclipse/emf/compare/command/impl/AbstractCopyCommand.html" target="_top">Frames</a></li>
<li><a href="AbstractCopyCommand.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><a href="#nested_classes_inherited_from_class_org.eclipse.emf.common.command.AbstractCommand">Nested</a>&nbsp;|&nbsp;</li>
<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_detail">Constr</a>&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.command.impl</div>
<h2 title="Class AbstractCopyCommand" class="title">Class AbstractCopyCommand</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="http://download.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/command/AbstractCommand.html?is-external=true" title="class or interface in org.eclipse.emf.common.command">org.eclipse.emf.common.command.AbstractCommand</a></li>
<li>
<ul class="inheritance">
<li><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/edit/command/ChangeCommand.html?is-external=true" title="class or interface in org.eclipse.emf.edit.command">org.eclipse.emf.edit.command.ChangeCommand</a></li>
<li>
<ul class="inheritance">
<li>org.eclipse.emf.compare.command.impl.AbstractCopyCommand</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/command/Command.html?is-external=true" title="class or interface in org.eclipse.emf.common.command">Command</a>, <a href="../../../../../../org/eclipse/emf/compare/command/ICompareCopyCommand.html" title="interface in org.eclipse.emf.compare.command">ICompareCopyCommand</a></dd>
</dl>
<dl>
<dt>Direct Known Subclasses:</dt>
<dd><a href="../../../../../../org/eclipse/emf/compare/command/impl/CopyCommand.html" title="class in org.eclipse.emf.compare.command.impl">CopyCommand</a>, <a href="../../../../../../org/eclipse/emf/compare/command/impl/MergeAllNonConflictingCommand.html" title="class in org.eclipse.emf.compare.command.impl">MergeAllNonConflictingCommand</a>, <a href="../../../../../../org/eclipse/emf/compare/command/impl/MergeCommand.html" title="class in org.eclipse.emf.compare.command.impl">MergeCommand</a></dd>
</dl>
<hr>
<br>
<pre>public abstract class <span class="strong">AbstractCopyCommand</span>
extends <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/edit/command/ChangeCommand.html?is-external=true" title="class or interface in org.eclipse.emf.edit.command">ChangeCommand</a>
implements <a href="../../../../../../org/eclipse/emf/compare/command/ICompareCopyCommand.html" title="interface in org.eclipse.emf.compare.command">ICompareCopyCommand</a></pre>
<div class="block">This command can be used to copy a number of diffs (or a single one) in a given direction.</div>
<dl><dt><span class="strong">Since:</span></dt>
<dd>3.0</dd></dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== NESTED CLASS SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="nested_class_summary">
<!-- -->
</a>
<h3>Nested Class Summary</h3>
<ul class="blockList">
<li class="blockList"><a name="nested_classes_inherited_from_class_org.eclipse.emf.common.command.AbstractCommand">
<!-- -->
</a>
<h3>Nested classes/interfaces inherited from class&nbsp;org.eclipse.emf.common.command.<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/command/AbstractCommand.html?is-external=true" title="class or interface in org.eclipse.emf.common.command">AbstractCommand</a></h3>
<code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/command/AbstractCommand.NonDirtying.html?is-external=true" title="class or interface in org.eclipse.emf.common.command">AbstractCommand.NonDirtying</a></code></li>
</ul>
</li>
</ul>
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="http://download.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;? extends <a href="../../../../../../org/eclipse/emf/compare/Diff.html" title="interface in org.eclipse.emf.compare">Diff</a>&gt;</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/eclipse/emf/compare/command/impl/AbstractCopyCommand.html#differences">differences</a></strong></code>
<div class="block">The list of differences we are to merge.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/eclipse/emf/compare/command/impl/AbstractCopyCommand.html#leftToRight">leftToRight</a></strong></code>
<div class="block">Direction of the merge operation.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../../../org/eclipse/emf/compare/merge/IMerger.Registry.html" title="interface in org.eclipse.emf.compare.merge">IMerger.Registry</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/eclipse/emf/compare/command/impl/AbstractCopyCommand.html#mergerRegistry">mergerRegistry</a></strong></code>
<div class="block">Merger registry.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="fields_inherited_from_class_org.eclipse.emf.edit.command.ChangeCommand">
<!-- -->
</a>
<h3>Fields inherited from class&nbsp;org.eclipse.emf.edit.command.<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/edit/command/ChangeCommand.html?is-external=true" title="class or interface in org.eclipse.emf.edit.command">ChangeCommand</a></h3>
<code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/edit/command/ChangeCommand.html?is-external=true#changeDescription" title="class or interface in org.eclipse.emf.edit.command">changeDescription</a>, <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/edit/command/ChangeCommand.html?is-external=true#changeRecorder" title="class or interface in org.eclipse.emf.edit.command">changeRecorder</a>, <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/edit/command/ChangeCommand.html?is-external=true#notifier" title="class or interface in org.eclipse.emf.edit.command">notifier</a>, <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/edit/command/ChangeCommand.html?is-external=true#notifiers" title="class or interface in org.eclipse.emf.edit.command">notifiers</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="fields_inherited_from_class_org.eclipse.emf.common.command.AbstractCommand">
<!-- -->
</a>
<h3>Fields inherited from class&nbsp;org.eclipse.emf.common.command.<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/command/AbstractCommand.html?is-external=true" title="class or interface in org.eclipse.emf.common.command">AbstractCommand</a></h3>
<code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/command/AbstractCommand.html?is-external=true#description" title="class or interface in org.eclipse.emf.common.command">description</a>, <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/command/AbstractCommand.html?is-external=true#isExecutable" title="class or interface in org.eclipse.emf.common.command">isExecutable</a>, <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/command/AbstractCommand.html?is-external=true#isPrepared" title="class or interface in org.eclipse.emf.common.command">isPrepared</a>, <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/command/AbstractCommand.html?is-external=true#label" title="class or interface in org.eclipse.emf.common.command">label</a></code></li>
</ul>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../../org/eclipse/emf/compare/command/impl/AbstractCopyCommand.html#AbstractCopyCommand(org.eclipse.emf.ecore.change.util.ChangeRecorder,%20java.util.Collection,%20java.util.List,%20boolean,%20org.eclipse.emf.compare.merge.IMerger.Registry)">AbstractCopyCommand</a></strong>(<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/change/util/ChangeRecorder.html?is-external=true" title="class or interface in org.eclipse.emf.ecore.change.util">ChangeRecorder</a>&nbsp;changeRecorder,
<a href="http://download.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/notify/Notifier.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Notifier</a>&gt;&nbsp;notifiers,
<a href="http://download.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;? extends <a href="../../../../../../org/eclipse/emf/compare/Diff.html" title="interface in org.eclipse.emf.compare">Diff</a>&gt;&nbsp;differences,
boolean&nbsp;leftToRight,
<a href="../../../../../../org/eclipse/emf/compare/merge/IMerger.Registry.html" title="interface in org.eclipse.emf.compare.merge">IMerger.Registry</a>&nbsp;mergerRegistry)</code>
<div class="block">Constructs an instance of this command given the list of differences that it needs to merge.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== 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>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/eclipse/emf/compare/command/impl/AbstractCopyCommand.html#canExecute()">canExecute</a></strong>()</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://download.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;?&gt;</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/eclipse/emf/compare/command/impl/AbstractCopyCommand.html#getAffectedObjects()">getAffectedObjects</a></strong>()</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../../../org/eclipse/emf/compare/command/impl/AbstractCopyCommand.html#isLeftToRight()">isLeftToRight</a></strong>()</code>
<div class="block">Returns true if the command will be applied from left to right side, false otherwise.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_org.eclipse.emf.edit.command.ChangeCommand">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;org.eclipse.emf.edit.command.<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/edit/command/ChangeCommand.html?is-external=true" title="class or interface in org.eclipse.emf.edit.command">ChangeCommand</a></h3>
<code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/edit/command/ChangeCommand.html?is-external=true#createChangeRecorder()" title="class or interface in org.eclipse.emf.edit.command">createChangeRecorder</a>, <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/edit/command/ChangeCommand.html?is-external=true#dispose()" title="class or interface in org.eclipse.emf.edit.command">dispose</a>, <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/edit/command/ChangeCommand.html?is-external=true#disposeChangeRecorder(org.eclipse.emf.ecore.change.util.ChangeRecorder)" title="class or interface in org.eclipse.emf.edit.command">disposeChangeRecorder</a>, <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/edit/command/ChangeCommand.html?is-external=true#doExecute()" title="class or interface in org.eclipse.emf.edit.command">doExecute</a>, <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/edit/command/ChangeCommand.html?is-external=true#execute()" title="class or interface in org.eclipse.emf.edit.command">execute</a>, <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/edit/command/ChangeCommand.html?is-external=true#getChangeDescription()" title="class or interface in org.eclipse.emf.edit.command">getChangeDescription</a>, <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/edit/command/ChangeCommand.html?is-external=true#getChangeRecorder()" title="class or interface in org.eclipse.emf.edit.command">getChangeRecorder</a>, <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/edit/command/ChangeCommand.html?is-external=true#prepare()" title="class or interface in org.eclipse.emf.edit.command">prepare</a>, <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/edit/command/ChangeCommand.html?is-external=true#redo()" title="class or interface in org.eclipse.emf.edit.command">redo</a>, <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/edit/command/ChangeCommand.html?is-external=true#setChangeDescription(org.eclipse.emf.ecore.change.ChangeDescription)" title="class or interface in org.eclipse.emf.edit.command">setChangeDescription</a>, <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/edit/command/ChangeCommand.html?is-external=true#undo()" title="class or interface in org.eclipse.emf.edit.command">undo</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_org.eclipse.emf.common.command.AbstractCommand">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;org.eclipse.emf.common.command.<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/command/AbstractCommand.html?is-external=true" title="class or interface in org.eclipse.emf.common.command">AbstractCommand</a></h3>
<code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/command/AbstractCommand.html?is-external=true#canUndo()" title="class or interface in org.eclipse.emf.common.command">canUndo</a>, <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/command/AbstractCommand.html?is-external=true#chain(org.eclipse.emf.common.command.Command)" title="class or interface in org.eclipse.emf.common.command">chain</a>, <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/command/AbstractCommand.html?is-external=true#getDescription()" title="class or interface in org.eclipse.emf.common.command">getDescription</a>, <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/command/AbstractCommand.html?is-external=true#getLabel()" title="class or interface in org.eclipse.emf.common.command">getLabel</a>, <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/command/AbstractCommand.html?is-external=true#getResult()" title="class or interface in org.eclipse.emf.common.command">getResult</a>, <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/command/AbstractCommand.html?is-external=true#setDescription(java.lang.String)" title="class or interface in org.eclipse.emf.common.command">setDescription</a>, <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/command/AbstractCommand.html?is-external=true#setLabel(java.lang.String)" title="class or interface in org.eclipse.emf.common.command">setLabel</a>, <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/command/AbstractCommand.html?is-external=true#toString()" title="class or interface in org.eclipse.emf.common.command">toString</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.<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></h3>
<code><a href="http://download.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://download.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://download.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://download.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://download.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://download.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://download.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://download.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://download.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://download.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_org.eclipse.emf.common.command.Command">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;org.eclipse.emf.common.command.<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/command/Command.html?is-external=true" title="class or interface in org.eclipse.emf.common.command">Command</a></h3>
<code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/command/Command.html?is-external=true#canUndo()" title="class or interface in org.eclipse.emf.common.command">canUndo</a>, <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/command/Command.html?is-external=true#chain(org.eclipse.emf.common.command.Command)" title="class or interface in org.eclipse.emf.common.command">chain</a>, <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/command/Command.html?is-external=true#dispose()" title="class or interface in org.eclipse.emf.common.command">dispose</a>, <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/command/Command.html?is-external=true#execute()" title="class or interface in org.eclipse.emf.common.command">execute</a>, <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/command/Command.html?is-external=true#getDescription()" title="class or interface in org.eclipse.emf.common.command">getDescription</a>, <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/command/Command.html?is-external=true#getLabel()" title="class or interface in org.eclipse.emf.common.command">getLabel</a>, <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/command/Command.html?is-external=true#getResult()" title="class or interface in org.eclipse.emf.common.command">getResult</a>, <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/command/Command.html?is-external=true#redo()" title="class or interface in org.eclipse.emf.common.command">redo</a>, <a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/command/Command.html?is-external=true#undo()" title="class or interface in org.eclipse.emf.common.command">undo</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="differences">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>differences</h4>
<pre>protected final&nbsp;<a href="http://download.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;? extends <a href="../../../../../../org/eclipse/emf/compare/Diff.html" title="interface in org.eclipse.emf.compare">Diff</a>&gt; differences</pre>
<div class="block">The list of differences we are to merge.</div>
</li>
</ul>
<a name="leftToRight">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>leftToRight</h4>
<pre>protected final&nbsp;boolean leftToRight</pre>
<div class="block">Direction of the merge operation.</div>
</li>
</ul>
<a name="mergerRegistry">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>mergerRegistry</h4>
<pre>protected final&nbsp;<a href="../../../../../../org/eclipse/emf/compare/merge/IMerger.Registry.html" title="interface in org.eclipse.emf.compare.merge">IMerger.Registry</a> mergerRegistry</pre>
<div class="block">Merger registry.</div>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="AbstractCopyCommand(org.eclipse.emf.ecore.change.util.ChangeRecorder, java.util.Collection, java.util.List, boolean, org.eclipse.emf.compare.merge.IMerger.Registry)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>AbstractCopyCommand</h4>
<pre>public&nbsp;AbstractCopyCommand(<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/ecore/change/util/ChangeRecorder.html?is-external=true" title="class or interface in org.eclipse.emf.ecore.change.util">ChangeRecorder</a>&nbsp;changeRecorder,
<a href="http://download.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/notify/Notifier.html?is-external=true" title="class or interface in org.eclipse.emf.common.notify">Notifier</a>&gt;&nbsp;notifiers,
<a href="http://download.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;? extends <a href="../../../../../../org/eclipse/emf/compare/Diff.html" title="interface in org.eclipse.emf.compare">Diff</a>&gt;&nbsp;differences,
boolean&nbsp;leftToRight,
<a href="../../../../../../org/eclipse/emf/compare/merge/IMerger.Registry.html" title="interface in org.eclipse.emf.compare.merge">IMerger.Registry</a>&nbsp;mergerRegistry)</pre>
<div class="block">Constructs an instance of this command given the list of differences that it needs to merge.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>changeRecorder</code> - The change recorder associated to this command.</dd><dd><code>notifiers</code> - The collection of notifiers that will be notified of this command's execution.</dd><dd><code>differences</code> - The list of differences that this command should merge.</dd><dd><code>leftToRight</code> - The direction in which <code>differences</code> should be merged.</dd><dd><code>mergerRegistry</code> - The registry of mergers.</dd></dl>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="isLeftToRight()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isLeftToRight</h4>
<pre>public&nbsp;boolean&nbsp;isLeftToRight()</pre>
<div class="block">Returns true if the command will be applied from left to right side, false otherwise.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../../../org/eclipse/emf/compare/command/ICompareCopyCommand.html#isLeftToRight()">isLeftToRight</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../org/eclipse/emf/compare/command/ICompareCopyCommand.html" title="interface in org.eclipse.emf.compare.command">ICompareCopyCommand</a></code></dd>
<dt><span class="strong">Returns:</span></dt><dd>true if the command will be applied from left to right side, false otherwise.</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../../org/eclipse/emf/compare/command/ICompareCopyCommand.html#isLeftToRight()"><code>ICompareCopyCommand.isLeftToRight()</code></a></dd></dl>
</li>
</ul>
<a name="getAffectedObjects()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAffectedObjects</h4>
<pre>public&nbsp;<a href="http://download.oracle.com/javase/8/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;?&gt;&nbsp;getAffectedObjects()</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/command/Command.html?is-external=true#getAffectedObjects()" title="class or interface in org.eclipse.emf.common.command">getAffectedObjects</a></code>&nbsp;in interface&nbsp;<code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/command/Command.html?is-external=true" title="class or interface in org.eclipse.emf.common.command">Command</a></code></dd>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/command/AbstractCommand.html?is-external=true#getAffectedObjects()" title="class or interface in org.eclipse.emf.common.command">getAffectedObjects</a></code>&nbsp;in class&nbsp;<code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/command/AbstractCommand.html?is-external=true" title="class or interface in org.eclipse.emf.common.command">AbstractCommand</a></code></dd>
<dt><span class="strong">See Also:</span></dt><dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/command/AbstractCommand.html?is-external=true#getAffectedObjects()" title="class or interface in org.eclipse.emf.common.command"><code>AbstractCommand.getAffectedObjects()</code></a></dd></dl>
</li>
</ul>
<a name="canExecute()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>canExecute</h4>
<pre>public&nbsp;boolean&nbsp;canExecute()</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/command/Command.html?is-external=true#canExecute()" title="class or interface in org.eclipse.emf.common.command">canExecute</a></code>&nbsp;in interface&nbsp;<code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/command/Command.html?is-external=true" title="class or interface in org.eclipse.emf.common.command">Command</a></code></dd>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/command/AbstractCommand.html?is-external=true#canExecute()" title="class or interface in org.eclipse.emf.common.command">canExecute</a></code>&nbsp;in class&nbsp;<code><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/command/AbstractCommand.html?is-external=true" title="class or interface in org.eclipse.emf.common.command">AbstractCommand</a></code></dd>
<dt><span class="strong">See Also:</span></dt><dd><a href="http://download.eclipse.org/modeling/emf/emf/javadoc/2.9.0/org/eclipse/emf/common/command/AbstractCommand.html?is-external=true#canExecute()" title="class or interface in org.eclipse.emf.common.command"><code>AbstractCommand.canExecute()</code></a></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/AbstractCopyCommand.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.201505180755</span></em></div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev Class</li>
<li><a href="../../../../../../org/eclipse/emf/compare/command/impl/CompareCommandStack.html" title="class in org.eclipse.emf.compare.command.impl"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/eclipse/emf/compare/command/impl/AbstractCopyCommand.html" target="_top">Frames</a></li>
<li><a href="AbstractCopyCommand.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><a href="#nested_classes_inherited_from_class_org.eclipse.emf.common.command.AbstractCommand">Nested</a>&nbsp;|&nbsp;</li>
<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_detail">Constr</a>&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>