public interface GraphPackage
extends org.eclipse.emf.ecore.EPackage
GraphFactory| Modifier and Type | Interface and Description |
|---|---|
static interface |
GraphPackage.Literals
Defines literals for the meta objects that represent
each class,
each feature of each class,
each operation of each class,
each enum,
and each data type
|
| Modifier and Type | Field and Description |
|---|---|
static int |
EDGE
The meta object id for the '
Edge' class. |
static int |
EDGE__FROM
The feature id for the 'From' reference.
|
static int |
EDGE__TO
The feature id for the 'To' reference.
|
static int |
EDGE_FEATURE_COUNT
The number of structural features of the 'Edge' class.
|
static int |
EDGE_OPERATION_COUNT
The number of operations of the 'Edge' class.
|
static GraphPackage |
eINSTANCE
The singleton instance of the package.
|
static String |
eNAME
The package name.
|
static String |
eNS_PREFIX
The package namespace name.
|
static String |
eNS_URI
The package namespace URI.
|
static int |
GRAPH
The meta object id for the '
Graph' class. |
static int |
GRAPH__EDGES
The feature id for the 'Edges' containment reference list.
|
static int |
GRAPH__VERTICES
The feature id for the 'Vertices' containment reference list.
|
static int |
GRAPH_FEATURE_COUNT
The number of structural features of the 'Graph' class.
|
static int |
GRAPH_OPERATION_COUNT
The number of operations of the 'Graph' class.
|
static int |
VERTEX
The meta object id for the '
Vertex' class. |
static int |
VERTEX__LABEL
The feature id for the 'Label' attribute.
|
static int |
VERTEX__OWNER
The feature id for the 'Owner' container reference.
|
static int |
VERTEX__WEIGHT
The feature id for the 'Weight' attribute.
|
static int |
VERTEX_FEATURE_COUNT
The number of structural features of the 'Vertex' class.
|
static int |
VERTEX_OPERATION_COUNT
The number of operations of the 'Vertex' class.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.ecore.EReference |
getEdge_From()
Returns the meta object for the reference '
From'. |
org.eclipse.emf.ecore.EReference |
getEdge_To()
Returns the meta object for the reference '
To'. |
org.eclipse.emf.ecore.EClass |
getEdge()
Returns the meta object for class '
Edge'. |
org.eclipse.emf.ecore.EReference |
getGraph_Edges()
Returns the meta object for the containment reference list '
Edges'. |
org.eclipse.emf.ecore.EReference |
getGraph_Vertices()
Returns the meta object for the containment reference list '
Vertices'. |
org.eclipse.emf.ecore.EClass |
getGraph()
Returns the meta object for class '
Graph'. |
GraphFactory |
getGraphFactory()
Returns the factory that creates the instances of the model.
|
org.eclipse.emf.ecore.EAttribute |
getVertex_Label()
Returns the meta object for the attribute '
Label'. |
org.eclipse.emf.ecore.EReference |
getVertex_Owner()
Returns the meta object for the container reference '
Owner'. |
org.eclipse.emf.ecore.EAttribute |
getVertex_Weight()
Returns the meta object for the attribute '
Weight'. |
org.eclipse.emf.ecore.EClass |
getVertex()
Returns the meta object for class '
Vertex'. |
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURIgetEAnnotation, getEAnnotationsstatic final String eNAME
static final String eNS_URI
static final String eNS_PREFIX
static final GraphPackage eINSTANCE
static final int GRAPH
Graph' class.
static final int GRAPH__VERTICES
static final int GRAPH__EDGES
static final int GRAPH_FEATURE_COUNT
static final int GRAPH_OPERATION_COUNT
static final int VERTEX
Vertex' class.
static final int VERTEX__OWNER
static final int VERTEX__LABEL
static final int VERTEX__WEIGHT
static final int VERTEX_FEATURE_COUNT
static final int VERTEX_OPERATION_COUNT
static final int EDGE
Edge' class.
EdgeImpl,
GraphPackageImpl.getEdge(),
Constant Field Valuesstatic final int EDGE__FROM
static final int EDGE__TO
static final int EDGE_FEATURE_COUNT
static final int EDGE_OPERATION_COUNT
org.eclipse.emf.ecore.EClass getGraph()
Graph'.
Graphorg.eclipse.emf.ecore.EReference getGraph_Vertices()
Vertices'.
Graph.getVertices(),
getGraph()org.eclipse.emf.ecore.EReference getGraph_Edges()
Edges'.
Graph.getEdges(),
getGraph()org.eclipse.emf.ecore.EClass getVertex()
Vertex'.
Vertexorg.eclipse.emf.ecore.EReference getVertex_Owner()
Owner'.
Vertex.getOwner(),
getVertex()org.eclipse.emf.ecore.EAttribute getVertex_Label()
Label'.
Vertex.getLabel(),
getVertex()org.eclipse.emf.ecore.EAttribute getVertex_Weight()
Weight'.
Vertex.getWeight(),
getVertex()org.eclipse.emf.ecore.EClass getEdge()
Edge'.
Edgeorg.eclipse.emf.ecore.EReference getEdge_From()
From'.
Edge.getFrom(),
getEdge()org.eclipse.emf.ecore.EReference getEdge_To()
To'.
Edge.getTo(),
getEdge()GraphFactory getGraphFactory()
Copyright © 2018–2019 Atlanmod. All rights reserved.