Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/revision/CDORevisable.html')
-rw-r--r--plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/revision/CDORevisable.html13
1 files changed, 10 insertions, 3 deletions
diff --git a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/revision/CDORevisable.html b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/revision/CDORevisable.html
index af8d04cbdb..b806fcb051 100644
--- a/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/revision/CDORevisable.html
+++ b/plugins/org.eclipse.emf.cdo.doc/javadoc/org/eclipse/emf/cdo/common/revision/CDORevisable.html
@@ -102,7 +102,16 @@ Interface CDORevisable</H2>
<HR>
<DL>
<DT><PRE>public interface <B>CDORevisable</B><DT>extends <A HREF="../../../../../../org/eclipse/emf/cdo/common/branch/CDOBranchPoint.html" title="interface in org.eclipse.emf.cdo.common.branch">CDOBranchPoint</A>, <A HREF="../../../../../../org/eclipse/emf/cdo/common/branch/CDOBranchVersion.html" title="interface in org.eclipse.emf.cdo.common.branch">CDOBranchVersion</A></DL>
-</PRE>
+</PRE><map id="APIVIZ" name="APIVIZ">
+<area shape="rect" id="node1" href="CDORevision.html" title="&#171;interface&#187; CDORevision" alt="" coords="211,179,309,219"/>
+<area shape="rect" id="node2" href="CDORevisable.html" title="&#171;interface&#187; CDORevisable" alt="" coords="207,100,312,140"/>
+<area shape="rect" id="node3" href="../branch/CDOBranchVersion.html" title="&#171;interface&#187; CDOBranchVersion (org.eclipse.emf.cdo.common.branch)" alt="" coords="5,6,245,61"/>
+<area shape="rect" id="node4" href="../branch/CDOBranchPoint.html" title="&#171;interface&#187; CDOBranchPoint (org.eclipse.emf.cdo.common.branch)" alt="" coords="275,6,515,61"/>
+</map>
+
+<CENTER><IMG SRC="CDORevisable.png" USEMAP="#APIVIZ" BORDER="0"></CENTER>
+
+
<P>
An entity that has a defined lifetime (creation plus revision) and a version in a <A HREF="../../../../../../org/eclipse/emf/cdo/common/branch/CDOBranch.html" title="interface in org.eclipse.emf.cdo.common.branch"><CODE>branch</CODE></A>.
@@ -112,8 +121,6 @@ An entity that has a defined lifetime (creation plus revision) and a version in
<DL>
<DT><B>Since:</B></DT>
<DD>4.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