Uses of Interface
org.graphdrawing.graphml.GraphMLFactory

Packages that use GraphMLFactory
org.graphdrawing.graphml   
org.graphdrawing.graphml.impl   
 

Uses of GraphMLFactory in org.graphdrawing.graphml
 

Fields in org.graphdrawing.graphml declared as GraphMLFactory
static GraphMLFactory GraphMLFactory.eINSTANCE
          The singleton instance of the factory.
 

Methods in org.graphdrawing.graphml that return GraphMLFactory
 GraphMLFactory GraphMLPackage.getGraphMLFactory()
          Returns the factory that creates the instances of the model.
 

Uses of GraphMLFactory in org.graphdrawing.graphml.impl
 

Classes in org.graphdrawing.graphml.impl that implement GraphMLFactory
 class GraphMLFactoryImpl
          An implementation of the model Factory.
 

Methods in org.graphdrawing.graphml.impl that return GraphMLFactory
 GraphMLFactory GraphMLPackageImpl.getGraphMLFactory()
           
static GraphMLFactory GraphMLFactoryImpl.init()
          Creates the default factory implementation.