blob: 84452f3aa7ae88bcc0ee860ea95d816df709a2cb [file] [log] [blame]
/*
* Copyright (c) 2022 Eike Stepper (Loehne, Germany) 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:
* Eike Stepper - initial API and implementation
*/
package org.eclipse.emf.cdo.lm;
/**
* <!-- begin-user-doc --> A representation of the model object '<em><b>Module
* Element</b></em>'. <!-- end-user-doc -->
*
*
* @see org.eclipse.emf.cdo.lm.LMPackage#getModuleElement()
* @model interface="true" abstract="true"
* @generated
*/
public interface ModuleElement extends SystemElement
{
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @model kind="operation" required="true"
* @generated
*/
org.eclipse.emf.cdo.lm.Module getModule();
} // ModuleElement