Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'deprecated/deprecated-plugins/core.deprecated/org.eclipse.papyrus.di/src/org/eclipse/papyrus/di/Diagram.java')
-rw-r--r--deprecated/deprecated-plugins/core.deprecated/org.eclipse.papyrus.di/src/org/eclipse/papyrus/di/Diagram.java199
1 files changed, 0 insertions, 199 deletions
diff --git a/deprecated/deprecated-plugins/core.deprecated/org.eclipse.papyrus.di/src/org/eclipse/papyrus/di/Diagram.java b/deprecated/deprecated-plugins/core.deprecated/org.eclipse.papyrus.di/src/org/eclipse/papyrus/di/Diagram.java
deleted file mode 100644
index e050faa8333..00000000000
--- a/deprecated/deprecated-plugins/core.deprecated/org.eclipse.papyrus.di/src/org/eclipse/papyrus/di/Diagram.java
+++ /dev/null
@@ -1,199 +0,0 @@
-/*****************************************************************************
- * Copyright (c) 2008 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:
- * Patrick Tessier (CEA LIST) Patrick.Tessier@cea.fr - Initial API and implementation
- *
- *****************************************************************************/
-package org.eclipse.papyrus.di;
-
-import org.eclipse.draw2d.geometry.Point;
-
-import org.eclipse.emf.common.util.EList;
-
-/**
- * <!-- begin-user-doc -->
- * A representation of the model object '<em><b>Diagram</b></em>'.
- * <!-- end-user-doc -->
- *
- * <p>
- * The following features are supported:
- * <ul>
- * <li>{@link org.eclipse.papyrus.di.Diagram#getOwner <em>Owner</em>}</li>
- * <li>{@link org.eclipse.papyrus.di.Diagram#getName <em>Name</em>}</li>
- * <li>{@link org.eclipse.papyrus.di.Diagram#getZoom <em>Zoom</em>}</li>
- * <li>{@link org.eclipse.papyrus.di.Diagram#getViewport <em>Viewport</em>}</li>
- * <li>{@link org.eclipse.papyrus.di.Diagram#getDiagramLink <em>Diagram Link</em>}</li>
- * <li>{@link org.eclipse.papyrus.di.Diagram#getType <em>Type</em>}</li>
- * </ul>
- * </p>
- *
- * @see org.eclipse.papyrus.di.DiPackage#getDiagram()
- * @model
- * @generated
- */
-public interface Diagram extends GraphNode {
-
- /**
- * Returns the value of the '<em><b>Owner</b></em>' containment reference.
- * <!-- begin-user-doc -->
- * <p>
- * If the meaning of the '<em>Owner</em>' containment reference isn't clear, there really should be more of a description here...
- * </p>
- * <!-- end-user-doc -->
- *
- * @return the value of the '<em>Owner</em>' containment reference.
- * @see #setOwner(SemanticModelBridge)
- * @see org.eclipse.papyrus.di.DiPackage#getDiagram_Owner()
- * @model containment="true" required="true"
- * @generated
- */
- SemanticModelBridge getOwner();
-
- /**
- * Sets the value of the '{@link org.eclipse.papyrus.di.Diagram#getOwner <em>Owner</em>}' containment reference.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- *
- * @param value
- * the new value of the '<em>Owner</em>' containment reference.
- * @see #getOwner()
- * @generated
- */
- void setOwner(SemanticModelBridge value);
-
- /**
- * Returns the value of the '<em><b>Name</b></em>' attribute.
- * <!-- begin-user-doc -->
- * <p>
- * If the meaning of the '<em>Name</em>' attribute isn't clear, there really should be more of a description here...
- * </p>
- * <!-- end-user-doc -->
- *
- * @return the value of the '<em>Name</em>' attribute.
- * @see #setName(String)
- * @see org.eclipse.papyrus.di.DiPackage#getDiagram_Name()
- * @model dataType="org.eclipse.uml2.uml.String"
- * @generated
- */
- String getName();
-
- /**
- * Sets the value of the '{@link org.eclipse.papyrus.di.Diagram#getName <em>Name</em>}' attribute.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- *
- * @param value
- * the new value of the '<em>Name</em>' attribute.
- * @see #getName()
- * @generated
- */
- void setName(String value);
-
- /**
- * Returns the value of the '<em><b>Zoom</b></em>' attribute.
- * <!-- begin-user-doc -->
- * <p>
- * If the meaning of the '<em>Zoom</em>' attribute isn't clear, there really should be more of a description here...
- * </p>
- * <!-- end-user-doc -->
- *
- * @return the value of the '<em>Zoom</em>' attribute.
- * @see #setZoom(double)
- * @see org.eclipse.papyrus.di.DiPackage#getDiagram_Zoom()
- * @model dataType="org.eclipse.papyrus.di.Double"
- * @generated
- */
- double getZoom();
-
- /**
- * Sets the value of the '{@link org.eclipse.papyrus.di.Diagram#getZoom <em>Zoom</em>}' attribute.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- *
- * @param value
- * the new value of the '<em>Zoom</em>' attribute.
- * @see #getZoom()
- * @generated
- */
- void setZoom(double value);
-
- /**
- * Returns the value of the '<em><b>Viewport</b></em>' attribute.
- * <!-- begin-user-doc -->
- * <p>
- * If the meaning of the '<em>Viewport</em>' attribute isn't clear, there really should be more of a description here...
- * </p>
- * <!-- end-user-doc -->
- *
- * @return the value of the '<em>Viewport</em>' attribute.
- * @see #setViewport(Point)
- * @see org.eclipse.papyrus.di.DiPackage#getDiagram_Viewport()
- * @model dataType="org.eclipse.papyrus.di.Point"
- * @generated
- */
- Point getViewport();
-
- /**
- * Sets the value of the '{@link org.eclipse.papyrus.di.Diagram#getViewport <em>Viewport</em>}' attribute.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- *
- * @param value
- * the new value of the '<em>Viewport</em>' attribute.
- * @see #getViewport()
- * @generated
- */
- void setViewport(Point value);
-
- /**
- * Returns the value of the '<em><b>Diagram Link</b></em>' reference list.
- * The list contents are of type {@link org.eclipse.papyrus.di.DiagramLink}.
- * <!-- begin-user-doc -->
- * <p>
- * If the meaning of the '<em>Diagram Link</em>' reference list isn't clear, there really should be more of a description here...
- * </p>
- * <!-- end-user-doc -->
- *
- * @return the value of the '<em>Diagram Link</em>' reference list.
- * @see org.eclipse.papyrus.di.DiPackage#getDiagram_DiagramLink()
- * @model
- * @generated
- */
- EList<DiagramLink> getDiagramLink();
-
- /**
- * Returns the value of the '<em><b>Type</b></em>' attribute.
- * <!-- begin-user-doc -->
- * <p>
- * If the meaning of the '<em>Type</em>' attribute isn't clear, there really should be more of a description here...
- * </p>
- * <!-- end-user-doc -->
- *
- * @return the value of the '<em>Type</em>' attribute.
- * @see #setType(String)
- * @see org.eclipse.papyrus.di.DiPackage#getDiagram_Type()
- * @model dataType="org.eclipse.uml2.uml.String"
- * @generated
- */
- String getType();
-
- /**
- * Sets the value of the '{@link org.eclipse.papyrus.di.Diagram#getType <em>Type</em>}' attribute.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- *
- * @param value
- * the new value of the '<em>Type</em>' attribute.
- * @see #getType()
- * @generated
- */
- void setType(String value);
-
-} // Diagram

Back to the top