de.cau.cs.kieler.esterel.esterel
Interface SensorDecl

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
SensorDeclImpl

public interface SensorDecl
extends EObject

A representation of the model object 'Sensor Decl'.

The following features are supported:

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

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

Method Detail

getSensor

EList<Sensor> getSensor()
Returns the value of the 'Sensor' containment reference list. The list contents are of type Sensor.

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

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