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.ElementFeaturesFEATURE_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 SummaryConstructors Constructor Description EmptyGraphElementFeatures()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleansupportsAddProperty()Determines if anElementallows properties to be added.booleansupportsRemoveProperty()Determines if anElementallows properties to be removed.- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeaturessupportsAnyIds, supportsCustomIds, supportsNullPropertyValues, supportsNumericIds, supportsStringIds, supportsUserSuppliedIds, supportsUuidIds, willAllowId
 
- 
 
- 
- 
- 
Method Detail- 
supportsAddPropertypublic 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 interface- Graph.Features.ElementFeatures
 
 - 
supportsRemovePropertypublic boolean supportsRemoveProperty() Description copied from interface:Graph.Features.ElementFeaturesDetermines if anElementallows properties to be removed.- Specified by:
- supportsRemovePropertyin interface- Graph.Features.ElementFeatures
 
 
- 
 
-