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

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

Subinterfaces of QrzFile in de.cau.cs.kieler.quartz.editor.quartz
 interface PackagePath
          A representation of the model object 'Package Path'.
 interface PointedName
          A representation of the model object 'Pointed Name'.
 

Methods in de.cau.cs.kieler.quartz.editor.quartz that return QrzFile
 QrzFile QuartzFactory.createQrzFile()
          Returns a new object of class 'Qrz File'.
 

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

Classes in de.cau.cs.kieler.quartz.editor.quartz.impl that implement QrzFile
 class PackagePathImpl
          An implementation of the model object 'Package Path'.
 class PointedNameImpl
          An implementation of the model object 'Pointed Name'.
 class QrzFileImpl
          An implementation of the model object 'Qrz File'.
 

Methods in de.cau.cs.kieler.quartz.editor.quartz.impl that return QrzFile
 QrzFile QuartzFactoryImpl.createQrzFile()
           
 

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

Methods in de.cau.cs.kieler.quartz.editor.quartz.util with parameters of type QrzFile
 T QuartzSwitch.caseQrzFile(QrzFile object)
          Returns the result of interpreting the object as an instance of 'Qrz File'.