blob: c670bd780f22116f356cf7eeaf3317f94ffe893f [file] [log] [blame]
/**
* Copyright (c) 2011, 2016 - Loetz GmbH&Co.KG (69115 Heidelberg, Germany)
* 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
*
* Based on ideas from Xtext, Xtend, Xcore
*
* Contributors:
* Christophe Loetz - Initial implementation
*
*/
package org.eclipse.osbp.xtext.functionlibrarydsl;
import org.eclipse.emf.common.util.EList;
import org.eclipse.osbp.dsl.semantic.common.types.LPackage;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Function Library Package</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.osbp.xtext.functionlibrarydsl.FunctionLibraryPackage#getRatings <em>Ratings</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.functionlibrarydsl.FunctionLibraryPackage#getGroups <em>Groups</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.functionlibrarydsl.FunctionLibraryPackage#getConverters <em>Converters</em>}</li>
* </ul>
*
* @see org.eclipse.osbp.xtext.functionlibrarydsl.FunctionLibraryDSLPackage#getFunctionLibraryPackage()
* @model
* @generated
*/
public interface FunctionLibraryPackage extends LPackage {
/**
* Returns the value of the '<em><b>Ratings</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.osbp.xtext.functionlibrarydsl.FunctionLibraryRating}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Ratings</em>' containment reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Ratings</em>' containment reference list.
* @see org.eclipse.osbp.xtext.functionlibrarydsl.FunctionLibraryDSLPackage#getFunctionLibraryPackage_Ratings()
* @model containment="true"
* @generated
*/
EList<FunctionLibraryRating> getRatings();
/**
* Returns the value of the '<em><b>Groups</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.osbp.xtext.functionlibrarydsl.FunctionLibraryGroup}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Groups</em>' containment reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Groups</em>' containment reference list.
* @see org.eclipse.osbp.xtext.functionlibrarydsl.FunctionLibraryDSLPackage#getFunctionLibraryPackage_Groups()
* @model containment="true"
* @generated
*/
EList<FunctionLibraryGroup> getGroups();
/**
* Returns the value of the '<em><b>Converters</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.osbp.xtext.functionlibrarydsl.FunctionLibraryConverterGroup}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Converters</em>' containment reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Converters</em>' containment reference list.
* @see org.eclipse.osbp.xtext.functionlibrarydsl.FunctionLibraryDSLPackage#getFunctionLibraryPackage_Converters()
* @model containment="true"
* @generated
*/
EList<FunctionLibraryConverterGroup> getConverters();
} // FunctionLibraryPackage