| Package | Description |
|---|---|
| fr.inria.atlanmod.neoemf.data.blueprints.internal.graph |
Provides the dedicated graph structure for storing an EMF model.
|
| Modifier and Type | Method and Description |
|---|---|
protected static ElementEdge |
ElementEdge.create(ModelGraph graph,
ElementVertex referencing,
Id referenced,
String label)
Creates a new
ElementEdge between the referencing vertex and its reference. |
protected static ElementEdge |
ElementEdge.create(ModelGraph graph,
ElementVertex referencing,
Id referenced,
String label,
int position)
Creates a new
ElementEdge between the referencing vertex and its positionned reference. |
static ElementEdge |
ElementEdge.from(com.tinkerpop.blueprints.Edge baseEdge,
ModelGraph graph)
Creates a new instance of
ElementEdge on the baseEdge. |
| Modifier and Type | Method and Description |
|---|---|
Iterable<ElementEdge> |
ElementVertex.getReferenceEdges(FeatureBean feature)
Returns all references of the
feature. |
Iterable<ElementEdge> |
ElementVertex.getReferenceEdges(FeatureBean feature,
int startPosition,
int endPosition)
Returns all references of the
feature between the startPosition and the endPosition. |
Copyright © 2013–2019 Atlanmod. All rights reserved.