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, supportsUuidIdspublic 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.VertexFeaturespublic boolean supportsMetaProperties()
supportsMetaProperties in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexFeaturespublic boolean supportsMultiProperties()
supportsMultiProperties in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexFeaturespublic boolean supportsUserSuppliedIds()
supportsUserSuppliedIds in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeaturessupportsUserSuppliedIds in class BlazeGraphFeatures.Elementpublic org.apache.tinkerpop.gremlin.structure.VertexProperty.Cardinality getCardinality(String key)
getCardinality in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexFeaturespublic boolean supportsAddVertices()
supportsAddVertices in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexFeaturespublic boolean supportsRemoveVertices()
supportsRemoveVertices in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexFeaturesCopyright © 2015–2016 SYSTAP, LLC DBA Blazegraph. All rights reserved.