blob: 9c194f7e43c55c09ed3725d4911e5c6634a69505 [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>Operation Node</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* An OperationNode supports a computed value in a QVTs graph.\nDerived literal OperationNodes are computed from their internal state. \nDerived algorithmic OperationNodes use one or more ArgumentEdges to provide computation inputs.
* <!-- end-model-doc -->
*
*
* @see org.eclipse.qvtd.pivot.qvtschedule.QVTschedulePackage#getOperationNode()
* @model abstract="true"
* @generated
*/
public interface OperationNode extends MappingNode {
} // OperationNode