Uses of Class
org.apache.tinkerpop.gremlin.structure.util.detached.DetachedVertexProperty
-
Packages that use DetachedVertexProperty Package Description org.apache.tinkerpop.gremlin.structure.util.detached -
-
Uses of DetachedVertexProperty in org.apache.tinkerpop.gremlin.structure.util.detached
Methods in org.apache.tinkerpop.gremlin.structure.util.detached that return DetachedVertexProperty Modifier and Type Method Description DetachedVertexProperty
DetachedVertexProperty.Builder. create()
static <V> DetachedVertexProperty
DetachedFactory. detach(VertexProperty<V> vertexProperty, boolean withProperties)
Methods in org.apache.tinkerpop.gremlin.structure.util.detached with parameters of type DetachedVertexProperty Modifier and Type Method Description DetachedVertex.Builder
DetachedVertex.Builder. addProperty(DetachedVertexProperty vp)
-