public class OraclePropertyGraphFeaturesBase
extends java.lang.Object
implements 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 and Description |
---|
OraclePropertyGraphFeaturesBase() |
Modifier and Type | Method and Description |
---|---|
org.apache.tinkerpop.gremlin.structure.Graph.Features.EdgeFeatures |
edge()
Gets the features related to "edge" operation.
|
static OraclePropertyGraphFeaturesBase |
getInstance()
Get an instance of an OraclePropertyGraphTinker3FeaturesBase
|
org.apache.tinkerpop.gremlin.structure.Graph.Features.GraphFeatures |
graph()
Gets the features related to "graph" operation.
|
java.lang.String |
toString()
Gets the String representation of all the property graph features
|
org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexFeatures |
vertex()
Gets the features related to "vertex" operation.
|
public org.apache.tinkerpop.gremlin.structure.Graph.Features.EdgeFeatures edge()
edge
in interface org.apache.tinkerpop.gremlin.structure.Graph.Features
public static OraclePropertyGraphFeaturesBase getInstance()
public org.apache.tinkerpop.gremlin.structure.Graph.Features.GraphFeatures graph()
graph
in interface org.apache.tinkerpop.gremlin.structure.Graph.Features
public java.lang.String toString()
toString
in class java.lang.Object
public org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexFeatures vertex()
vertex
in interface org.apache.tinkerpop.gremlin.structure.Graph.Features
Copyright © 2015 - 2020 Oracle and/or its affiliates. All Rights Reserved.