Class EmptyGraph.EmptyGraphFeatures.EmptyGraphEdgeFeatures
java.lang.Object
org.apache.tinkerpop.gremlin.structure.util.empty.EmptyGraph.EmptyGraphFeatures.EmptyGraphElementFeatures
org.apache.tinkerpop.gremlin.structure.util.empty.EmptyGraph.EmptyGraphFeatures.EmptyGraphEdgeFeatures
- All Implemented Interfaces:
Graph.Features.EdgeFeatures,Graph.Features.ElementFeatures,Graph.Features.FeatureSet
- Enclosing class:
- EmptyGraph.EmptyGraphFeatures
public final class EmptyGraph.EmptyGraphFeatures.EmptyGraphEdgeFeatures
extends EmptyGraph.EmptyGraphFeatures.EmptyGraphElementFeatures
implements Graph.Features.EdgeFeatures
Edge features defined such that they support immutability but allow all other possibilities.
-
Field Summary
Fields inherited from interface org.apache.tinkerpop.gremlin.structure.Graph.Features.EdgeFeatures
FEATURE_ADD_EDGES, FEATURE_REMOVE_EDGES, FEATURE_UPSERTFields 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
Methods inherited from class org.apache.tinkerpop.gremlin.structure.util.empty.EmptyGraph.EmptyGraphFeatures.EmptyGraphElementFeatures
supportsAddProperty, supportsRemovePropertyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.tinkerpop.gremlin.structure.Graph.Features.EdgeFeatures
getLabelCardinality, supportsUpsertMethods inherited from interface org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
supportsAddProperty, supportsAnyIds, supportsCustomIds, supportsNullPropertyValues, supportsNumericIds, supportsRemoveProperty, supportsStringIds, supportsUserSuppliedIds, supportsUuidIds, willAllowId
-
Constructor Details
-
EmptyGraphEdgeFeatures
public EmptyGraphEdgeFeatures()
-
-
Method Details
-
supportsAddEdges
public boolean supportsAddEdges()Description copied from interface:Graph.Features.EdgeFeaturesDetermines if anEdgecan be added to aVertex.- Specified by:
supportsAddEdgesin interfaceGraph.Features.EdgeFeatures
-
supportsRemoveEdges
public boolean supportsRemoveEdges()Description copied from interface:Graph.Features.EdgeFeaturesDetermines if anEdgecan be removed from aVertex.- Specified by:
supportsRemoveEdgesin interfaceGraph.Features.EdgeFeatures
-
properties
Description copied from interface:Graph.Features.EdgeFeaturesGets features related to "properties" on anEdge.- Specified by:
propertiesin interfaceGraph.Features.EdgeFeatures
-