Class EmptyGraph.EmptyGraphFeatures
- java.lang.Object
- 
- org.apache.tinkerpop.gremlin.structure.util.empty.EmptyGraph.EmptyGraphFeatures
 
- 
- All Implemented Interfaces:
- Graph.Features
 - Enclosing class:
- EmptyGraph
 
 public static final class EmptyGraph.EmptyGraphFeatures extends Object implements Graph.Features Features defined such that they support immutability but allow all other possibilities.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description classEmptyGraph.EmptyGraphFeatures.EmptyGraphEdgeFeaturesEdge features defined such that they support immutability but allow all other possibilities.classEmptyGraph.EmptyGraphFeatures.EmptyGraphEdgePropertyFeaturesEdge property features defined such that they support immutability but allow all other possibilities.classEmptyGraph.EmptyGraphFeatures.EmptyGraphElementFeaturesVertex features defined such that they support immutability but allow all other possibilities.classEmptyGraph.EmptyGraphFeatures.EmptyGraphGraphFeaturesGraph features defined such that they support immutability but allow all other possibilities.classEmptyGraph.EmptyGraphFeatures.EmptyGraphVertexFeaturesVertex features defined such that they support immutability but allow all other possibilities.classEmptyGraph.EmptyGraphFeatures.EmptyGraphVertexPropertyFeaturesVertex 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.FeaturesGraph.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 SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Graph.Features.EdgeFeaturesedge()Gets the features related to "edge" operation.Graph.Features.GraphFeaturesgraph()Gets the features related to "graph" operation.Graph.Features.VertexFeaturesvertex()Gets the features related to "vertex" operation.- 
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.Featuressupports
 
- 
 
- 
- 
- 
Method Detail- 
graphpublic Graph.Features.GraphFeatures graph() Description copied from interface:Graph.FeaturesGets the features related to "graph" operation.- Specified by:
- graphin interface- Graph.Features
 
 - 
vertexpublic Graph.Features.VertexFeatures vertex() Description copied from interface:Graph.FeaturesGets the features related to "vertex" operation.- Specified by:
- vertexin interface- Graph.Features
 
 - 
edgepublic Graph.Features.EdgeFeatures edge() Description copied from interface:Graph.FeaturesGets the features related to "edge" operation.- Specified by:
- edgein interface- Graph.Features
 
 
- 
 
-