public class EObjectToGraphMapperImpl extends java.lang.Object implements EObjectToGraphMapper
| Constructor and Description |
|---|
EObjectToGraphMapperImpl() |
| 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 session,
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) |
public org.apache.tinkerpop.gremlin.structure.Vertex getOrCreatePlainVertexForEObject(SphereTransactionContext ctx, ChronoEObject eObject)
getOrCreatePlainVertexForEObject in interface EObjectToGraphMapperpublic void mapAllEObjectPropertiesToGraph(SphereTransactionContext ctx, ChronoEObject eObject)
mapAllEObjectPropertiesToGraph in interface EObjectToGraphMapperpublic void mapAllEObjectReferencesToGraph(SphereTransactionContext session, ChronoEObject eObject)
mapAllEObjectReferencesToGraph in interface EObjectToGraphMapperpublic void mapEAttributeToGraph(SphereTransactionContext ctx, ChronoEObject eObject, org.eclipse.emf.ecore.EAttribute attribute)
mapEAttributeToGraph in interface EObjectToGraphMapperpublic void mapEReferenceToGraph(SphereTransactionContext ctx, ChronoEObject eObject, org.eclipse.emf.ecore.EReference reference)
mapEReferenceToGraph in interface EObjectToGraphMapperpublic void mapEContainerReferenceToGraph(SphereTransactionContext ctx, ChronoEObject eObject)
mapEContainerReferenceToGraph in interface EObjectToGraphMapperpublic void mapEClassReferenceToGraph(SphereTransactionContext ctx, ChronoEObject eObject)
mapEClassReferenceToGraph in interface EObjectToGraphMapper