Class ArangoDBGraphFeatures.ArangoDBGraphElementFeatures
java.lang.Object
com.arangodb.tinkerpop.gremlin.structure.ArangoDBGraphFeatures.ArangoDBGraphElementFeatures
- All Implemented Interfaces:
org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
,org.apache.tinkerpop.gremlin.structure.Graph.Features.FeatureSet
- Direct Known Subclasses:
ArangoDBGraphFeatures.ArangoDBGraphEdgeFeatures
,ArangoDBGraphFeatures.ArangoDBGraphVertexFeatures
- Enclosing class:
ArangoDBGraphFeatures
public static class ArangoDBGraphFeatures.ArangoDBGraphElementFeatures
extends Object
implements org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
-
Field Summary
Fields inherited from interface org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
FEATURE_ADD_PROPERTY, FEATURE_ANY_IDS, FEATURE_CUSTOM_IDS, FEATURE_NULL_PROPERTY_VALUES, FEATURE_NUMERIC_IDS, FEATURE_REMOVE_PROPERTY, FEATURE_STRING_IDS, FEATURE_USER_SUPPLIED_IDS, FEATURE_UUID_IDS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
supportsAddProperty, supportsNullPropertyValues, supportsRemoveProperty, supportsStringIds, supportsUserSuppliedIds, willAllowId
-
Constructor Details
-
ArangoDBGraphElementFeatures
public ArangoDBGraphElementFeatures()
-
-
Method Details
-
supportsAnyIds
public boolean supportsAnyIds()- Specified by:
supportsAnyIds
in interfaceorg.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
-
supportsCustomIds
public boolean supportsCustomIds()- Specified by:
supportsCustomIds
in interfaceorg.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
-
supportsNumericIds
public boolean supportsNumericIds()- Specified by:
supportsNumericIds
in interfaceorg.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
-
supportsUuidIds
public boolean supportsUuidIds()- Specified by:
supportsUuidIds
in interfaceorg.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
-