blob: a48e643c9a75fed75daf54039587fd4cff376163 [file] [log] [blame]
/******************************************************************************
* Copyright (c) 2004, 2006 IBM Corporation 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:
* IBM Corporation - initial API and implementation
****************************************************************************/
package org.eclipse.gmf.runtime.diagram.ui.util;
import org.eclipse.gmf.runtime.emf.type.core.IElementType;
import org.eclipse.gmf.runtime.emf.type.core.IHintedType;
/**
* Identifies a notation type, that is a type that is represented by a view
* only.
* <p>
* This interface may be implemented by clients if the class extends the
* abstract implementation
* {@link org.eclipse.gmf.runtime.emf.type.core.ElementType} as
* {@link IElementType} is not meant to be implemented by clients.
* </p>
*
* @author cmahoney
*/
public interface INotationType
extends IHintedType {
// no def api
}