blob: 974974e4baa2ea776a84652cc9bab61049beba92 [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;
import org.eclipse.osbp.dsl.semantic.common.types.LPackage;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Signal Package</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.osbp.xtext.signal.SignalPackage#getWatchers <em>Watchers</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.signal.SignalPackage#getHandlers <em>Handlers</em>}</li>
* </ul>
*
* @see org.eclipse.osbp.xtext.signal.SignalDSLPackage#getSignalPackage()
* @model
* @generated
*/
public interface SignalPackage extends LPackage {
/**
* Returns the value of the '<em><b>Watchers</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.osbp.xtext.signal.SignalWatcher}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Watchers</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>Watchers</em>' containment reference list.
* @see org.eclipse.osbp.xtext.signal.SignalDSLPackage#getSignalPackage_Watchers()
* @model containment="true"
* @generated
*/
EList<SignalWatcher> getWatchers();
/**
* Returns the value of the '<em><b>Handlers</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.osbp.xtext.signal.SignalHandler}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Handlers</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>Handlers</em>' containment reference list.
* @see org.eclipse.osbp.xtext.signal.SignalDSLPackage#getSignalPackage_Handlers()
* @model containment="true"
* @generated
*/
EList<SignalHandler> getHandlers();
} // SignalPackage