Class EmptyGraph.EmptyGraphFeatures.EmptyGraphElementFeatures
java.lang.Object
org.apache.tinkerpop.gremlin.structure.util.empty.EmptyGraph.EmptyGraphFeatures.EmptyGraphElementFeatures
- All Implemented Interfaces:
Graph.Features.ElementFeatures,Graph.Features.FeatureSet
- Direct Known Subclasses:
EmptyGraph.EmptyGraphFeatures.EmptyGraphEdgeFeatures,EmptyGraph.EmptyGraphFeatures.EmptyGraphVertexFeatures
- Enclosing class:
- EmptyGraph.EmptyGraphFeatures
public abstract class EmptyGraph.EmptyGraphFeatures.EmptyGraphElementFeatures
extends Object
implements Graph.Features.ElementFeatures
Vertex 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.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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
supportsAnyIds, supportsCustomIds, supportsNullPropertyValues, supportsNumericIds, supportsStringIds, supportsUserSuppliedIds, supportsUuidIds, willAllowId
-
Constructor Details
-
EmptyGraphElementFeatures
public EmptyGraphElementFeatures()
-
-
Method Details
-
supportsAddProperty
public boolean supportsAddProperty()Description copied from interface:Graph.Features.ElementFeaturesDetermines if anElementallows properties to be added. This feature is set independently from supporting "data types" and refers to support of calls toElement.property(String, Object).- Specified by:
supportsAddPropertyin interfaceGraph.Features.ElementFeatures
-
supportsRemoveProperty
public boolean supportsRemoveProperty()Description copied from interface:Graph.Features.ElementFeaturesDetermines if anElementallows properties to be removed.- Specified by:
supportsRemovePropertyin interfaceGraph.Features.ElementFeatures
-