blob: 8241f0bf9aa44f2d331d0f4d1c2974e4cf34204b [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2009, 2011 SAP AG and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* SAP AG - initial API and implementation
******************************************************************************
* $Id: Sort.java,v 1.1 2011/02/07 17:16:09 auhl Exp $
*/
package behavioral.actions;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Sort</b></em>'.
* <!-- end-user-doc -->
*
*
* @see behavioral.actions.ActionsPackage#getSort()
* @model
* @generated
*/
public interface Sort extends EObject {
} // Sort