Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.sirius.diagram.sequence/src-gen/org/eclipse/sirius/diagram/sequence/description/ObservationPointMapping.java')
-rw-r--r--plugins/org.eclipse.sirius.diagram.sequence/src-gen/org/eclipse/sirius/diagram/sequence/description/ObservationPointMapping.java25
1 files changed, 25 insertions, 0 deletions
diff --git a/plugins/org.eclipse.sirius.diagram.sequence/src-gen/org/eclipse/sirius/diagram/sequence/description/ObservationPointMapping.java b/plugins/org.eclipse.sirius.diagram.sequence/src-gen/org/eclipse/sirius/diagram/sequence/description/ObservationPointMapping.java
new file mode 100644
index 0000000000..ef2a136668
--- /dev/null
+++ b/plugins/org.eclipse.sirius.diagram.sequence/src-gen/org/eclipse/sirius/diagram/sequence/description/ObservationPointMapping.java
@@ -0,0 +1,25 @@
+/*******************************************************************************
+ * Copyright (c) 2007-2013 THALES GLOBAL SERVICES.
+ * 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:
+ * Obeo - initial API and implementation
+ *******************************************************************************/
+package org.eclipse.sirius.diagram.sequence.description;
+
+import org.eclipse.sirius.description.NodeMapping;
+
+/**
+ * <!-- begin-user-doc --> A representation of the model object '
+ * <em><b>Observation Point Mapping</b></em>'. <!-- end-user-doc -->
+ *
+ *
+ * @see org.eclipse.sirius.diagram.sequence.description.DescriptionPackage#getObservationPointMapping()
+ * @model
+ * @generated
+ */
+public interface ObservationPointMapping extends NodeMapping {
+} // ObservationPointMapping

Back to the top