Uses of Interface
de.cau.cs.kieler.quartz.editor.quartz.dUtyExprs

Packages that use dUtyExprs
de.cau.cs.kieler.quartz.editor.quartz   
de.cau.cs.kieler.quartz.editor.quartz.impl   
de.cau.cs.kieler.quartz.editor.quartz.util   
 

Uses of dUtyExprs in de.cau.cs.kieler.quartz.editor.quartz
 

Subinterfaces of dUtyExprs in de.cau.cs.kieler.quartz.editor.quartz
 interface dUtyExpr
          A representation of the model object 'dUty Expr'.
 interface FixpointEqList
          A representation of the model object 'Fixpoint Eq List'.
 interface Generic
          A representation of the model object 'Generic'.
 interface Name
          A representation of the model object 'Name'.
 interface QName
          A representation of the model object 'QName'.
 interface UtyExpr
          A representation of the model object 'Uty Expr'.
 

Methods in de.cau.cs.kieler.quartz.editor.quartz that return dUtyExprs
 dUtyExprs QuartzFactory.createdUtyExprs()
          Returns a new object of class 'dUty Exprs'.
 dUtyExprs AtomicStmt.getExpr()
          Returns the value of the 'Expr' containment reference.
 dUtyExprs AtomicStmt.getT06()
          Returns the value of the 'T06' containment reference.
 

Methods in de.cau.cs.kieler.quartz.editor.quartz with parameters of type dUtyExprs
 void AtomicStmt.setExpr(dUtyExprs value)
          Sets the value of the 'Expr' containment reference.
 void AtomicStmt.setT06(dUtyExprs value)
          Sets the value of the 'T06' containment reference.
 

Uses of dUtyExprs in de.cau.cs.kieler.quartz.editor.quartz.impl
 

Classes in de.cau.cs.kieler.quartz.editor.quartz.impl that implement dUtyExprs
 class dUtyExprImpl
          An implementation of the model object 'dUty Expr'.
 class dUtyExprsImpl
          An implementation of the model object 'dUty Exprs'.
 class FixpointEqListImpl
          An implementation of the model object 'Fixpoint Eq List'.
 class GenericImpl
          An implementation of the model object 'Generic'.
 class NameImpl
          An implementation of the model object 'Name'.
 class QNameImpl
          An implementation of the model object 'QName'.
 class UtyExprImpl
          An implementation of the model object 'Uty Expr'.
 

Fields in de.cau.cs.kieler.quartz.editor.quartz.impl declared as dUtyExprs
protected  dUtyExprs AtomicStmtImpl.expr
          The cached value of the 'Expr' containment reference.
protected  dUtyExprs QNameImpl.expr
          The cached value of the 'Expr' containment reference.
protected  dUtyExprs dUtyExprImpl.expr
          The cached value of the 'Expr' containment reference.
protected  dUtyExprs AtomicStmtImpl.t06
          The cached value of the 'T06' containment reference.
protected  dUtyExprs QNameImpl.t06
          The cached value of the 'T06' containment reference.
protected  dUtyExprs dUtyExprImpl.t06
          The cached value of the 'T06' containment reference.
 

Methods in de.cau.cs.kieler.quartz.editor.quartz.impl that return dUtyExprs
 dUtyExprs QuartzFactoryImpl.createdUtyExprs()
           
 dUtyExprs AtomicStmtImpl.getExpr()
           
 dUtyExprs QNameImpl.getExpr()
           
 dUtyExprs dUtyExprImpl.getExpr()
           
 dUtyExprs AtomicStmtImpl.getT06()
           
 dUtyExprs QNameImpl.getT06()
           
 dUtyExprs dUtyExprImpl.getT06()
           
 

Methods in de.cau.cs.kieler.quartz.editor.quartz.impl with parameters of type dUtyExprs
 NotificationChain AtomicStmtImpl.basicSetExpr(dUtyExprs newExpr, NotificationChain msgs)
           
 NotificationChain QNameImpl.basicSetExpr(dUtyExprs newExpr, NotificationChain msgs)
           
 NotificationChain dUtyExprImpl.basicSetExpr(dUtyExprs newExpr, NotificationChain msgs)
           
 NotificationChain AtomicStmtImpl.basicSetT06(dUtyExprs newT06, NotificationChain msgs)
           
 NotificationChain QNameImpl.basicSetT06(dUtyExprs newT06, NotificationChain msgs)
           
 NotificationChain dUtyExprImpl.basicSetT06(dUtyExprs newT06, NotificationChain msgs)
           
 void AtomicStmtImpl.setExpr(dUtyExprs newExpr)
           
 void QNameImpl.setExpr(dUtyExprs newExpr)
           
 void dUtyExprImpl.setExpr(dUtyExprs newExpr)
           
 void AtomicStmtImpl.setT06(dUtyExprs newT06)
           
 void QNameImpl.setT06(dUtyExprs newT06)
           
 void dUtyExprImpl.setT06(dUtyExprs newT06)
           
 

Uses of dUtyExprs in de.cau.cs.kieler.quartz.editor.quartz.util
 

Methods in de.cau.cs.kieler.quartz.editor.quartz.util with parameters of type dUtyExprs
 T QuartzSwitch.casedUtyExprs(dUtyExprs object)
          Returns the result of interpreting the object as an instance of 'dUty Exprs'.