Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/diagram-definition/org.eclipse.papyrus.umldi/src/org/eclipse/papyrus/umldi/UmlEdge.java')
-rw-r--r--extraplugins/diagram-definition/org.eclipse.papyrus.umldi/src/org/eclipse/papyrus/umldi/UmlEdge.java22
1 files changed, 11 insertions, 11 deletions
diff --git a/extraplugins/diagram-definition/org.eclipse.papyrus.umldi/src/org/eclipse/papyrus/umldi/UmlEdge.java b/extraplugins/diagram-definition/org.eclipse.papyrus.umldi/src/org/eclipse/papyrus/umldi/UmlEdge.java
index 143217e73a1..ceebdd787da 100644
--- a/extraplugins/diagram-definition/org.eclipse.papyrus.umldi/src/org/eclipse/papyrus/umldi/UmlEdge.java
+++ b/extraplugins/diagram-definition/org.eclipse.papyrus.umldi/src/org/eclipse/papyrus/umldi/UmlEdge.java
@@ -1,11 +1,11 @@
/**
* Copyright (c) 2014 CEA LIST.
- *
+ *
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
- *
+ *
* Contributors:
* CEA LIST - Initial API and implementation
*/
@@ -17,11 +17,11 @@ import org.eclipse.papyrus.dd.di.Edge;
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Uml Edge</b></em>'.
* <!-- end-user-doc -->
- *
+ *
* <!-- begin-model-doc -->
* The most general class for UML diagram elements that are rendered as lines.
* <!-- end-model-doc -->
- *
+ *
* <p>
* The following features are supported:
* <ul>
@@ -29,7 +29,7 @@ import org.eclipse.papyrus.dd.di.Edge;
* <li>{@link org.eclipse.papyrus.umldi.UmlEdge#getTargetUmlDiagramElement <em>Target Uml Diagram Element</em>}</li>
* </ul>
* </p>
- *
+ *
* @see org.eclipse.papyrus.umldi.UMLDIPackage#getUmlEdge()
* @model
* @generated
@@ -50,7 +50,7 @@ public interface UmlEdge extends UmlDiagramElement, Edge {
* <!-- begin-model-doc -->
* Restricts the sources of UMLEdges to UMLDiagramElements.
* <!-- end-model-doc -->
- *
+ *
* @return the value of the '<em>Source Uml Diagram Element</em>' reference.
* @see #setSourceUmlDiagramElement(UmlDiagramElement)
* @see org.eclipse.papyrus.umldi.UMLDIPackage#getUmlEdge_SourceUmlDiagramElement()
@@ -64,9 +64,9 @@ public interface UmlEdge extends UmlDiagramElement, Edge {
* Sets the value of the '{@link org.eclipse.papyrus.umldi.UmlEdge#getSourceUmlDiagramElement <em>Source Uml Diagram Element</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
- * the new value of the '<em>Source Uml Diagram Element</em>' reference.
+ * the new value of the '<em>Source Uml Diagram Element</em>' reference.
* @see #getSourceUmlDiagramElement()
* @generated
*/
@@ -86,7 +86,7 @@ public interface UmlEdge extends UmlDiagramElement, Edge {
* <!-- begin-model-doc -->
* Restricts the targets of UMLEdges to UMLDiagramElements.
* <!-- end-model-doc -->
- *
+ *
* @return the value of the '<em>Target Uml Diagram Element</em>' reference.
* @see #setTargetUmlDiagramElement(UmlDiagramElement)
* @see org.eclipse.papyrus.umldi.UMLDIPackage#getUmlEdge_TargetUmlDiagramElement()
@@ -100,9 +100,9 @@ public interface UmlEdge extends UmlDiagramElement, Edge {
* Sets the value of the '{@link org.eclipse.papyrus.umldi.UmlEdge#getTargetUmlDiagramElement <em>Target Uml Diagram Element</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
- *
+ *
* @param value
- * the new value of the '<em>Target Uml Diagram Element</em>' reference.
+ * the new value of the '<em>Target Uml Diagram Element</em>' reference.
* @see #getTargetUmlDiagramElement()
* @generated
*/

Back to the top