Class ArangoDBGraphFeatures.ArangoDBGraphEdgeFeatures
java.lang.Object
com.arangodb.tinkerpop.gremlin.structure.ArangoDBGraphFeatures.ArangoDBGraphElementFeatures
com.arangodb.tinkerpop.gremlin.structure.ArangoDBGraphFeatures.ArangoDBGraphEdgeFeatures
- All Implemented Interfaces:
org.apache.tinkerpop.gremlin.structure.Graph.Features.EdgeFeatures
,org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
,org.apache.tinkerpop.gremlin.structure.Graph.Features.FeatureSet
- Enclosing class:
ArangoDBGraphFeatures
public static class ArangoDBGraphFeatures.ArangoDBGraphEdgeFeatures
extends ArangoDBGraphFeatures.ArangoDBGraphElementFeatures
implements org.apache.tinkerpop.gremlin.structure.Graph.Features.EdgeFeatures
-
Field Summary
Fields inherited from interface org.apache.tinkerpop.gremlin.structure.Graph.Features.EdgeFeatures
FEATURE_ADD_EDGES, FEATURE_REMOVE_EDGES, FEATURE_UPSERT
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 TypeMethodDescriptionorg.apache.tinkerpop.gremlin.structure.Graph.Features.EdgePropertyFeatures
Methods inherited from class com.arangodb.tinkerpop.gremlin.structure.ArangoDBGraphFeatures.ArangoDBGraphElementFeatures
supportsAnyIds, supportsCustomIds, supportsNumericIds, supportsUuidIds
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.EdgeFeatures
supportsAddEdges, supportsRemoveEdges, supportsUpsert
Methods inherited from interface org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
supportsAddProperty, supportsAnyIds, supportsCustomIds, supportsNullPropertyValues, supportsNumericIds, supportsRemoveProperty, supportsStringIds, supportsUserSuppliedIds, supportsUuidIds, willAllowId
-
Constructor Details
-
ArangoDBGraphEdgeFeatures
public ArangoDBGraphEdgeFeatures()
-
-
Method Details
-
properties
public org.apache.tinkerpop.gremlin.structure.Graph.Features.EdgePropertyFeatures properties()- Specified by:
properties
in interfaceorg.apache.tinkerpop.gremlin.structure.Graph.Features.EdgeFeatures
-