| Package | Description | 
|---|---|
| org.apache.tinkerpop.gremlin.process.traversal.dsl.graph | |
| org.apache.tinkerpop.gremlin.structure | 
| Modifier and Type | Method and Description | 
|---|---|
default GraphTraversal<S,E> | 
GraphTraversal.property(VertexProperty.Cardinality cardinality,
        Object key,
        Object value,
        Object... keyValues)
Sets a  
Property value and related meta properties if supplied, if supported by the Graph
 and if the Element is a VertexProperty. | 
| Modifier and Type | Method and Description | 
|---|---|
default VertexProperty.Cardinality | 
Graph.Features.VertexFeatures.getCardinality(String key)
Gets the  
VertexProperty.Cardinality for a key. | 
static VertexProperty.Cardinality | 
VertexProperty.Cardinality.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static VertexProperty.Cardinality[] | 
VertexProperty.Cardinality.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
<V> VertexProperty<V> | 
Vertex.property(VertexProperty.Cardinality cardinality,
        String key,
        V value,
        Object... keyValues)
Create a new vertex property. 
 | 
Copyright © 2013–2019 Apache Software Foundation. All rights reserved.