org.apache.tinkerpop.gremlin.structure.Vertex to com.thinkaurelius.titan.core.TitanVertex
No. of Instances - 157
No. of Commits - 5
No. of Projects - {'titan'}
Hierarchy/Composition: T_SUPER_R
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
- Add or Remove Method invocation
- getOnlyElement(v12.out("connect")) to getOnlyElement(v12.query().direction(Direction.OUT).labels("connect").vertices())
- getOnlyElement(v2.out("link")) to getOnlyElement(v2.query().direction(Direction.OUT).labels("link").vertices())
- getOnlyElement(v12.out("connect")) to getOnlyElement(v12.query().direction(Direction.OUT).labels("connect").vertices())
- getOnlyElement(v2.out("link")) to getOnlyElement(v2.query().direction(Direction.OUT).labels("link").vertices())
- getOnlyElement(tx.V().has("uid",Cmp.EQUAL,"v12")) to getOnlyElement(tx.query().has("uid",Cmp.EQUAL,"v12").vertices())
- getOnlyElement(v12.out("connect")) to getOnlyElement(v12.query().direction(Direction.OUT).labels("connect").vertices())
- getOnlyElement(v12.out("connect")) to getOnlyElement(v12.query().direction(Direction.OUT).labels("connect").vertices())
- getOnlyElement(u.inE("knows")) to getOnlyElement(u.query().direction(Direction.IN).labels("knows").edges())
- v3.out() to Direction.OUT
- v3.out() to Direction.OUT
- v3.out() to Direction.OUT
- v3.out() to Direction.OUT
- getOnlyElement(v1.outE("friend")) to getOnlyElement(v1.query().direction(Direction.OUT).labels("friend").edges())
- getOnlyElement(tx.V().has("uid",Cmp.EQUAL,"v13")) to getOnlyElement(tx.query().has("uid",Cmp.EQUAL,"v13").vertices())
- getOnlyElement(v1.outE("likes")) to getOnlyElement(v1.query().direction(Direction.OUT).labels("likes").edges())
- getOnlyElement(v1.outE("likes")) to getOnlyElement(v1.query().direction(Direction.OUT).labels("likes").edges())
- getOnlyElement(graph.V().has("name","cartman")) to getOnlyElement(graph.query().has("name","cartman").vertices())
- getOnlyElement(v21.out("link")) to getOnlyElement(v21.query().direction(Direction.OUT).labels("link").vertices())
- getOnlyElement(v21.out("link")) to getOnlyElement(v21.query().direction(Direction.OUT).labels("link").vertices())
- getOnlyElement(v21.out("link")) to getOnlyElement(v21.query().direction(Direction.OUT).labels("link").vertices())
- getOnlyElement(tx.V().has("name",Text.CONTAINS,"marko")) to getOnlyElement(tx.query().has("name",Text.CONTAINS,"marko").vertices())
- v.outE() to Direction.OUT
- getOnlyElement(Direction.OUT) to getOnlyElement(v.query().direction(Direction.OUT).edges())
- getOnlyElement(v1.outE("connect")) to getOnlyElement(v1.query().direction(Direction.OUT).labels("connect").edges())
- getOnlyElement(v1.outE("related")) to getOnlyElement(v1.query().direction(Direction.OUT).labels("related").edges())
- getOnlyElement(v1.outE("connect")) to getOnlyElement(v1.query().direction(Direction.OUT).labels("connect").edges())
- getOnlyElement(v1.outE("related")) to getOnlyElement(v1.query().direction(Direction.OUT).labels("related").edges())
- getOnlyElement(tx.V().has("uid",Cmp.EQUAL,"v1")) to getOnlyElement(tx.query().has("uid",Cmp.EQUAL,"v1").vertices())
- getOnlyElement(v.out("spouse")) to getOnlyElement(v.query().direction(Direction.OUT).labels("spouse").vertices())
- getOnlyElement(v.bothE("connect")) to getOnlyElement(v.query().direction(Direction.BOTH).labels("connect").edges())
- getOnlyElement(v.out("spouse")) to getOnlyElement(v.query().direction(Direction.OUT).labels("spouse").vertices())
- getOnlyElement(v.bothE("connect")) to getOnlyElement(v.query().direction(Direction.BOTH).labels("connect").edges())
- getOnlyElement(v.out("knows")) to getOnlyElement(v.query().direction(Direction.OUT).labels("knows").vertices())
- v2.outE() to Direction.OUT
- v2.outE() to Direction.OUT
- v1.outE() to Direction.OUT
- v1.outE() to Direction.OUT
- getOnlyElement(v3.outE("knows")) to getOnlyElement(v3.query().direction(Direction.OUT).labels("knows").edges())
- getOnlyElement(v3.outE("knows")) to getOnlyElement(v3.query().direction(Direction.OUT).labels("knows").edges())
- getOnlyElement(v3.outE("knows")) to getOnlyElement(v3.query().direction(Direction.OUT).labels("knows").edges())
- v1.out() to Direction.OUT
- v1.out() to Direction.OUT
- v1.out() to Direction.OUT
- v1.out() to Direction.OUT
- v1.out() to Direction.OUT
- getOnlyElement(tx.V().has("time",5)) to getOnlyElement(tx.query().has("time",5).vertices())
- getOnlyElement(tx.V().has("time",5)) to getOnlyElement(tx.query().has("time",5).vertices())
- v2.out() to Direction.OUT
- v2.out() to Direction.OUT
- v2.out() to Direction.OUT
- v2.out() to Direction.OUT
- getOnlyElement(v21.out("link")) to getOnlyElement(v21.query().direction(Direction.OUT).labels("link").vertices())
- getOnlyElement(v21.out("link")) to getOnlyElement(v21.query().direction(Direction.OUT).labels("link").vertices())
- getOnlyElement(v21.out("link")) to getOnlyElement(v21.query().direction(Direction.OUT).labels("link").vertices())
- getOnlyElement(tx.V().has("uid",1)) to getOnlyElement(tx.query().has("uid",1).vertices())
- v1.out() to Direction.OUT
- v1.out() to Direction.OUT
- v1.out() to Direction.OUT
- v1.out() to Direction.OUT
- tx.V().has(vt,user).has(fn,bob).range(0,1) to tx.query().has(vt,user).has(fn,bob).limit(1).vertices()
- tx.V().has(vt,user).has(fn,alice).range(0,1) to tx.query().has(vt,user).has(fn,alice).limit(1).vertices()
- tx.V().has(vt,user).has(fn,bob).range(0,1) to tx.query().has(vt,user).has(fn,bob).limit(1).vertices()
- tx.V().has(vt,user).has(fn,alice).range(0,1) to tx.query().has(vt,user).has(fn,alice).limit(1).vertices()
- tx.getVertex(v1) to tx.getVertex(v1.longId())
- tx.getVertex(v2) to tx.getVertex(v2.longId())
- Cascading Type Change (Similar)
- Vertex to TitanVertex
- Vertex to TitanVertex
- Vertex to TitanVertex
- Wrap or Un-wrap
- getOnlyElement to getOnlyElement
- getOnlyElement to getOnlyElement
- assertNotEmpty to assertNotEmpty
- assertNotEmpty to assertNotEmpty
- assertNotEmpty to assertNotEmpty
- assertNotEmpty to assertNotEmpty
- assertEmpty to assertEmpty
- assertNotEmpty to assertNotEmpty
- assertEmpty to assertEmpty
- assertEmpty to assertEmpty
- assertEmpty to assertEmpty
- Update String Literal
- Rename Method invocation
- setProperty to property
- setProperty to property
- setProperty to property
- setProperty to property