blob: 4ac4b70adae44d56362ec11242385a3e9f8bc928 [file] [log] [blame]
/**
* Copyright (c) 2008, 2012, 2015 Obeo.
* 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:
* Obeo - initial API and implementation
* Dennis Wagelaar (Vrije Universiteit Brussel)
*/
package org.eclipse.m2m.atl.common.OCL;
import org.eclipse.emf.ecore.EClass;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Sequence Exp</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.m2m.atl.common.OCL.OCLPackage#getSequenceExp()
* @model kind="class"
* @generated
*/
public class SequenceExp extends CollectionExp {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected SequenceExp() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return OCLPackage.Literals.SEQUENCE_EXP;
}
} // SequenceExp