blob: bf880fd9bc2917c4f3a49cd2f47f54b4811531a0 [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>Bendpoints</b></em>'.
* <p>
* A bendpoints is a routing constraint installed on edges to suggest
* that their routing pass through a specific collection of points
* </p>
* <!-- end-user-doc -->
*
*
* @see org.eclipse.gmf.runtime.notation.NotationPackage#getBendpoints()
* @model interface="true" abstract="true"
* @generated
*/
/*
* @canBeSeenBy %level1
*/
public interface Bendpoints extends EObject{
// No default API
} // Bendpoints