blob: cbe59e24d8e2181455a5ca58225da45ac61de330 [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>Anchor</b></em>'.
* <p>
* An anchor is a routing constraint installed on edges to identify
* where the source/target views should anchor that edge.
* </p>
* <!-- end-user-doc -->
*
*
* @see org.eclipse.gmf.runtime.notation.NotationPackage#getAnchor()
* @model interface="true" abstract="true"
* @generated
*/
/*
* @canBeSeenBy %partners
*/
public interface Anchor extends EObject{
// no default API
} // Anchor