blob: af0ed6129bbeb57c6cbc21fe357b1c20e2f607fd [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2006, 2018 IBM Corporation, Zeligsoft Inc., 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:
* IBM - Initial API and implementation
* Zeligsoft - Bug 256040
*******************************************************************************/
package org.eclipse.ocl.ecore;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.EDataType;
import org.eclipse.emf.ecore.EOperation;
import org.eclipse.emf.ecore.EStructuralFeature;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Tuple Type</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.ocl.ecore.EcorePackage#getTupleType()
* @model annotation="http://www.eclipse.org/emf/2002/Ecore constraints='WellFormedName WellFormedInstanceTypeName'"
* @generated
*/
public interface TupleType
extends EClass, EDataType,
org.eclipse.ocl.types.TupleType<EOperation, EStructuralFeature> {
// no additional features
} // TupleType