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

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

Methods in de.cau.cs.kieler.quartz.editor.quartz that return PointedName
 PointedName QuartzFactory.createPointedName()
          Returns a new object of class 'Pointed Name'.
 

Methods in de.cau.cs.kieler.quartz.editor.quartz that return types with arguments of type PointedName
 EList<PointedName> ImportList.getImp()
          Returns the value of the 'Imp' containment reference list.
 EList<PointedName> PointedName.getName()
          Returns the value of the 'Name' containment reference list.
 

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

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

Fields in de.cau.cs.kieler.quartz.editor.quartz.impl with type parameters of type PointedName
protected  EList<PointedName> ImportListImpl.imp
          The cached value of the 'Imp' containment reference list.
protected  EList<PointedName> PointedNameImpl.name
          The cached value of the 'Name' containment reference list.
 

Methods in de.cau.cs.kieler.quartz.editor.quartz.impl that return PointedName
 PointedName QuartzFactoryImpl.createPointedName()
           
 

Methods in de.cau.cs.kieler.quartz.editor.quartz.impl that return types with arguments of type PointedName
 EList<PointedName> ImportListImpl.getImp()
           
 EList<PointedName> PointedNameImpl.getName()
           
 

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

Methods in de.cau.cs.kieler.quartz.editor.quartz.util with parameters of type PointedName
 T QuartzSwitch.casePointedName(PointedName object)
          Returns the result of interpreting the object as an instance of 'Pointed Name'.