blob: 9a6af736155851ecbf2e665ea47967d147ea2836 [file] [log] [blame]
//------------------------------------------------------------------------------
// Copyright (c) 2005, 2006 IBM Corporation and others.
// 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:
// IBM Corporation - initial implementation
//------------------------------------------------------------------------------
package org.eclipse.epf.diagram.model.impl;
import java.util.Collection;
import org.eclipse.draw2d.geometry.Point;
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.EStructuralFeature;
import org.eclipse.emf.ecore.InternalEObject;
import org.eclipse.emf.ecore.util.InternalEList;
import org.eclipse.epf.diagram.model.ActivityDetailDiagram;
import org.eclipse.epf.diagram.model.Link;
import org.eclipse.epf.diagram.model.ModelPackage;
import org.eclipse.epf.diagram.model.Node;
import org.eclipse.epf.diagram.model.WorkProductDescriptorNode;
import org.eclipse.epf.diagram.model.util.GraphicalDataHelper;
import org.eclipse.epf.uma.MethodElement;
import org.eclipse.epf.uma.TaskDescriptor;
import org.eclipse.epf.uma.WorkProductDescriptor;
/**
* <!-- begin-user-doc --> An implementation of the model object '<em><b>Work Product Descriptor Node</b></em>'.
* <!-- end-user-doc -->
* <p>
* </p>
*
* @generated
*/
public class WorkProductDescriptorNodeImpl extends NamedNodeImpl implements
WorkProductDescriptorNode {
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
*/
protected WorkProductDescriptorNodeImpl() {
super();
methodElementAdapter = new WorkProductDescriptorAdapter();
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
*
* @generated
*/
protected EClass eStaticClass() {
return ModelPackage.eINSTANCE.getWorkProductDescriptorNode();
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
*
* @generated
*/
public NotificationChain eInverseAdd(InternalEObject otherEnd,
int featureID, Class baseClass, NotificationChain msgs) {
if (featureID >= 0) {
switch (eDerivedStructuralFeatureID(featureID, baseClass)) {
case ModelPackage.WORK_PRODUCT_DESCRIPTOR_NODE__INCOMING_CONNECTIONS:
return ((InternalEList) getIncomingConnections()).basicAdd(
otherEnd, msgs);
case ModelPackage.WORK_PRODUCT_DESCRIPTOR_NODE__OUTGOING_CONNECTIONS:
return ((InternalEList) getOutgoingConnections()).basicAdd(
otherEnd, msgs);
default:
return eDynamicInverseAdd(otherEnd, featureID, baseClass, msgs);
}
}
if (eContainer != null)
msgs = eBasicRemoveFromContainer(msgs);
return eBasicSetContainer(otherEnd, featureID, msgs);
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
*
* @generated
*/
public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID, Class baseClass, NotificationChain msgs) {
if (featureID >= 0) {
switch (eDerivedStructuralFeatureID(featureID, baseClass)) {
case ModelPackage.WORK_PRODUCT_DESCRIPTOR_NODE__INCOMING_CONNECTIONS:
return ((InternalEList) getIncomingConnections()).basicRemove(
otherEnd, msgs);
case ModelPackage.WORK_PRODUCT_DESCRIPTOR_NODE__OUTGOING_CONNECTIONS:
return ((InternalEList) getOutgoingConnections()).basicRemove(
otherEnd, msgs);
default:
return eDynamicInverseRemove(otherEnd, featureID, baseClass,
msgs);
}
}
return eBasicSetContainer(null, featureID, msgs);
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
*
* @generated
*/
public Object eGet(EStructuralFeature eFeature, boolean resolve) {
switch (eDerivedStructuralFeatureID(eFeature)) {
case ModelPackage.WORK_PRODUCT_DESCRIPTOR_NODE__OBJECT:
return getObject();
case ModelPackage.WORK_PRODUCT_DESCRIPTOR_NODE__LOCATION:
return getLocation();
case ModelPackage.WORK_PRODUCT_DESCRIPTOR_NODE__WIDTH:
return new Integer(getWidth());
case ModelPackage.WORK_PRODUCT_DESCRIPTOR_NODE__HEIGHT:
return new Integer(getHeight());
case ModelPackage.WORK_PRODUCT_DESCRIPTOR_NODE__INCOMING_CONNECTIONS:
return getIncomingConnections();
case ModelPackage.WORK_PRODUCT_DESCRIPTOR_NODE__OUTGOING_CONNECTIONS:
return getOutgoingConnections();
case ModelPackage.WORK_PRODUCT_DESCRIPTOR_NODE__READ_ONLY:
return isReadOnly() ? Boolean.TRUE : Boolean.FALSE;
case ModelPackage.WORK_PRODUCT_DESCRIPTOR_NODE__NAME:
return getName();
}
return eDynamicGet(eFeature, resolve);
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
*
* @generated
*/
public void eSet(EStructuralFeature eFeature, Object newValue) {
switch (eDerivedStructuralFeatureID(eFeature)) {
case ModelPackage.WORK_PRODUCT_DESCRIPTOR_NODE__OBJECT:
setObject((Object) newValue);
return;
case ModelPackage.WORK_PRODUCT_DESCRIPTOR_NODE__LOCATION:
setLocation((Point) newValue);
return;
case ModelPackage.WORK_PRODUCT_DESCRIPTOR_NODE__WIDTH:
setWidth(((Integer) newValue).intValue());
return;
case ModelPackage.WORK_PRODUCT_DESCRIPTOR_NODE__HEIGHT:
setHeight(((Integer) newValue).intValue());
return;
case ModelPackage.WORK_PRODUCT_DESCRIPTOR_NODE__INCOMING_CONNECTIONS:
getIncomingConnections().clear();
getIncomingConnections().addAll((Collection) newValue);
return;
case ModelPackage.WORK_PRODUCT_DESCRIPTOR_NODE__OUTGOING_CONNECTIONS:
getOutgoingConnections().clear();
getOutgoingConnections().addAll((Collection) newValue);
return;
case ModelPackage.WORK_PRODUCT_DESCRIPTOR_NODE__READ_ONLY:
setReadOnly(((Boolean) newValue).booleanValue());
return;
case ModelPackage.WORK_PRODUCT_DESCRIPTOR_NODE__NAME:
setName((String) newValue);
return;
}
eDynamicSet(eFeature, newValue);
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
*
* @generated
*/
public void eUnset(EStructuralFeature eFeature) {
switch (eDerivedStructuralFeatureID(eFeature)) {
case ModelPackage.WORK_PRODUCT_DESCRIPTOR_NODE__OBJECT:
setObject(OBJECT_EDEFAULT);
return;
case ModelPackage.WORK_PRODUCT_DESCRIPTOR_NODE__LOCATION:
setLocation(LOCATION_EDEFAULT);
return;
case ModelPackage.WORK_PRODUCT_DESCRIPTOR_NODE__WIDTH:
setWidth(WIDTH_EDEFAULT);
return;
case ModelPackage.WORK_PRODUCT_DESCRIPTOR_NODE__HEIGHT:
setHeight(HEIGHT_EDEFAULT);
return;
case ModelPackage.WORK_PRODUCT_DESCRIPTOR_NODE__INCOMING_CONNECTIONS:
getIncomingConnections().clear();
return;
case ModelPackage.WORK_PRODUCT_DESCRIPTOR_NODE__OUTGOING_CONNECTIONS:
getOutgoingConnections().clear();
return;
case ModelPackage.WORK_PRODUCT_DESCRIPTOR_NODE__READ_ONLY:
setReadOnly(READ_ONLY_EDEFAULT);
return;
case ModelPackage.WORK_PRODUCT_DESCRIPTOR_NODE__NAME:
setName(NAME_EDEFAULT);
return;
}
eDynamicUnset(eFeature);
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
*
* @generated
*/
public boolean eIsSet(EStructuralFeature eFeature) {
switch (eDerivedStructuralFeatureID(eFeature)) {
case ModelPackage.WORK_PRODUCT_DESCRIPTOR_NODE__OBJECT:
return OBJECT_EDEFAULT == null ? object != null : !OBJECT_EDEFAULT
.equals(object);
case ModelPackage.WORK_PRODUCT_DESCRIPTOR_NODE__LOCATION:
return LOCATION_EDEFAULT == null ? location != null
: !LOCATION_EDEFAULT.equals(location);
case ModelPackage.WORK_PRODUCT_DESCRIPTOR_NODE__WIDTH:
return width != WIDTH_EDEFAULT;
case ModelPackage.WORK_PRODUCT_DESCRIPTOR_NODE__HEIGHT:
return height != HEIGHT_EDEFAULT;
case ModelPackage.WORK_PRODUCT_DESCRIPTOR_NODE__INCOMING_CONNECTIONS:
return incomingConnections != null
&& !incomingConnections.isEmpty();
case ModelPackage.WORK_PRODUCT_DESCRIPTOR_NODE__OUTGOING_CONNECTIONS:
return outgoingConnections != null
&& !outgoingConnections.isEmpty();
case ModelPackage.WORK_PRODUCT_DESCRIPTOR_NODE__READ_ONLY:
return readOnly != READ_ONLY_EDEFAULT;
case ModelPackage.WORK_PRODUCT_DESCRIPTOR_NODE__NAME:
return NAME_EDEFAULT == null ? name != null : !NAME_EDEFAULT
.equals(name);
}
return eDynamicIsSet(eFeature);
}
private class WorkProductDescriptorAdapter extends MethodElementAdapter {
/*
* (non-Javadoc)
*
* @see org.eclipse.epf.diagram.model.impl.NamedNodeImpl.MethodElementAdapter#notifyChanged(org.eclipse.emf.common.notify.Notification)
*/
public void notifyChanged(Notification msg) {
// already handled by TaskNodeImpl.TaskDescriptorAdapter
//
// if(!notificationEnabled) return;
// notificationEnabled = false;
// try {
// MethodElement obj;
// switch(msg.getFeatureID(WorkProductDescriptor.class)) {
// case UmaPackage.WORK_PRODUCT_DESCRIPTOR__OUTPUT_FROM:
// switch(msg.getEventType()) {
// case Notification.ADD:
// obj = (MethodElement) msg.getNewValue();
// addIncomingConnection(obj);
// return;
// case Notification.REMOVE:
// obj = (MethodElement) msg.getOldValue();
// removeIncomingConnection(obj);
// return;
// case Notification.ADD_MANY:
// Collection collection = (Collection) msg.getNewValue();
// for (Iterator iter = collection.iterator(); iter
// .hasNext();) {
// obj = (MethodElement) iter.next();
// addIncomingConnection(obj);
// }
// return;
// case Notification.REMOVE_MANY:
// collection = (Collection) msg.getOldValue();
// for (Iterator iter = collection.iterator(); iter
// .hasNext();) {
// obj = (MethodElement) iter.next();
// removeIncomingConnection(obj);
// }
// return;
// }
// break;
//
// }
// }
// finally {
// notificationEnabled = true;
// }
super.notifyChanged(msg);
}
/*
* (non-Javadoc)
*
* @see org.eclipse.epf.diagram.model.impl.NamedNodeImpl.MethodElementAdapter#getNode()
*/
public Node getNode() {
return WorkProductDescriptorNodeImpl.this;
}
}
/*
* (non-Javadoc)
*
* @see org.eclipse.epf.diagram.model.impl.NamedNodeImpl#findNode(org.eclipse.epf.uma.MethodElement)
*/
protected Node findNode(MethodElement linkedElement) {
return GraphicalDataHelper.findNode(
(ActivityDetailDiagram) getDiagram(), linkedElement);
}
/*
* (non-Javadoc)
*
* @see org.eclipse.epf.diagram.model.impl.NodeImpl#getMethodElementAdapterType()
*/
public Class getMethodElementAdapterType() {
return WorkProductDescriptorAdapter.class;
}
/*
* (non-Javadoc)
*
* @see org.eclipse.epf.diagram.model.impl.NodeImpl#addToUMA(org.eclipse.epf.diagram.model.Link)
*/
protected boolean addToUMA(Link link) {
if (!super.addToUMA(link))
return false;
WorkProductDescriptor wpd = (WorkProductDescriptor) getObject();
// disable notification of source node before changing the UMA object
// associated with it
// so it will not create duplicate links
//
NodeImpl nodeImpl = (NodeImpl) link.getSource();
boolean notify = nodeImpl.notificationEnabled;
boolean notifyTarget = notificationEnabled;
try {
nodeImpl.notificationEnabled = false;
notificationEnabled = false;
// wpd.getOutputFrom().add(link.getSource().getObject());
TaskDescriptor taskDesc = (TaskDescriptor) link.getSource().getObject();
if(taskDesc != null) {
taskDesc.getOutput().add(wpd);
}
} finally {
nodeImpl.notificationEnabled = notify;
notificationEnabled = notifyTarget;
}
// TaskDescriptor td = (TaskDescriptor) link.getSource().getObject();
// td.getOutput().add(getObject());
return true;
}
/*
* (non-Javadoc)
*
* @see org.eclipse.epf.diagram.model.impl.NodeImpl#removeFromUMA(org.eclipse.epf.diagram.model.Link,
* org.eclipse.epf.diagram.model.Node, org.eclipse.epf.diagram.model.Node)
*/
protected void removeFromUMA(Link link, Node oldSource, Node oldTarget) {
WorkProductDescriptor wpd = (WorkProductDescriptor) getObject();
// wpd.getMandatoryInputTo().remove(oldTarget.getObject());
TaskDescriptor taskDesc = (TaskDescriptor) oldTarget.getObject();
if(taskDesc != null) {
taskDesc.getMandatoryInput().remove(wpd);
}
super.removeFromUMA(link, oldSource, oldTarget);
}
} // WorkProductDescriptorNodeImpl