public interface EObjectToGraphMapper
| Modifier and Type | Method and Description |
|---|---|
org.apache.tinkerpop.gremlin.structure.Vertex |
getOrCreatePlainVertexForEObject(SphereTransactionContext ctx,
ChronoEObject eObject) |
void |
mapAllEObjectPropertiesToGraph(SphereTransactionContext ctx,
ChronoEObject eObject) |
void |
mapAllEObjectReferencesToGraph(SphereTransactionContext ctx,
ChronoEObject eObject) |
void |
mapEAttributeToGraph(SphereTransactionContext ctx,
ChronoEObject eObject,
org.eclipse.emf.ecore.EAttribute attribute) |
void |
mapEClassReferenceToGraph(SphereTransactionContext ctx,
ChronoEObject eObject) |
void |
mapEContainerReferenceToGraph(SphereTransactionContext ctx,
ChronoEObject eObject) |
void |
mapEReferenceToGraph(SphereTransactionContext ctx,
ChronoEObject eObject,
org.eclipse.emf.ecore.EReference reference) |
org.apache.tinkerpop.gremlin.structure.Vertex getOrCreatePlainVertexForEObject(SphereTransactionContext ctx, ChronoEObject eObject)
void mapAllEObjectPropertiesToGraph(SphereTransactionContext ctx, ChronoEObject eObject)
void mapAllEObjectReferencesToGraph(SphereTransactionContext ctx, ChronoEObject eObject)
void mapEAttributeToGraph(SphereTransactionContext ctx, ChronoEObject eObject, org.eclipse.emf.ecore.EAttribute attribute)
void mapEReferenceToGraph(SphereTransactionContext ctx, ChronoEObject eObject, org.eclipse.emf.ecore.EReference reference)
void mapEContainerReferenceToGraph(SphereTransactionContext ctx, ChronoEObject eObject)
void mapEClassReferenceToGraph(SphereTransactionContext ctx, ChronoEObject eObject)