| Package | Description |
|---|---|
| org.apache.tinkerpop.gremlin.structure | |
| org.apache.tinkerpop.gremlin.structure.io.graphson |
| Modifier and Type | Method and Description |
|---|---|
static <V> VertexProperty<V> |
VertexProperty.empty()
Constructs an empty
VertexProperty. |
default <V> VertexProperty<V> |
Vertex.property(String key)
Get the
VertexProperty for the provided key. |
default <V> VertexProperty<V> |
Vertex.property(String key,
V value)
Set the provided key to the provided value using
VertexProperty.Cardinality.single. |
default <V> VertexProperty<V> |
Vertex.property(String key,
V value,
Object... keyValues)
Set the provided key to the provided value using
VertexProperty.Cardinality.single. |
<V> VertexProperty<V> |
Vertex.property(VertexProperty.Cardinality cardinality,
String key,
V value,
Object... keyValues)
Create a new vertex property.
|
| Modifier and Type | Method and Description |
|---|---|
<V> Iterator<VertexProperty<V>> |
Vertex.properties(String... propertyKeys)
Get an
Iterator of properties. |
| Modifier and Type | Method and Description |
|---|---|
VertexProperty |
GraphSONVertexProperty.getToSerialize() |
| Constructor and Description |
|---|
GraphSONVertexProperty(VertexProperty toSerialize) |
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.