/** * <copyright> * </copyright> * * $Id$ */ package org.eclipse.gmf.gmfgraph; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Custom Connection</b></em>'. * <!-- end-user-doc --> * * <!-- begin-model-doc --> * Same as CustomFigure, but for Connections * <!-- end-model-doc --> * * * @see org.eclipse.gmf.gmfgraph.GMFGraphPackage#getCustomConnection() * @model * @generated */ public interface CustomConnection extends CustomFigure, ConnectionFigure { } // CustomConnection