public class OraclePropertyGraphFeaturesBase
extends com.tinkerpop.blueprints.Features
ignoresSuppliedIds, isPersistent, isRDFModel, isWrapper, supportsBooleanProperty, supportsDoubleProperty, supportsDuplicateEdges, supportsEdgeIndex, supportsEdgeIteration, supportsEdgeKeyIndex, supportsEdgeProperties, supportsEdgeRetrieval, supportsFloatProperty, supportsIndices, supportsIntegerProperty, supportsKeyIndices, supportsLongProperty, supportsMapProperty, supportsMixedListProperty, supportsPrimitiveArrayProperty, supportsSelfLoops, supportsSerializableObjectProperty, supportsStringProperty, supportsThreadedTransactions, supportsTransactions, supportsUniformListProperty, supportsVertexIndex, supportsVertexIteration, supportsVertexKeyIndex, supportsVertexProperties| Modifier and Type | Method and Description |
|---|---|
void |
checkCompliance()
This method determines whether the full gamut of features have been set by the Graph implementation.
|
static OraclePropertyGraphFeaturesBase |
getInstance()
Gets a OraclePropertyGraphFeaturesBase instance with all the features supported
|
boolean |
supportsElementProperties()
Checks whether the graph supports both vertex and edge properties.
|
java.util.Map |
toMap()
Return the map representation of this object.
|
public final void checkCompliance()
throws java.lang.IllegalStateException
checkCompliance in class com.tinkerpop.blueprints.Featuresjava.lang.IllegalStateExceptionpublic static OraclePropertyGraphFeaturesBase getInstance()
public final boolean supportsElementProperties()
supportsElementProperties in class com.tinkerpop.blueprints.Featurespublic final java.util.Map toMap()
toMap in class com.tinkerpop.blueprints.FeaturesCopyright © 2017, 2018 Oracle and/or its affiliates. All Rights Reserved.