de.cau.cs.kieler.quartz.editor.quartz
Interface OptUtyExpr

All Superinterfaces:
EObject, Notifier, OptUtyExprList
All Known Implementing Classes:
OptUtyExprImpl

public interface OptUtyExpr
extends OptUtyExprList

A representation of the model object 'Opt Uty Expr'.

The following features are supported:

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

Method Summary
 EList<OptUtyExprList> getExprs()
          Returns the value of the 'Exprs' containment reference list.
 UtyExpr getTk()
          Returns the value of the 'Tk' containment reference.
 void setTk(UtyExpr value)
          Sets the value of the 'Tk' containment reference.
 
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

getTk

UtyExpr getTk()
Returns the value of the 'Tk' containment reference.

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

Returns:
the value of the 'Tk' containment reference.
See Also:
setTk(UtyExpr), QuartzPackage.getOptUtyExpr_Tk()
Generated:
This code was automatically generated.
Model element:
containment=true

setTk

void setTk(UtyExpr value)
Sets the value of the 'Tk' containment reference.

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

getExprs

EList<OptUtyExprList> getExprs()
Returns the value of the 'Exprs' containment reference list. The list contents are of type OptUtyExprList.

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

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