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

- Generated:
- This code was automatically generated.
- Model element
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 org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
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:
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.