de.cau.cs.kieler.core.kexpressions
Interface InterfaceSignalDecl

All Superinterfaces:
EObject, InterfaceDeclaration, Notifier
All Known Subinterfaces:
Input, InputOutput, Output, Return
All Known Implementing Classes:
InputImpl, InputOutputImpl, InterfaceSignalDeclImpl, OutputImpl, ReturnImpl

public interface InterfaceSignalDecl
extends InterfaceDeclaration

A representation of the model object 'Interface Signal Decl'.

The following features are supported:

See Also:
KExpressionsPackage.getInterfaceSignalDecl()
Rating red
Generated:
This code was automatically generated.
Model element

Method Summary
 EList<ISignal> getSignals()
          Returns the value of the 'Signals' containment reference list.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getSignals

EList<ISignal> getSignals()
Returns the value of the 'Signals' containment reference list. The list contents are of type ISignal.

If the meaning of the 'Signals' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Signals' containment reference list.
See Also:
KExpressionsPackage.getInterfaceSignalDecl_Signals()
Generated:
This code was automatically generated.
Model element:
containment=true