de.cau.cs.kieler.esterel.esterel
Interface SigExpr

All Superinterfaces:
DelayEvent, EObject, Notifier, TrapExpr
All Known Implementing Classes:
SigExprImpl

public interface SigExpr
extends TrapExpr, DelayEvent

A representation of the model object 'Sig Expr'.

The following features are supported:

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

Method Summary
 EList<SigExprAND> getAndExpr()
          Returns the value of the 'And Expr' containment reference list.
 
Methods inherited from interface de.cau.cs.kieler.esterel.esterel.DelayEvent
getSignal, getTick, setSignal, setTick
 
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

getAndExpr

EList<SigExprAND> getAndExpr()
Returns the value of the 'And Expr' containment reference list. The list contents are of type SigExprAND.

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

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