de.cau.cs.kieler.esterel.esterel
Interface SigExprUnary

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

public interface SigExprUnary
extends EObject

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

The following features are supported:

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

Method Summary
 String getExpr()
          Returns the value of the 'Expr' attribute.
 EObject getSigExpr()
          Returns the value of the 'Sig Expr' containment reference.
 void setExpr(String value)
          Sets the value of the 'Expr' attribute.
 void setSigExpr(EObject value)
          Sets the value of the 'Sig Expr' containment reference.
 
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

getExpr

String getExpr()
Returns the value of the 'Expr' attribute.

If the meaning of the 'Expr' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Expr' attribute.
See Also:
setExpr(String), EsterelPackage.getSigExprUnary_Expr()
Generated:
This code was automatically generated.
Model element

setExpr

void setExpr(String value)
Sets the value of the 'Expr' attribute.

Parameters:
value - the new value of the 'Expr' attribute.
See Also:
getExpr()
Generated:
This code was automatically generated.

getSigExpr

EObject getSigExpr()
Returns the value of the 'Sig Expr' containment reference.

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

Returns:
the value of the 'Sig Expr' containment reference.
See Also:
setSigExpr(EObject), EsterelPackage.getSigExprUnary_SigExpr()
Generated:
This code was automatically generated.
Model element:
containment=true

setSigExpr

void setSigExpr(EObject value)
Sets the value of the 'Sig Expr' containment reference.

Parameters:
value - the new value of the 'Sig Expr' containment reference.
See Also:
getSigExpr()
Generated:
This code was automatically generated.