Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/diagram-definition/org.eclipse.papyrus.dd/src/org/eclipse/papyrus/dd/dg/ClosePath.java')
-rw-r--r--extraplugins/diagram-definition/org.eclipse.papyrus.dd/src/org/eclipse/papyrus/dd/dg/ClosePath.java29
1 files changed, 29 insertions, 0 deletions
diff --git a/extraplugins/diagram-definition/org.eclipse.papyrus.dd/src/org/eclipse/papyrus/dd/dg/ClosePath.java b/extraplugins/diagram-definition/org.eclipse.papyrus.dd/src/org/eclipse/papyrus/dd/dg/ClosePath.java
new file mode 100644
index 00000000000..d6d6efc3457
--- /dev/null
+++ b/extraplugins/diagram-definition/org.eclipse.papyrus.dd/src/org/eclipse/papyrus/dd/dg/ClosePath.java
@@ -0,0 +1,29 @@
+/**
+ * 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
+ */
+package org.eclipse.papyrus.dd.dg;
+
+/**
+ * <!-- begin-user-doc --> A representation of the model object '
+ * <em><b>Close Path</b></em>'. <!-- end-user-doc -->
+ *
+ * <!-- begin-model-doc --> ClosePath is a kind of path command that ends the
+ * current subpath and causes an automatic straight line to be drawn from the
+ * current point to the initial point of the current subpath. <!-- end-model-doc
+ * -->
+ *
+ *
+ * @see org.eclipse.papyrus.dd.dg.DGPackage#getClosePath()
+ * @model
+ * @generated
+ */
+public interface ClosePath extends PathCommand {
+} // ClosePath

Back to the top