Uses of Interface
org.apache.tinkerpop.gremlin.structure.Graph.Features.FeatureSet
-
-
Uses of Graph.Features.FeatureSet in org.apache.tinkerpop.gremlin
Methods in org.apache.tinkerpop.gremlin that return types with arguments of type Graph.Features.FeatureSet Modifier and Type Method Description Class<? extends Graph.Features.FeatureSet>
featureClass()
The FeatureSet extension interface that owns the feature to be tested.Method parameters in org.apache.tinkerpop.gremlin with type arguments of type Graph.Features.FeatureSet Modifier and Type Method Description static FeatureRequirement
FeatureRequirement.Factory. create(String feature, Class<? extends Graph.Features.FeatureSet> featureClass)
static FeatureRequirement
FeatureRequirement.Factory. create(String feature, Class<? extends Graph.Features.FeatureSet> featureClass, boolean supported)
-
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
Classes in org.apache.tinkerpop.gremlin.structure that implement Graph.Features.FeatureSet Modifier and Type Class Description static class
RemoteGraph.RemoteGraphFeatures
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. -
Uses of Graph.Features.FeatureSet in org.apache.tinkerpop.gremlin.structure.util.empty
Classes in org.apache.tinkerpop.gremlin.structure.util.empty that implement Graph.Features.FeatureSet Modifier and Type Class Description class
EmptyGraph.EmptyGraphFeatures.EmptyGraphEdgeFeatures
Edge features defined such that they support immutability but allow all other possibilities.class
EmptyGraph.EmptyGraphFeatures.EmptyGraphEdgePropertyFeatures
Edge property features defined such that they support immutability but allow all other possibilities.class
EmptyGraph.EmptyGraphFeatures.EmptyGraphElementFeatures
Vertex features defined such that they support immutability but allow all other possibilities.class
EmptyGraph.EmptyGraphFeatures.EmptyGraphGraphFeatures
Graph features defined such that they support immutability but allow all other possibilities.class
EmptyGraph.EmptyGraphFeatures.EmptyGraphVertexFeatures
Vertex features defined such that they support immutability but allow all other possibilities.class
EmptyGraph.EmptyGraphFeatures.EmptyGraphVertexPropertyFeatures
Vertex Property features defined such that they support immutability but allow all other possibilities. -
Uses of Graph.Features.FeatureSet in org.apache.tinkerpop.gremlin.tinkergraph.structure
Classes in org.apache.tinkerpop.gremlin.tinkergraph.structure that implement Graph.Features.FeatureSet Modifier and Type Class Description class
AbstractTinkerGraph.TinkerGraphEdgeFeatures
class
AbstractTinkerGraph.TinkerGraphVertexFeatures
class
AbstractTinkerGraph.TinkerGraphVertexPropertyFeatures
class
TinkerGraph.TinkerGraphGraphFeatures
class
TinkerTransactionGraph.TinkerGraphGraphFeatures
-