/** * <copyright> * </copyright> * * $Id$ */ package org.eclipse.gmf.gmfgraph; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Custom Layout Data</b></em>'. * <!-- end-user-doc --> * * * @see org.eclipse.gmf.gmfgraph.GMFGraphPackage#getCustomLayoutData() * @model * @generated */ public interface CustomLayoutData extends LayoutData, CustomClass { } // CustomLayoutData