blob: 1592d9d7ff046f185bac8692a3606a1e2270de6c [file] [log] [blame]
/**
* <copyright>
*
* Copyright (c) 2007, 2008 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
*
* </copyright>
*
* $Id: CoreDomain.java,v 1.1 2008/07/23 09:58:27 qglineur Exp $
*/
package org.eclipse.qvt.declarative.emof.QVTCore;
import org.eclipse.qvt.declarative.emof.QVTBase.Domain;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Core Domain</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.qvt.declarative.emof.QVTCore.QVTCorePackage#getCoreDomain()
* @model
* @generated
*/
public interface CoreDomain extends Domain, Area {
} // CoreDomain