public class TinkerGraph.TinkerGraphVertexFeatures extends Object implements org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexFeatures
| Modifier and Type | Method and Description |
|---|---|
org.apache.tinkerpop.gremlin.structure.VertexProperty.Cardinality |
getCardinality(String key) |
org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexPropertyFeatures |
properties() |
boolean |
supportsCustomIds() |
boolean |
willAllowId(Object id) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexPropertyFeatures properties()
properties in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexFeaturespublic boolean supportsCustomIds()
supportsCustomIds in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeaturespublic boolean willAllowId(Object id)
willAllowId in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeaturespublic org.apache.tinkerpop.gremlin.structure.VertexProperty.Cardinality getCardinality(String key)
getCardinality in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexFeaturesCopyright © 2013–2018 Apache Software Foundation. All rights reserved.