public interface GraphFactory
extends org.eclipse.emf.ecore.EFactory
GraphPackage| Modifier and Type | Field and Description |
|---|---|
static GraphFactory |
eINSTANCE
The singleton instance of the factory.
|
| Modifier and Type | Method and Description |
|---|---|
Edge |
createEdge()
Returns a new object of class 'Edge'.
|
Graph |
createGraph()
Returns a new object of class 'Graph'.
|
Vertex |
createVertex()
Returns a new object of class 'Vertex'.
|
GraphPackage |
getGraphPackage()
Returns the package supported by this factory.
|
convertToString, create, createFromString, getEPackage, setEPackagegetEAnnotation, getEAnnotationsstatic final GraphFactory eINSTANCE
Graph createGraph()
Vertex createVertex()
Edge createEdge()
GraphPackage getGraphPackage()
Copyright © 2018–2020 Atlanmod. All rights reserved.