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

All Superinterfaces:
AtomicStmt, dUtyExpr, dUtyExprs, EObject, Notifier, UtyAction, UtyExpr
All Known Implementing Classes:
FixpointEqListImpl

public interface FixpointEqList
extends UtyExpr

A representation of the model object 'Fixpoint Eq List'.

The following features are supported:

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

Method Summary
 UtyExpr getExpr2()
          Returns the value of the 'Expr2' containment reference.
 void setExpr2(UtyExpr value)
          Sets the value of the 'Expr2' containment reference.
 
Methods inherited from interface de.cau.cs.kieler.quartz.editor.quartz.UtyExpr
getName, getOp, getT2, getT4, getT7, getType, setName, setOp, setT2, setT4, setT7, setType
 
Methods inherited from interface de.cau.cs.kieler.quartz.editor.quartz.dUtyExpr
getT07, getT13, getT14, setT07, setT13, setT14
 
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

getExpr2

UtyExpr getExpr2()
Returns the value of the 'Expr2' containment reference.

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

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

setExpr2

void setExpr2(UtyExpr value)
Sets the value of the 'Expr2' containment reference.

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