Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/revision/delta/CDORevisionDelta.html')
-rw-r--r--plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/revision/delta/CDORevisionDelta.html13
1 files changed, 10 insertions, 3 deletions
diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/revision/delta/CDORevisionDelta.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/revision/delta/CDORevisionDelta.html
index dbf103f893..007f163403 100644
--- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/revision/delta/CDORevisionDelta.html
+++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/revision/delta/CDORevisionDelta.html
@@ -99,7 +99,16 @@ Interface CDORevisionDelta</H2>
<HR>
<DL>
<DT><PRE>public interface <B>CDORevisionDelta</B><DT>extends <A HREF="../../../../../../../org/eclipse/emf/cdo/common/revision/CDORevisionKey.html" title="interface in org.eclipse.emf.cdo.common.revision">CDORevisionKey</A></DL>
-</PRE>
+</PRE><map id="APIVIZ" name="APIVIZ">
+<area shape="rect" id="node1" href="../../../spi/common/revision/InternalCDORevisionDelta.html" title="&#171;interface&#187; InternalCDORevisionDelta (org.eclipse.emf.cdo.spi.common.revision)" alt="" coords="110,201,375,255"/>
+<area shape="rect" id="node2" href="../CDORevisionKey.html" title="&#171;interface&#187; CDORevisionKey (org.eclipse.emf.cdo.common.revision)" alt="" coords="5,6,248,61"/>
+<area shape="rect" id="node3" href="CDORevisionDelta.html" title="&#171;interface&#187; CDORevisionDelta" alt="" coords="179,117,307,157"/>
+<area shape="rect" id="node4" href="CDOFeatureDeltaVisitor.html" title="&#171;interface&#187; CDOFeatureDeltaVisitor" alt="" coords="278,13,439,53"/>
+</map>
+
+<CENTER><IMG SRC="CDORevisionDelta.png" USEMAP="#APIVIZ" BORDER="0"></CENTER>
+
+
<P>
Represents the change delta between two <A HREF="../../../../../../../org/eclipse/emf/cdo/common/revision/CDORevision.html" title="interface in org.eclipse.emf.cdo.common.revision"><CODE>revisions</CODE></A> of a CDO object. The detailed
@@ -110,8 +119,6 @@ Represents the change delta between two <A HREF="../../../../../../../org/eclips
<DL>
<DT><B>Since:</B></DT>
<DD>2.0</DD>
-<DT><B>Author:</B></DT>
- <DD>Eike Stepper</DD>
<DT><B>No Implement</B></DT>
<DD>This interface is not intended to be implemented by clients.</DD>
<DT><B>No Extend</B></DT>

Back to the top