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

Packages that use dUtyExpr
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 dUtyExpr in de.cau.cs.kieler.quartz.editor.quartz
 

Subinterfaces of dUtyExpr in de.cau.cs.kieler.quartz.editor.quartz
 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 dUtyExpr
 dUtyExpr QuartzFactory.createdUtyExpr()
          Returns a new object of class 'dUty Expr'.
 

Methods in de.cau.cs.kieler.quartz.editor.quartz that return types with arguments of type dUtyExpr
 EList<dUtyExpr> case_list.getExp()
          Returns the value of the 'Exp' containment reference list.
 

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

Classes in de.cau.cs.kieler.quartz.editor.quartz.impl that implement dUtyExpr
 class dUtyExprImpl
          An implementation of the model object 'dUty Expr'.
 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 with type parameters of type dUtyExpr
protected  EList<dUtyExpr> case_listImpl.exp
          The cached value of the 'Exp' containment reference list.
 

Methods in de.cau.cs.kieler.quartz.editor.quartz.impl that return dUtyExpr
 dUtyExpr QuartzFactoryImpl.createdUtyExpr()
           
 

Methods in de.cau.cs.kieler.quartz.editor.quartz.impl that return types with arguments of type dUtyExpr
 EList<dUtyExpr> case_listImpl.getExp()
           
 

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

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