blob: c7c18091223e6673f805bbfacfbe421e3b034284 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2012 E.D.Willink 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:
* E.D.Willink - initial API and implementation
*******************************************************************************/
package org.eclipse.qvtd.xtext.qvtrelationcs;
import org.eclipse.ocl.pivot.utilities.Nameable;
import org.eclipse.ocl.xtext.basecs.ModelElementCS;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Abstract Domain CS</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.qvtd.xtext.qvtrelationcs.QVTrelationCSPackage#getAbstractDomainCS()
* @model abstract="true" superTypes="org.eclipse.ocl.xtext.basecs.ModelElementCS org.eclipse.ocl.pivot.Nameable"
* @generated
*/
public interface AbstractDomainCS extends ModelElementCS, Nameable {
} // AbstractDomainCS