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

All Superinterfaces:
AtomicStmt, dUtyExprs, EObject, Notifier
All Known Subinterfaces:
FixpointEqList, Generic, Name, QName, UtyExpr
All Known Implementing Classes:
dUtyExprImpl, FixpointEqListImpl, GenericImpl, NameImpl, QNameImpl, UtyExprImpl

public interface dUtyExpr
extends dUtyExprs, AtomicStmt

A representation of the model object 'dUty Expr'.

The following features are supported:

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

Method Summary
 AtomicStmt getT07()
          Returns the value of the 'T07' containment reference.
 AtomicStmt getT13()
          Returns the value of the 'T13' containment reference.
 AtomicStmt getT14()
          Returns the value of the 'T14' containment reference.
 void setT07(AtomicStmt value)
          Sets the value of the 'T07' containment reference.
 void setT13(AtomicStmt value)
          Sets the value of the 'T13' containment reference.
 void setT14(AtomicStmt value)
          Sets the value of the 'T14' containment reference.
 
Methods inherited from interface de.cau.cs.kieler.quartz.editor.quartz.AtomicStmt
getExpr, getT03, getT06, getT16, setExpr, setT03, setT06, setT16
 
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

getT13

AtomicStmt getT13()
Returns the value of the 'T13' containment reference.

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

Returns:
the value of the 'T13' containment reference.
See Also:
setT13(AtomicStmt), QuartzPackage.getdUtyExpr_T13()
Generated:
This code was automatically generated.
Model element:
containment=true

setT13

void setT13(AtomicStmt value)
Sets the value of the 'T13' containment reference.

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

getT14

AtomicStmt getT14()
Returns the value of the 'T14' containment reference.

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

Returns:
the value of the 'T14' containment reference.
See Also:
setT14(AtomicStmt), QuartzPackage.getdUtyExpr_T14()
Generated:
This code was automatically generated.
Model element:
containment=true

setT14

void setT14(AtomicStmt value)
Sets the value of the 'T14' containment reference.

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

getT07

AtomicStmt getT07()
Returns the value of the 'T07' containment reference.

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

Returns:
the value of the 'T07' containment reference.
See Also:
setT07(AtomicStmt), QuartzPackage.getdUtyExpr_T07()
Generated:
This code was automatically generated.
Model element:
containment=true

setT07

void setT07(AtomicStmt value)
Sets the value of the 'T07' containment reference.

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