/** * Copyright (c) 2011-2012 Obeo. * 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.obeonetwork.dsl.togaf.contentfwk.contentfwk.impl; import java.util.Collection; import org.eclipse.emf.common.notify.NotificationChain; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EClass; import org.eclipse.emf.ecore.InternalEObject; import org.eclipse.emf.ecore.util.InternalEList; import org.obeonetwork.dsl.togaf.contentfwk.contentfwk.ContentfwkPackage; import org.obeonetwork.dsl.togaf.contentfwk.contentfwk.Driver; import org.obeonetwork.dsl.togaf.contentfwk.contentfwk.Goal; import org.obeonetwork.dsl.togaf.contentfwk.contentfwk.Objective; /** * <!-- begin-user-doc --> * An implementation of the model object '<em><b>Goal</b></em>'. * <!-- end-user-doc --> * <p> * The following features are implemented: * <ul> * <li>{@link org.obeonetwork.dsl.togaf.contentfwk.contentfwk.impl.GoalImpl#getAddressesDrivers <em>Addresses Drivers</em>}</li> * <li>{@link org.obeonetwork.dsl.togaf.contentfwk.contentfwk.impl.GoalImpl#getIsRealizedThroughObjectives <em>Is Realized Through Objectives</em>}</li> * <li>{@link org.obeonetwork.dsl.togaf.contentfwk.contentfwk.impl.GoalImpl#getDecomposesGoal <em>Decomposes Goal</em>}</li> * <li>{@link org.obeonetwork.dsl.togaf.contentfwk.contentfwk.impl.GoalImpl#getIsDecomposedByGoals <em>Is Decomposed By Goals</em>}</li> * </ul> * </p> * * @generated */ public class GoalImpl extends ElementImpl implements Goal { /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ protected GoalImpl() { super(); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override protected EClass eStaticClass() { return ContentfwkPackage.Literals.GOAL; } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @SuppressWarnings("unchecked") public EList<Driver> getAddressesDrivers() { return (EList<Driver>)eDynamicGet(ContentfwkPackage.GOAL__ADDRESSES_DRIVERS, ContentfwkPackage.Literals.GOAL__ADDRESSES_DRIVERS, true, true); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @SuppressWarnings("unchecked") public EList<Objective> getIsRealizedThroughObjectives() { return (EList<Objective>)eDynamicGet(ContentfwkPackage.GOAL__IS_REALIZED_THROUGH_OBJECTIVES, ContentfwkPackage.Literals.GOAL__IS_REALIZED_THROUGH_OBJECTIVES, true, true); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public Goal getDecomposesGoal() { return (Goal)eDynamicGet(ContentfwkPackage.GOAL__DECOMPOSES_GOAL, ContentfwkPackage.Literals.GOAL__DECOMPOSES_GOAL, true, true); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public Goal basicGetDecomposesGoal() { return (Goal)eDynamicGet(ContentfwkPackage.GOAL__DECOMPOSES_GOAL, ContentfwkPackage.Literals.GOAL__DECOMPOSES_GOAL, false, true); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public NotificationChain basicSetDecomposesGoal(Goal newDecomposesGoal, NotificationChain msgs) { msgs = eDynamicInverseAdd((InternalEObject)newDecomposesGoal, ContentfwkPackage.GOAL__DECOMPOSES_GOAL, msgs); return msgs; } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ public void setDecomposesGoal(Goal newDecomposesGoal) { eDynamicSet(ContentfwkPackage.GOAL__DECOMPOSES_GOAL, ContentfwkPackage.Literals.GOAL__DECOMPOSES_GOAL, newDecomposesGoal); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @SuppressWarnings("unchecked") public EList<Goal> getIsDecomposedByGoals() { return (EList<Goal>)eDynamicGet(ContentfwkPackage.GOAL__IS_DECOMPOSED_BY_GOALS, ContentfwkPackage.Literals.GOAL__IS_DECOMPOSED_BY_GOALS, true, true); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @SuppressWarnings("unchecked") @Override public NotificationChain eInverseAdd(InternalEObject otherEnd, int featureID, NotificationChain msgs) { switch (featureID) { case ContentfwkPackage.GOAL__ADDRESSES_DRIVERS: return ((InternalEList<InternalEObject>)(InternalEList<?>)getAddressesDrivers()).basicAdd(otherEnd, msgs); case ContentfwkPackage.GOAL__IS_REALIZED_THROUGH_OBJECTIVES: return ((InternalEList<InternalEObject>)(InternalEList<?>)getIsRealizedThroughObjectives()).basicAdd(otherEnd, msgs); case ContentfwkPackage.GOAL__DECOMPOSES_GOAL: Goal decomposesGoal = basicGetDecomposesGoal(); if (decomposesGoal != null) msgs = ((InternalEObject)decomposesGoal).eInverseRemove(this, ContentfwkPackage.GOAL__IS_DECOMPOSED_BY_GOALS, Goal.class, msgs); return basicSetDecomposesGoal((Goal)otherEnd, msgs); case ContentfwkPackage.GOAL__IS_DECOMPOSED_BY_GOALS: return ((InternalEList<InternalEObject>)(InternalEList<?>)getIsDecomposedByGoals()).basicAdd(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 ContentfwkPackage.GOAL__ADDRESSES_DRIVERS: return ((InternalEList<?>)getAddressesDrivers()).basicRemove(otherEnd, msgs); case ContentfwkPackage.GOAL__IS_REALIZED_THROUGH_OBJECTIVES: return ((InternalEList<?>)getIsRealizedThroughObjectives()).basicRemove(otherEnd, msgs); case ContentfwkPackage.GOAL__DECOMPOSES_GOAL: return basicSetDecomposesGoal(null, msgs); case ContentfwkPackage.GOAL__IS_DECOMPOSED_BY_GOALS: return ((InternalEList<?>)getIsDecomposedByGoals()).basicRemove(otherEnd, msgs); } return super.eInverseRemove(otherEnd, featureID, msgs); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override public Object eGet(int featureID, boolean resolve, boolean coreType) { switch (featureID) { case ContentfwkPackage.GOAL__ADDRESSES_DRIVERS: return getAddressesDrivers(); case ContentfwkPackage.GOAL__IS_REALIZED_THROUGH_OBJECTIVES: return getIsRealizedThroughObjectives(); case ContentfwkPackage.GOAL__DECOMPOSES_GOAL: if (resolve) return getDecomposesGoal(); return basicGetDecomposesGoal(); case ContentfwkPackage.GOAL__IS_DECOMPOSED_BY_GOALS: return getIsDecomposedByGoals(); } return super.eGet(featureID, resolve, coreType); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @SuppressWarnings("unchecked") @Override public void eSet(int featureID, Object newValue) { switch (featureID) { case ContentfwkPackage.GOAL__ADDRESSES_DRIVERS: getAddressesDrivers().clear(); getAddressesDrivers().addAll((Collection<? extends Driver>)newValue); return; case ContentfwkPackage.GOAL__IS_REALIZED_THROUGH_OBJECTIVES: getIsRealizedThroughObjectives().clear(); getIsRealizedThroughObjectives().addAll((Collection<? extends Objective>)newValue); return; case ContentfwkPackage.GOAL__DECOMPOSES_GOAL: setDecomposesGoal((Goal)newValue); return; case ContentfwkPackage.GOAL__IS_DECOMPOSED_BY_GOALS: getIsDecomposedByGoals().clear(); getIsDecomposedByGoals().addAll((Collection<? extends Goal>)newValue); return; } super.eSet(featureID, newValue); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override public void eUnset(int featureID) { switch (featureID) { case ContentfwkPackage.GOAL__ADDRESSES_DRIVERS: getAddressesDrivers().clear(); return; case ContentfwkPackage.GOAL__IS_REALIZED_THROUGH_OBJECTIVES: getIsRealizedThroughObjectives().clear(); return; case ContentfwkPackage.GOAL__DECOMPOSES_GOAL: setDecomposesGoal((Goal)null); return; case ContentfwkPackage.GOAL__IS_DECOMPOSED_BY_GOALS: getIsDecomposedByGoals().clear(); return; } super.eUnset(featureID); } /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ @Override public boolean eIsSet(int featureID) { switch (featureID) { case ContentfwkPackage.GOAL__ADDRESSES_DRIVERS: return !getAddressesDrivers().isEmpty(); case ContentfwkPackage.GOAL__IS_REALIZED_THROUGH_OBJECTIVES: return !getIsRealizedThroughObjectives().isEmpty(); case ContentfwkPackage.GOAL__DECOMPOSES_GOAL: return basicGetDecomposesGoal() != null; case ContentfwkPackage.GOAL__IS_DECOMPOSED_BY_GOALS: return !getIsDecomposedByGoals().isEmpty(); } return super.eIsSet(featureID); } } //GoalImpl