Uses of Interface
net.ogdf.ogml.OgmlFactory

Packages that use OgmlFactory
net.ogdf.ogml   
net.ogdf.ogml.impl   
 

Uses of OgmlFactory in net.ogdf.ogml
 

Fields in net.ogdf.ogml declared as OgmlFactory
static OgmlFactory OgmlFactory.eINSTANCE
          The singleton instance of the factory.
 

Methods in net.ogdf.ogml that return OgmlFactory
 OgmlFactory OgmlPackage.getOgmlFactory()
          Returns the factory that creates the instances of the model.
 

Uses of OgmlFactory in net.ogdf.ogml.impl
 

Classes in net.ogdf.ogml.impl that implement OgmlFactory
 class OgmlFactoryImpl
          An implementation of the model Factory.
 

Methods in net.ogdf.ogml.impl that return OgmlFactory
 OgmlFactory OgmlPackageImpl.getOgmlFactory()
           
static OgmlFactory OgmlFactoryImpl.init()
          Creates the default factory implementation.