public class OracleVertexFeaturesBase
extends java.lang.Object
implements org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexFeatures
Modifier and Type | Method and Description |
---|---|
org.apache.tinkerpop.gremlin.structure.VertexProperty.Cardinality |
getCardinality(java.lang.String key)
Gets the VertexProperty.Cardinality for a key.
|
org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexPropertyFeatures |
properties()
Gets features related to "properties" on a Vertex.
|
boolean |
supportsCustomIds()
Determines if an Element has a specific custom object as their internal
representation.
|
boolean |
willAllowId(java.lang.Object id)
Determines if an identifier will be accepted by the Graph.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public org.apache.tinkerpop.gremlin.structure.VertexProperty.Cardinality getCardinality(java.lang.String key)
getCardinality
in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexFeatures
public org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexPropertyFeatures properties()
properties
in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexFeatures
public boolean supportsCustomIds()
supportsCustomIds
in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
public boolean willAllowId(java.lang.Object id)
willAllowId
in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
Copyright © 2015 - 2020 Oracle and/or its affiliates. All Rights Reserved.