public static class BlazeGraphFeatures.Vertex extends BlazeGraphFeatures.Element implements org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexFeatures
supportsAddProperty, supportsRemoveProperty
Modifier and Type | Field and Description |
---|---|
static boolean |
SUPPORTS_ADD_VERTICES |
static boolean |
SUPPORTS_META_PROPERTIES |
static boolean |
SUPPORTS_MULTI_PROPERTIES |
static boolean |
SUPPORTS_REMOVE_VERTICES |
static boolean |
SUPPORTS_USER_SUPPLIED_IDS |
SUPPORTS_ADD_PROPERTY, SUPPORTS_ANY_IDS, SUPPORTS_CUSTOM_IDS, SUPPORTS_NUMERIC_IDS, SUPPORTS_REMOVE_PROPERTY, SUPPORTS_STRING_IDS, SUPPORTS_UUID_IDS
Constructor and Description |
---|
Vertex() |
Modifier and Type | Method and Description |
---|---|
org.apache.tinkerpop.gremlin.structure.VertexProperty.Cardinality |
getCardinality(String key)
Really you would need to perform a Sparql query to ascertain this,
unless you have a fixed application schema.
|
org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexPropertyFeatures |
properties() |
boolean |
supportsAddVertices() |
boolean |
supportsMetaProperties() |
boolean |
supportsMultiProperties() |
boolean |
supportsRemoveVertices() |
boolean |
supportsUserSuppliedIds() |
supportsAddProperty, supportsAnyIds, supportsCustomIds, supportsNumericIds, supportsRemoveProperty, supportsStringIds, supportsUuidIds
public static final boolean SUPPORTS_META_PROPERTIES
public static final boolean SUPPORTS_MULTI_PROPERTIES
public static final boolean SUPPORTS_USER_SUPPLIED_IDS
public static final boolean SUPPORTS_ADD_VERTICES
public static final boolean SUPPORTS_REMOVE_VERTICES
public org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexPropertyFeatures properties()
properties
in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexFeatures
public boolean supportsMetaProperties()
supportsMetaProperties
in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexFeatures
public boolean supportsMultiProperties()
supportsMultiProperties
in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexFeatures
public boolean supportsUserSuppliedIds()
supportsUserSuppliedIds
in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
supportsUserSuppliedIds
in class BlazeGraphFeatures.Element
public org.apache.tinkerpop.gremlin.structure.VertexProperty.Cardinality getCardinality(String key)
getCardinality
in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexFeatures
public boolean supportsAddVertices()
supportsAddVertices
in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexFeatures
public boolean supportsRemoveVertices()
supportsRemoveVertices
in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexFeatures
Copyright © 2015–2016 SYSTAP, LLC DBA Blazegraph. All rights reserved.