blob: f442d11d83ab929eece1e2d3d5c2cbeedf503663 [file] [log] [blame]
/**
* <copyright>
*
* Copyright (c) 2013, 2018 Willink Transformations and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* E.D.Willink - Initial API and implementation
*
* </copyright>
*/
package org.eclipse.qvtd.pivot.qvtschedule;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.jdt.annotation.NonNull;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Connection End</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* A ConnectionEnd may be the Node/Edge at the end of a NodeConnection/EdgeConnection.
* <!-- end-model-doc -->
*
*
* @see org.eclipse.qvtd.pivot.qvtschedule.QVTschedulePackage#getConnectionEnd()
* @model interface="true" abstract="true"
* @generated
*/
public interface ConnectionEnd extends EObject
{
@NonNull String getDisplayName();
/*@NonNull*/ Region getOwningRegion();
} // ConnectionEnd