blob: 3f1bf085f1b0d240c8976ff1e2df53777fd02935 [file] [log] [blame]
/**
* *******************************************************************************
* Copyright (c) 2008 Hatha Systems.
* 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:
* Nikolai Mansourov (Hatha Systems) - initial API and implementation
* *******************************************************************************
*
* $Id$
*/
package org.eclipse.gmt.modisco.omg.kdm.conceptual;
import org.eclipse.gmt.modisco.omg.kdm.core.KDMRelationship;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Abstract Conceptual Relationship</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.gmt.modisco.omg.kdm.conceptual.ConceptualPackage#getAbstractConceptualRelationship()
* @model interface="true" abstract="true"
* @generated
*/
public interface AbstractConceptualRelationship extends KDMRelationship {
} // AbstractConceptualRelationship