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.EdgeFeaturesFEATURE_ADD_EDGES, FEATURE_REMOVE_EDGES, FEATURE_UPSERT
 - 
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 EmptyGraphEdgeFeatures()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Graph.Features.EdgePropertyFeaturesproperties()Gets features related to "properties" on anEdge.booleansupportsAddEdges()Determines if anEdgecan be added to aVertex.booleansupportsRemoveEdges()Determines if anEdgecan be removed from aVertex.- 
Methods inherited from class org.apache.tinkerpop.gremlin.structure.util.empty.EmptyGraph.EmptyGraphFeatures.EmptyGraphElementFeaturessupportsAddProperty, supportsRemoveProperty
 - 
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.EdgeFeaturessupportsUpsert
 - 
Methods inherited from interface org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeaturessupportsAddProperty, supportsAnyIds, supportsCustomIds, supportsNullPropertyValues, supportsNumericIds, supportsRemoveProperty, supportsStringIds, supportsUserSuppliedIds, supportsUuidIds, willAllowId
 
- 
 
- 
- 
- 
Method Detail- 
supportsAddEdgespublic boolean supportsAddEdges() Description copied from interface:Graph.Features.EdgeFeaturesDetermines if anEdgecan be added to aVertex.- Specified by:
- supportsAddEdgesin interface- Graph.Features.EdgeFeatures
 
 - 
supportsRemoveEdgespublic boolean supportsRemoveEdges() Description copied from interface:Graph.Features.EdgeFeaturesDetermines if anEdgecan be removed from aVertex.- Specified by:
- supportsRemoveEdgesin interface- Graph.Features.EdgeFeatures
 
 - 
propertiespublic Graph.Features.EdgePropertyFeatures properties() Description copied from interface:Graph.Features.EdgeFeaturesGets features related to "properties" on anEdge.- Specified by:
- propertiesin interface- Graph.Features.EdgeFeatures
 
 
- 
 
-