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

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

Subinterfaces of UtyAction 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 UtyAction
 UtyAction QuartzFactory.createUtyAction()
          Returns a new object of class 'Uty Action'.
 

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

Classes in de.cau.cs.kieler.quartz.editor.quartz.impl that implement UtyAction
 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 UtyActionImpl
          An implementation of the model object 'Uty Action'.
 class UtyExprImpl
          An implementation of the model object 'Uty Expr'.
 

Methods in de.cau.cs.kieler.quartz.editor.quartz.impl that return UtyAction
 UtyAction QuartzFactoryImpl.createUtyAction()
           
 

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

Methods in de.cau.cs.kieler.quartz.editor.quartz.util with parameters of type UtyAction
 T QuartzSwitch.caseUtyAction(UtyAction object)
          Returns the result of interpreting the object as an instance of 'Uty Action'.