blob: ce822c082e984228558d61fdd8f8960568f561a8 [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>Error Node</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* An ErrorNode provides a place holder for failed value in a QVTs graph.
* <!-- end-model-doc -->
*
*
* @see org.eclipse.qvtd.pivot.qvtschedule.QVTschedulePackage#getErrorNode()
* @model
* @generated
*/
public interface ErrorNode extends MappingNode {
} // ErrorNode