public class TinkerGraph.TinkerGraphFeatures extends Object implements 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
Modifier and Type | Method and Description |
---|---|
Graph.Features.EdgeFeatures |
edge()
Gets the features related to "edge" operation.
|
Graph.Features.GraphFeatures |
graph()
Gets the features related to "graph" operation.
|
String |
toString() |
Graph.Features.VertexFeatures |
vertex()
Gets the features related to "vertex" operation.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
supports
public Graph.Features.GraphFeatures graph()
Graph.Features
graph
in interface Graph.Features
public Graph.Features.EdgeFeatures edge()
Graph.Features
edge
in interface Graph.Features
public Graph.Features.VertexFeatures vertex()
Graph.Features
vertex
in interface Graph.Features
Copyright © 2013–2019 Apache Software Foundation. All rights reserved.