Uses of Interface
org.atlanmod.graph.GraphFactory
| Package | Description |
|---|---|
| org.atlanmod.graph | |
| org.atlanmod.graph.impl |
-
Uses of GraphFactory in org.atlanmod.graph
Fields in org.atlanmod.graph declared as GraphFactory Modifier and Type Field Description static GraphFactoryGraphFactory. eINSTANCEThe singleton instance of the factory.Methods in org.atlanmod.graph that return GraphFactory Modifier and Type Method Description GraphFactoryGraphPackage. getGraphFactory()Returns the factory that creates the instances of the model. -
Uses of GraphFactory in org.atlanmod.graph.impl
Classes in org.atlanmod.graph.impl that implement GraphFactory Modifier and Type Class Description classGraphFactoryImplAn implementation of the model Factory.Methods in org.atlanmod.graph.impl that return GraphFactory Modifier and Type Method Description GraphFactoryGraphPackageImpl. getGraphFactory()static GraphFactoryGraphFactoryImpl. init()Creates the default factory implementation.