Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/diagram-definition/org.eclipse.papyrus.umldi/src-gen/org/eclipse/papyrus/umldi/impl/OwnedUseCaseCompartmentImpl.java')
-rw-r--r--extraplugins/diagram-definition/org.eclipse.papyrus.umldi/src-gen/org/eclipse/papyrus/umldi/impl/OwnedUseCaseCompartmentImpl.java259
1 files changed, 0 insertions, 259 deletions
diff --git a/extraplugins/diagram-definition/org.eclipse.papyrus.umldi/src-gen/org/eclipse/papyrus/umldi/impl/OwnedUseCaseCompartmentImpl.java b/extraplugins/diagram-definition/org.eclipse.papyrus.umldi/src-gen/org/eclipse/papyrus/umldi/impl/OwnedUseCaseCompartmentImpl.java
deleted file mode 100644
index df34cca39ce..00000000000
--- a/extraplugins/diagram-definition/org.eclipse.papyrus.umldi/src-gen/org/eclipse/papyrus/umldi/impl/OwnedUseCaseCompartmentImpl.java
+++ /dev/null
@@ -1,259 +0,0 @@
-/**
- * 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.umldi.impl;
-
-import org.eclipse.emf.common.notify.Notification;
-import org.eclipse.emf.common.notify.NotificationChain;
-
-import org.eclipse.emf.ecore.EClass;
-import org.eclipse.emf.ecore.InternalEObject;
-
-import org.eclipse.emf.ecore.impl.ENotificationImpl;
-
-import org.eclipse.emf.ecore.util.EcoreUtil;
-
-import org.eclipse.papyrus.umldi.ClassifierShape;
-import org.eclipse.papyrus.umldi.OwnedUseCaseCompartment;
-import org.eclipse.papyrus.umldi.UMLDIPackage;
-import org.eclipse.papyrus.umldi.UmlDiagramElement;
-
-/**
- * <!-- begin-user-doc -->
- * An implementation of the model object '<em><b>Owned Use Case Compartment</b></em>'.
- * <!-- end-user-doc -->
- * <p>
- * The following features are implemented:
- * </p>
- * <ul>
- * <li>{@link org.eclipse.papyrus.umldi.impl.OwnedUseCaseCompartmentImpl#getOwningUmlDiagramElement <em>Owning Uml Diagram Element</em>}</li>
- * <li>{@link org.eclipse.papyrus.umldi.impl.OwnedUseCaseCompartmentImpl#getClassifierShape <em>Classifier Shape</em>}</li>
- * </ul>
- *
- * @generated
- */
-public class OwnedUseCaseCompartmentImpl extends ClassifierCompartmentImpl implements OwnedUseCaseCompartment {
-
- /**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- *
- * @generated
- */
- protected OwnedUseCaseCompartmentImpl() {
- super();
- }
-
- /**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- *
- * @generated
- */
- @Override
- protected EClass eStaticClass() {
- return UMLDIPackage.Literals.OWNED_USE_CASE_COMPARTMENT;
- }
-
- /**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- *
- * @generated
- */
- @Override
- public UmlDiagramElement getOwningUmlDiagramElement() {
- UmlDiagramElement owningUmlDiagramElement = basicGetOwningUmlDiagramElement();
- return owningUmlDiagramElement != null && owningUmlDiagramElement.eIsProxy() ? (UmlDiagramElement)eResolveProxy((InternalEObject)owningUmlDiagramElement) : owningUmlDiagramElement;
- }
-
- /**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- *
- * @generated
- */
- @Override
- public UmlDiagramElement basicGetOwningUmlDiagramElement() {
- ClassifierShape classifierShape = getClassifierShape();
- if(classifierShape != null) {
- return classifierShape;
- }
- return super.basicGetOwningUmlDiagramElement();
- }
-
- /**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- *
- * @generated
- */
- public ClassifierShape getClassifierShape() {
- if(eContainerFeatureID() != UMLDIPackage.OWNED_USE_CASE_COMPARTMENT__CLASSIFIER_SHAPE)
- return null;
- return (ClassifierShape)eInternalContainer();
- }
-
- /**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- *
- * @generated
- */
- public NotificationChain basicSetClassifierShape(ClassifierShape newClassifierShape, NotificationChain msgs) {
- msgs = eBasicSetContainer((InternalEObject)newClassifierShape, UMLDIPackage.OWNED_USE_CASE_COMPARTMENT__CLASSIFIER_SHAPE, msgs);
- return msgs;
- }
-
- /**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- *
- * @generated
- */
- public void setClassifierShape(ClassifierShape newClassifierShape) {
- if(newClassifierShape != eInternalContainer() || (eContainerFeatureID() != UMLDIPackage.OWNED_USE_CASE_COMPARTMENT__CLASSIFIER_SHAPE && newClassifierShape != null)) {
- if(EcoreUtil.isAncestor(this, newClassifierShape))
- throw new IllegalArgumentException("Recursive containment not allowed for " + toString());
- NotificationChain msgs = null;
- if(eInternalContainer() != null)
- msgs = eBasicRemoveFromContainer(msgs);
- if(newClassifierShape != null)
- msgs = ((InternalEObject)newClassifierShape).eInverseAdd(this, UMLDIPackage.CLASSIFIER_SHAPE__OWNED_USE_CASE_COMPARTMENT, ClassifierShape.class, msgs);
- msgs = basicSetClassifierShape(newClassifierShape, msgs);
- if(msgs != null)
- msgs.dispatch();
- } else if(eNotificationRequired())
- eNotify(new ENotificationImpl(this, Notification.SET, UMLDIPackage.OWNED_USE_CASE_COMPARTMENT__CLASSIFIER_SHAPE, newClassifierShape, newClassifierShape));
- }
-
- /**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- *
- * @generated
- */
- @Override
- public NotificationChain eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs) {
- switch(featureID) {
- case UMLDIPackage.OWNED_USE_CASE_COMPARTMENT__CLASSIFIER_SHAPE:
- if(eInternalContainer() != null)
- msgs = eBasicRemoveFromContainer(msgs);
- return basicSetClassifierShape((ClassifierShape)otherEnd, msgs);
- }
- return super.eInverseAdd(otherEnd, featureID, msgs);
- }
-
- /**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- *
- * @generated
- */
- @Override
- public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs) {
- switch(featureID) {
- case UMLDIPackage.OWNED_USE_CASE_COMPARTMENT__CLASSIFIER_SHAPE:
- return basicSetClassifierShape(null, msgs);
- }
- return super.eInverseRemove(otherEnd, featureID, msgs);
- }
-
- /**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- *
- * @generated
- */
- @Override
- public NotificationChain eBasicRemoveFromContainerFeature(NotificationChain msgs) {
- switch(eContainerFeatureID()) {
- case UMLDIPackage.OWNED_USE_CASE_COMPARTMENT__CLASSIFIER_SHAPE:
- return eInternalContainer().eInverseRemove(this, UMLDIPackage.CLASSIFIER_SHAPE__OWNED_USE_CASE_COMPARTMENT, ClassifierShape.class, msgs);
- }
- return super.eBasicRemoveFromContainerFeature(msgs);
- }
-
- /**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- *
- * @generated
- */
- @Override
- public Object eGet(int featureID, boolean resolve, boolean coreType) {
- switch(featureID) {
- case UMLDIPackage.OWNED_USE_CASE_COMPARTMENT__CLASSIFIER_SHAPE:
- return getClassifierShape();
- }
- return super.eGet(featureID, resolve, coreType);
- }
-
- /**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- *
- * @generated
- */
- @Override
- public void eSet(int featureID, Object newValue) {
- switch(featureID) {
- case UMLDIPackage.OWNED_USE_CASE_COMPARTMENT__CLASSIFIER_SHAPE:
- setClassifierShape((ClassifierShape)newValue);
- return;
- }
- super.eSet(featureID, newValue);
- }
-
- /**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- *
- * @generated
- */
- @Override
- public void eUnset(int featureID) {
- switch(featureID) {
- case UMLDIPackage.OWNED_USE_CASE_COMPARTMENT__CLASSIFIER_SHAPE:
- setClassifierShape((ClassifierShape)null);
- return;
- }
- super.eUnset(featureID);
- }
-
- /**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- *
- * @generated
- */
- @Override
- public boolean eIsSet(int featureID) {
- switch(featureID) {
- case UMLDIPackage.OWNED_USE_CASE_COMPARTMENT__OWNING_UML_DIAGRAM_ELEMENT:
- return isSetOwningUmlDiagramElement();
- case UMLDIPackage.OWNED_USE_CASE_COMPARTMENT__CLASSIFIER_SHAPE:
- return getClassifierShape() != null;
- }
- return super.eIsSet(featureID);
- }
-
- /**
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- *
- * @generated
- */
- @Override
- public boolean isSetOwningUmlDiagramElement() {
- return super.isSetOwningUmlDiagramElement() || eIsSet(UMLDIPackage.OWNED_USE_CASE_COMPARTMENT__CLASSIFIER_SHAPE);
- }
-} //OwnedUseCaseCompartmentImpl

Back to the top