public static interface Graph.Features.EdgeFeatures extends Graph.Features.ElementFeatures
Edge operations.supportsAddProperty, supportsRemoveProperty| Modifier and Type | Field and Description | 
|---|---|
| static String | FEATURE_ADD_EDGES | 
| static String | FEATURE_REMOVE_EDGES | 
FEATURE_ADD_PROPERTY, FEATURE_ANY_IDS, FEATURE_CUSTOM_IDS, FEATURE_NUMERIC_IDS, FEATURE_REMOVE_PROPERTY, FEATURE_STRING_IDS, FEATURE_USER_SUPPLIED_IDS, FEATURE_UUID_IDS| Modifier and Type | Method and Description | 
|---|---|
| default Graph.Features.EdgePropertyFeatures | properties()Gets features related to "properties" on an  Edge. | 
| default boolean | supportsAddEdges()Determines if an  Edgecan be added to aVertex. | 
| default boolean | supportsRemoveEdges()Determines if an  Edgecan be removed from aVertex. | 
supportsAddProperty, supportsAnyIds, supportsCustomIds, supportsNumericIds, supportsRemoveProperty, supportsStringIds, supportsUserSuppliedIds, supportsUuidIds, willAllowIdstatic final String FEATURE_ADD_EDGES
static final String FEATURE_REMOVE_EDGES
default boolean supportsAddEdges()
Edge can be added to a Vertex.default boolean supportsRemoveEdges()
Edge can be removed from a Vertex.default Graph.Features.EdgePropertyFeatures properties()
Edge.Copyright © 2013–2017 Apache Software Foundation. All rights reserved.