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

Packages that use KGraphFactory
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. 
 

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

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

Methods in de.cau.cs.kieler.core.kgraph that return KGraphFactory
 KGraphFactory KGraphPackage.getKGraphFactory()
          Returns the factory that creates the instances of the model.
 

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

Classes in de.cau.cs.kieler.core.kgraph.impl that implement KGraphFactory
 class KGraphFactoryImpl
          An implementation of the model Factory.
 

Methods in de.cau.cs.kieler.core.kgraph.impl that return KGraphFactory
 KGraphFactory KGraphPackageImpl.getKGraphFactory()
           
static KGraphFactory KGraphFactoryImpl.init()
          Creates the default factory implementation.