Uses of Interface
org.apache.tinkerpop.gremlin.structure.Graph.Features.FeatureSet
-
Packages that use Graph.Features.FeatureSet Package Description org.apache.tinkerpop.gremlin.structure -
-
Uses of Graph.Features.FeatureSet in org.apache.tinkerpop.gremlin.structure
Subinterfaces of Graph.Features.FeatureSet in org.apache.tinkerpop.gremlin.structure Modifier and Type Interface Description static interface
Graph.Features.DataTypeFeatures
Base interface for features that relate to supporting different data types.static interface
Graph.Features.EdgeFeatures
Features that are related toEdge
operations.static interface
Graph.Features.EdgePropertyFeatures
static interface
Graph.Features.ElementFeatures
Features that are related toElement
objects.static interface
Graph.Features.GraphFeatures
Features specific to a operations of a "graph".static interface
Graph.Features.PropertyFeatures
static interface
Graph.Features.VariableFeatures
Features forGraph.Variables
.static interface
Graph.Features.VertexFeatures
Features that are related toVertex
operations.static interface
Graph.Features.VertexPropertyFeatures
Method parameters in org.apache.tinkerpop.gremlin.structure with type arguments of type Graph.Features.FeatureSet Modifier and Type Method Description default boolean
Graph.Features. supports(Class<? extends Graph.Features.FeatureSet> featureClass, String feature)
Implementers should not override this method.
-