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.ElementFeatures
public boolean supportsRemoveProperty
supportsRemoveProperty
in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
public 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.ElementFeatures
public boolean supportsStringIds()
supportsStringIds
in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
public boolean supportsAddProperty()
supportsAddProperty
in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
public boolean supportsRemoveProperty()
supportsRemoveProperty
in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
public boolean supportsUuidIds()
supportsUuidIds
in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
public boolean supportsAnyIds()
supportsAnyIds
in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
public boolean supportsCustomIds()
supportsCustomIds
in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
public boolean supportsNumericIds()
supportsNumericIds
in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
Copyright © 2015–2016 SYSTAP, LLC DBA Blazegraph. All rights reserved.