blob: 4f31ed2f1758e510830893ce7b3fbdbc64e63f0d [file] [log] [blame]
/******************************************************************************
* Copyright (c) 2004 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 API and implementation
****************************************************************************/
package org.eclipse.gmf.runtime.notation;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Layout Constraint</b></em>'.
* <p>
* Layout constraints are installed on nodes and used by layout managers to
* properly set the bounds of node's visuals
* </p>
* <!-- end-user-doc -->
*
*
* @see org.eclipse.gmf.runtime.notation.NotationPackage#getLayoutConstraint()
* @model interface="true" abstract="true"
* @generated
*/
/*
* @canBeSeenBy %partners
*/
public interface LayoutConstraint extends EObject{
// no default API
} // LayoutConstraint