blob: 941b3b50e9f4336543dbfda8a2cdc12edc05ca97 [file] [log] [blame]
/**
* Copyright (c) 2011, 2018 - 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
*
* Contributors:
* Christophe Loetz (Loetz GmbH&Co.KG) - initial implementation
*
* generated from SignalDSL.xcore
*
*
*/
package org.eclipse.osbp.xtext.signal;
import org.eclipse.emf.common.util.EList;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>List Transfer</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.osbp.xtext.signal.ListTransfer#getInterchanges <em>Interchanges</em>}</li>
* </ul>
*
* @see org.eclipse.osbp.xtext.signal.SignalDSLPackage#getListTransfer()
* @model
* @generated
*/
public interface ListTransfer extends DataTransfer {
/**
* Returns the value of the '<em><b>Interchanges</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.osbp.xtext.signal.SignalDatainterchange}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Interchanges</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>Interchanges</em>' containment reference list.
* @see org.eclipse.osbp.xtext.signal.SignalDSLPackage#getListTransfer_Interchanges()
* @model containment="true"
* @generated
*/
EList<SignalDatainterchange> getInterchanges();
} // ListTransfer