Uses of Class
org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerVertexProperty
Packages that use TinkerVertexProperty
-
Uses of TinkerVertexProperty in org.apache.tinkerpop.gremlin.tinkergraph.structure
Methods in org.apache.tinkerpop.gremlin.tinkergraph.structure that return TinkerVertexPropertyModifier and TypeMethodDescriptionTinkerVertexProperty.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)