blob: fa6091d4ee07f575ff66734a5fedb8cdcb4f9767 [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.data;
import org.eclipse.emf.common.util.EList;
import org.eclipse.gmt.modisco.omg.kdm.code.ItemUnit;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Index Element</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.gmt.modisco.omg.kdm.data.IndexElement#getImplementation <em>Implementation</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.gmt.modisco.omg.kdm.data.DataPackage#getIndexElement()
* @model
* @generated
*/
public interface IndexElement extends DataResource {
/**
* Returns the value of the '<em><b>Implementation</b></em>' reference list.
* The list contents are of type {@link org.eclipse.gmt.modisco.omg.kdm.code.ItemUnit}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Implementation</em>' reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Implementation</em>' reference list.
* @see org.eclipse.gmt.modisco.omg.kdm.data.DataPackage#getIndexElement_Implementation()
* @model ordered="false"
* @generated
*/
EList<ItemUnit> getImplementation();
} // IndexElement