| 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  ElementEdgebetween thereferencingvertex and its reference. | 
| protected static ElementEdge | ElementEdge. create(ModelGraph graph,
      ElementVertex referencing,
      Id referenced,
      String label,
      int position)Creates a new  ElementEdgebetween thereferencingvertex and its positionned reference. | 
| static ElementEdge | ElementEdge. from(com.tinkerpop.blueprints.Edge baseEdge,
    ModelGraph graph)Creates a new instance of  ElementEdgeon thebaseEdge. | 
| 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  featurebetween thestartPositionand theendPosition. | 
Copyright © 2013–2019 Atlanmod. All rights reserved.