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