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

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

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

Methods in de.cau.cs.kieler.quartz.editor.quartz that return PackagePath
 PackagePath QuartzFactory.createPackagePath()
          Returns a new object of class 'Package Path'.
 

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

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

Methods in de.cau.cs.kieler.quartz.editor.quartz.impl that return PackagePath
 PackagePath QuartzFactoryImpl.createPackagePath()
           
 

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

Methods in de.cau.cs.kieler.quartz.editor.quartz.util with parameters of type PackagePath
 T QuartzSwitch.casePackagePath(PackagePath object)
          Returns the result of interpreting the object as an instance of 'Package Path'.