Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/diagram-definition/org.eclipse.papyrus.dd/src/org/eclipse/papyrus/dd/dg/Path.java')
-rw-r--r--extraplugins/diagram-definition/org.eclipse.papyrus.dd/src/org/eclipse/papyrus/dd/dg/Path.java20
1 files changed, 10 insertions, 10 deletions
diff --git a/extraplugins/diagram-definition/org.eclipse.papyrus.dd/src/org/eclipse/papyrus/dd/dg/Path.java b/extraplugins/diagram-definition/org.eclipse.papyrus.dd/src/org/eclipse/papyrus/dd/dg/Path.java
index dc1738a1658..cc3d9a02d27 100644
--- a/extraplugins/diagram-definition/org.eclipse.papyrus.dd/src/org/eclipse/papyrus/dd/dg/Path.java
+++ b/extraplugins/diagram-definition/org.eclipse.papyrus.dd/src/org/eclipse/papyrus/dd/dg/Path.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,18 +17,18 @@ import org.eclipse.emf.common.util.EList;
/**
* <!-- begin-user-doc --> A representation of the model object ' <em><b>Path</b></em>'. <!-- end-user-doc -->
- *
+ *
* <!-- begin-model-doc -->
* Path is a marked element that defines a custom shape whose geometry is specified with a sequence of path commands.
* <!-- end-model-doc -->
- *
+ *
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.papyrus.dd.dg.Path#getCommands <em>Command</em>}</li>
* </ul>
* </p>
- *
+ *
* @see org.eclipse.papyrus.dd.dg.DGPackage#getPath()
* @model
* @generated
@@ -40,7 +40,7 @@ public interface Path extends MarkedElement {
* list. The list contents are of type {@link org.eclipse.papyrus.dd.dg.PathCommand}. <!-- begin-user-doc -->
* <!-- end-user-doc --> <!-- begin-model-doc --> a list of path commands
* that define the geometry of the custom shape. <!-- end-model-doc -->
- *
+ *
* @return the value of the '<em>Command</em>' containment reference list.
* @see org.eclipse.papyrus.dd.dg.DGPackage#getPath_Command()
* @model containment="true" required="true"
@@ -50,12 +50,12 @@ public interface Path extends MarkedElement {
/**
* <!-- begin-user-doc --> <!-- end-user-doc --> <!-- begin-model-doc -->
- *
+ *
* @param diagnostics
- * The chain of diagnostics to which problems are to be appended.
+ * The chain of diagnostics to which problems are to be appended.
* @param context
- * The cache of context-specific information. <!-- end-model-doc
- * -->
+ * The cache of context-specific information. <!-- end-model-doc
+ * -->
* @model annotation=
* "http://www.eclipse.org/emf/2002/Ecore/OCL body='command->first().oclIsKindOf(MoveTo)'"
* @generated

Back to the top