blob: 8e43794fc9aeea0b732e56a196d6771e3382ed64 [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;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Expression Edge</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* An ExpressionEdge conveys asource value to a target value, possibly manipulating the value en route, more often just identifying distinct inputs to the target.
* <!-- end-model-doc -->
*
*
* @see org.eclipse.qvtd.pivot.qvtschedule.QVTschedulePackage#getExpressionEdge()
* @model abstract="true"
* @generated
*/
public interface ExpressionEdge extends Edge {
} // ExpressionEdge