Uses of Interface
de.cau.cs.kieler.kiml.klayoutdata.KLayoutDataFactory

Packages that use KLayoutDataFactory
de.cau.cs.kieler.kiml.klayoutdata Base package for the KLayoutData structure, which is an extension of KGraph to store layout data in a graph model. 
de.cau.cs.kieler.kiml.klayoutdata.impl Internal implementation of the layout data extension. 
 

Uses of KLayoutDataFactory in de.cau.cs.kieler.kiml.klayoutdata
 

Fields in de.cau.cs.kieler.kiml.klayoutdata declared as KLayoutDataFactory
static KLayoutDataFactory KLayoutDataFactory.eINSTANCE
          The singleton instance of the factory.
 

Methods in de.cau.cs.kieler.kiml.klayoutdata that return KLayoutDataFactory
 KLayoutDataFactory KLayoutDataPackage.getKLayoutDataFactory()
          Returns the factory that creates the instances of the model.
 

Uses of KLayoutDataFactory in de.cau.cs.kieler.kiml.klayoutdata.impl
 

Classes in de.cau.cs.kieler.kiml.klayoutdata.impl that implement KLayoutDataFactory
 class KLayoutDataFactoryImpl
          An implementation of the model Factory.
 

Methods in de.cau.cs.kieler.kiml.klayoutdata.impl that return KLayoutDataFactory
 KLayoutDataFactory KLayoutDataPackageImpl.getKLayoutDataFactory()
           
static KLayoutDataFactory KLayoutDataFactoryImpl.init()
          Creates the default factory implementation.