blob: 5786cde3e54f8936d7df5efb7238a9eec979c99b [file] [log] [blame]
/**
* <copyright>
*
* Copyright (c) 2018, 2020 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.runtime.qvttrace;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Dispatch</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.qvtd.runtime.qvttrace.QVTtracePackage#getDispatch()
* @model abstract="true"
* @generated
*/
public interface Dispatch extends TraceInstance {
@Deprecated /* avoid obsolete undefined symbols */
default Boolean getSuccess() { return null; }
@Deprecated /* avoid obsolete undefined symbols */
default void setSuccess(Boolean b) {}
} // Dispatch