/** * <copyright> * </copyright> * * $Id$ */ package fr.inria.atlanmod.collaboro.notation; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Element</b></em>'. * <!-- end-user-doc --> * * * @see fr.inria.atlanmod.collaboro.notation.NotationPackage#getNotationElement() * @model abstract="true" * @generated */ public interface NotationElement extends IdElement { } // NotationElement