blob: 1db9e618183b83ebd06af87bd872e8f9b0286ff1 [file] [log] [blame]
/**
* <copyright>
* Copyright (c) 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* IBM Corporation - initial API and implementation
* </copyright>
*
* $Id: Compensate.java,v 1.4 2008/05/04 11:05:46 odanilov Exp $
*/
package org.eclipse.bpel.model;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Compensate</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.bpel.model.BPELPackage#getCompensate()
* @model
* @generated
*/
public interface Compensate extends Activity {
} // Compensate