/***************************************************************************** * Copyright (c) 2011 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: * Amine EL KOUHEN (CEA LIST/INRIA DaRT) amine.el_kouhen@inria.fr *****************************************************************************/ package org.eclipse.papyrus.uml.diagram.component.custom.figure.nodes; import org.eclipse.papyrus.uml.diagram.common.figure.node.AffixedNamedElementFigure; /** * The Class PortFigure. */ public class PortFigure extends AffixedNamedElementFigure { }