Uses of Class
org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerVertexProperty
-
Packages that use TinkerVertexProperty Package Description org.apache.tinkerpop.gremlin.tinkergraph.structure -
-
Uses of TinkerVertexProperty in org.apache.tinkerpop.gremlin.tinkergraph.structure
Methods in org.apache.tinkerpop.gremlin.tinkergraph.structure that return TinkerVertexProperty Modifier and Type Method Description TinkerVertexProperty
TinkerVertexProperty. copy(TinkerVertex newOwner)
protected <V> TinkerVertexProperty<V>
TinkerVertex. createTinkerVertexProperty(Object id, TinkerVertex vertex, String key, V value, Object... propertyKeyValues)
protected <V> TinkerVertexProperty<V>
TinkerVertex. createTinkerVertexProperty(TinkerVertex vertex, String key, V value, Object... propertyKeyValues)
-