| 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 ClassVertex | ClassVertex. create(ModelGraph graph,
      ClassBean bean)Creates a new  ClassVertexon thegraph. | 
| static ClassVertex | ClassVertex. from(com.tinkerpop.blueprints.Vertex baseVertex,
    ModelGraph graph)Creates a new instance of  ClassVertexon thebaseVertex. | 
| ClassVertex | InstanceOfEdge. getClassVertex()Returns the meta-class vertex of this relation. | 
| protected static ClassVertex | ClassVertex. getOrCreate(ModelGraph graph,
           ClassBean bean)Retrieves or creates a new  ClassVertexon thegraph. | 
| Modifier and Type | Method and Description | 
|---|---|
| Optional<ClassVertex> | ElementVertex. getClassVertex()Returns the meta-class vertex. | 
| Optional<ClassVertex> | ModelGraph. getClassVertex(ClassBean bean)Returns the meta-class vertex associated to the provided  bean. | 
| Stream<ClassVertex> | ModelGraph. getClassVertices(Set<ClassBean> beans)Returns all meta-class vertices associated to the given  beans. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected static InstanceOfEdge | InstanceOfEdge. create(ModelGraph graph,
      ElementVertex instance,
      ClassVertex metaClass)Creates a new  InstanceOfEdgebetween theinstancevertex and itsmetaClass. | 
| protected void | ModelGraph. updateIndex(ClassVertex classVertex)Updates the meta-classes index with the specified  classVertex. | 
Copyright © 2013–2019 Atlanmod. All rights reserved.