Class EmptyGraph.EmptyGraphFeatures
java.lang.Object
org.apache.tinkerpop.gremlin.structure.util.empty.EmptyGraph.EmptyGraphFeatures
- All Implemented Interfaces:
Graph.Features
- Enclosing class:
- EmptyGraph
Features defined such that they support immutability but allow all other possibilities.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionfinal classEdge features defined such that they support immutability but allow all other possibilities.final classEdge property features defined such that they support immutability but allow all other possibilities.classVertex features defined such that they support immutability but allow all other possibilities.final classGraph features defined such that they support immutability but allow all other possibilities.final classVertex features defined such that they support immutability but allow all other possibilities.final classVertex Property features defined such that they support immutability but allow all other possibilities.Nested classes/interfaces inherited from interface org.apache.tinkerpop.gremlin.structure.Graph.Features
Graph.Features.DataTypeFeatures, Graph.Features.EdgeFeatures, Graph.Features.EdgePropertyFeatures, Graph.Features.ElementFeatures, Graph.Features.FeatureSet, Graph.Features.GraphFeatures, Graph.Features.PropertyFeatures, Graph.Features.VariableFeatures, Graph.Features.VertexFeatures, Graph.Features.VertexPropertyFeatures -
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
supports
-
Method Details
-
graph
Description copied from interface:Graph.FeaturesGets the features related to "graph" operation.- Specified by:
graphin interfaceGraph.Features
-
vertex
Description copied from interface:Graph.FeaturesGets the features related to "vertex" operation.- Specified by:
vertexin interfaceGraph.Features
-
edge
Description copied from interface:Graph.FeaturesGets the features related to "edge" operation.- Specified by:
edgein interfaceGraph.Features
-