| 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 | 
|---|---|
| void | ModelGraph. copyTo(ModelGraph target) | 
| protected static ClassVertex | ClassVertex. create(ModelGraph graph,
      ClassBean bean)Creates a new  ClassVertexon thegraph. | 
| protected static InstanceOfEdge | InstanceOfEdge. create(ModelGraph graph,
      ElementVertex instance,
      ClassVertex metaClass)Creates a new  InstanceOfEdgebetween theinstancevertex and itsmetaClass. | 
| 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. | 
| protected static ContainingEdge | ContainingEdge. create(ModelGraph graph,
      ElementVertex containment,
      SingleFeatureBean bean)Creates a new  ContainingEdgebetween thecontainmentvertex and its container. | 
| static InstanceOfEdge | InstanceOfEdge. from(com.tinkerpop.blueprints.Edge baseEdge,
    ModelGraph graph)Creates a new instance of  InstanceOfEdgeon thebaseEdge. | 
| static ElementEdge | ElementEdge. from(com.tinkerpop.blueprints.Edge baseEdge,
    ModelGraph graph)Creates a new instance of  ElementEdgeon thebaseEdge. | 
| static ContainingEdge | ContainingEdge. from(com.tinkerpop.blueprints.Edge baseEdge,
    ModelGraph graph)Creates a new instance of  ContainingEdgeon thebaseEdge. | 
| static ElementVertex | ElementVertex. from(com.tinkerpop.blueprints.Vertex baseVertex,
    ModelGraph graph)Retrieves the  ElementVertexthat wraps thebaseVertex, or creates a new instance on it. | 
| static ClassVertex | ClassVertex. from(com.tinkerpop.blueprints.Vertex baseVertex,
    ModelGraph graph)Creates a new instance of  ClassVertexon thebaseVertex. | 
| protected static ClassVertex | ClassVertex. getOrCreate(ModelGraph graph,
           ClassBean bean)Retrieves or creates a new  ClassVertexon thegraph. | 
| Constructor and Description | 
|---|
| ElementEdge(com.tinkerpop.blueprints.Edge base,
           ModelGraph graph)Constructs a new  ElementEdge. | 
| ElementVertexQuery(com.tinkerpop.blueprints.VertexQuery base,
                  ModelGraph graph)Constructs a new  IdVertexQuery. | 
Copyright © 2013–2019 Atlanmod. All rights reserved.