blob: 5de2bddc81566e9a00cd4afc0df4dab85ae5c3c7 [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;
import org.eclipse.emf.cdo.etypes.ModelElement;
/**
* <!-- begin-user-doc --> A representation of the model object '<em><b>System
* Element</b></em>'.
* @noextend This interface is not intended to be extended by clients.
* @noimplement This interface is not intended to be implemented by clients.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.emf.cdo.lm.LMPackage#getSystemElement()
* @model interface="true" abstract="true"
* @generated
*/
public interface SystemElement extends ModelElement
{
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @model kind="operation" required="true"
* @generated
*/
org.eclipse.emf.cdo.lm.System getSystem();
} // SystemElement