Uses of Interface
de.cau.cs.kieler.core.kgraph.KGraphPackage

Packages that use KGraphPackage
de.cau.cs.kieler.core.kgraph Base package for the KGraph data structure with its public API. 
de.cau.cs.kieler.core.kgraph.impl Internal implementation of the KGraph data structure. 
de.cau.cs.kieler.core.kgraph.util Utility classes for the KGraph data structure. 
 

Uses of KGraphPackage in de.cau.cs.kieler.core.kgraph
 

Fields in de.cau.cs.kieler.core.kgraph declared as KGraphPackage
static KGraphPackage KGraphPackage.eINSTANCE
          The singleton instance of the package.
 

Methods in de.cau.cs.kieler.core.kgraph that return KGraphPackage
 KGraphPackage KGraphFactory.getKGraphPackage()
          Returns the package supported by this factory.
 

Uses of KGraphPackage in de.cau.cs.kieler.core.kgraph.impl
 

Classes in de.cau.cs.kieler.core.kgraph.impl that implement KGraphPackage
 class KGraphPackageImpl
          An implementation of the model Package.
 

Methods in de.cau.cs.kieler.core.kgraph.impl that return KGraphPackage
 KGraphPackage KGraphFactoryImpl.getKGraphPackage()
           
static KGraphPackage KGraphFactoryImpl.getPackage()
          Deprecated.  
static KGraphPackage KGraphPackageImpl.init()
          Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
 

Uses of KGraphPackage in de.cau.cs.kieler.core.kgraph.util
 

Fields in de.cau.cs.kieler.core.kgraph.util declared as KGraphPackage
protected static KGraphPackage KGraphAdapterFactory.modelPackage
          The cached model package.
protected static KGraphPackage KGraphSwitch.modelPackage
          The cached model package