de.cau.cs.kieler.esterel.esterel
Interface SigExprAND

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

public interface SigExprAND
extends EObject

A representation of the model object 'Sig Expr AND'.

The following features are supported:

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

Method Summary
 EList<SigExprUnary> getUnaExpr()
          Returns the value of the 'Una Expr' 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

getUnaExpr

EList<SigExprUnary> getUnaExpr()
Returns the value of the 'Una Expr' containment reference list. The list contents are of type SigExprUnary.

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

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