public static class BlazeGraphFeatures.Element extends Object implements org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
| Type | Property and Description |
|---|---|
boolean |
supportsAdd |
boolean |
supportsRemove |
| Modifier and Type | Field and Description |
|---|---|
static boolean |
SUPPORTS_ADD_PROPERTY |
static boolean |
SUPPORTS_ANY_IDS |
static boolean |
SUPPORTS_CUSTOM_IDS |
static boolean |
SUPPORTS_NUMERIC_IDS |
static boolean |
SUPPORTS_REMOVE_PROPERTY |
static boolean |
SUPPORTS_STRING_IDS |
static boolean |
SUPPORTS_USER_SUPPLIED_IDS |
static boolean |
SUPPORTS_UUID_IDS |
| Constructor and Description |
|---|
Element() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
supportsAddProperty() |
boolean |
supportsAnyIds() |
boolean |
supportsCustomIds() |
boolean |
supportsNumericIds() |
boolean |
supportsRemoveProperty() |
boolean |
supportsStringIds() |
boolean |
supportsUserSuppliedIds() |
boolean |
supportsUuidIds() |
public boolean supportsAddProperty
supportsAddProperty in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeaturespublic boolean supportsRemoveProperty
supportsRemoveProperty in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeaturespublic static final boolean SUPPORTS_USER_SUPPLIED_IDS
public static final boolean SUPPORTS_STRING_IDS
public static final boolean SUPPORTS_ADD_PROPERTY
public static final boolean SUPPORTS_REMOVE_PROPERTY
public static final boolean SUPPORTS_UUID_IDS
public static final boolean SUPPORTS_ANY_IDS
public static final boolean SUPPORTS_CUSTOM_IDS
public static final boolean SUPPORTS_NUMERIC_IDS
public boolean supportsUserSuppliedIds()
supportsUserSuppliedIds in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeaturespublic boolean supportsStringIds()
supportsStringIds in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeaturespublic boolean supportsAddProperty()
supportsAddProperty in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeaturespublic boolean supportsRemoveProperty()
supportsRemoveProperty in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeaturespublic boolean supportsUuidIds()
supportsUuidIds in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeaturespublic boolean supportsAnyIds()
supportsAnyIds in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeaturespublic boolean supportsCustomIds()
supportsCustomIds in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeaturespublic boolean supportsNumericIds()
supportsNumericIds in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeaturesCopyright © 2015–2016 SYSTAP, LLC DBA Blazegraph. All rights reserved.