public final class EmptyGraph.EmptyGraphFeatures.EmptyGraphEdgeFeatures extends EmptyGraph.EmptyGraphFeatures.EmptyGraphElementFeatures implements Graph.Features.EdgeFeatures
supportsAddProperty, supportsRemoveProperty
supportsAddProperty, supportsRemoveProperty
FEATURE_ADD_EDGES, 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
Constructor and Description |
---|
EmptyGraphEdgeFeatures() |
Modifier and Type | Method and Description |
---|---|
Graph.Features.EdgePropertyFeatures |
properties()
Gets features related to "properties" on an
Edge . |
boolean |
supportsAddEdges()
Determines if an
Edge can be added to a Vertex . |
boolean |
supportsRemoveEdges()
Determines if an
Edge can be removed from a Vertex . |
supportsAddProperty, supportsRemoveProperty
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
supportsAddProperty, supportsAnyIds, supportsCustomIds, supportsNumericIds, supportsRemoveProperty, supportsStringIds, supportsUserSuppliedIds, supportsUuidIds, willAllowId
public boolean supportsAddEdges()
Graph.Features.EdgeFeatures
Edge
can be added to a Vertex
.supportsAddEdges
in interface Graph.Features.EdgeFeatures
public boolean supportsRemoveEdges()
Graph.Features.EdgeFeatures
Edge
can be removed from a Vertex
.supportsRemoveEdges
in interface Graph.Features.EdgeFeatures
public Graph.Features.EdgePropertyFeatures properties()
Graph.Features.EdgeFeatures
Edge
.properties
in interface Graph.Features.EdgeFeatures
Copyright © 2013–2019 Apache Software Foundation. All rights reserved.