Package uk.gov.gchq.gaffer.tinkerpop
Class GafferPopGraphFeatures
- java.lang.Object
-
- uk.gov.gchq.gaffer.tinkerpop.GafferPopGraphFeatures
-
- All Implemented Interfaces:
org.apache.tinkerpop.gremlin.structure.Graph.Features
public class GafferPopGraphFeatures extends Object implements org.apache.tinkerpop.gremlin.structure.Graph.Features
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GafferPopGraphFeatures.GafferPopGraphEdgeFeatures
static class
GafferPopGraphFeatures.GafferPopGraphGraphFeatures
static class
GafferPopGraphFeatures.GafferPopGraphVertexFeatures
static class
GafferPopGraphFeatures.GafferPopGraphVertexPropertyFeatures
-
Nested classes/interfaces inherited from interface org.apache.tinkerpop.gremlin.structure.Graph.Features
org.apache.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures, org.apache.tinkerpop.gremlin.structure.Graph.Features.EdgeFeatures, org.apache.tinkerpop.gremlin.structure.Graph.Features.EdgePropertyFeatures, org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures, org.apache.tinkerpop.gremlin.structure.Graph.Features.FeatureSet, org.apache.tinkerpop.gremlin.structure.Graph.Features.GraphFeatures, org.apache.tinkerpop.gremlin.structure.Graph.Features.PropertyFeatures, org.apache.tinkerpop.gremlin.structure.Graph.Features.VariableFeatures, org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexFeatures, org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexPropertyFeatures
-
-
Constructor Summary
Constructors Constructor Description GafferPopGraphFeatures()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.tinkerpop.gremlin.structure.Graph.Features.EdgeFeatures
edge()
org.apache.tinkerpop.gremlin.structure.Graph.Features.GraphFeatures
graph()
String
toString()
org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexFeatures
vertex()
-
-
-
Method Detail
-
graph
public org.apache.tinkerpop.gremlin.structure.Graph.Features.GraphFeatures graph()
- Specified by:
graph
in interfaceorg.apache.tinkerpop.gremlin.structure.Graph.Features
-
edge
public org.apache.tinkerpop.gremlin.structure.Graph.Features.EdgeFeatures edge()
- Specified by:
edge
in interfaceorg.apache.tinkerpop.gremlin.structure.Graph.Features
-
vertex
public org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexFeatures vertex()
- Specified by:
vertex
in interfaceorg.apache.tinkerpop.gremlin.structure.Graph.Features
-
-