public final class EmptyGraph.EmptyGraphFeatures.EmptyGraphVertexFeatures extends EmptyGraph.EmptyGraphFeatures.EmptyGraphElementFeatures implements Graph.Features.VertexFeatures
supportsAddProperty, supportsRemovePropertysupportsAddProperty, supportsRemovePropertyFEATURE_ADD_VERTICES, FEATURE_DUPLICATE_MULTI_PROPERTIES, FEATURE_META_PROPERTIES, FEATURE_MULTI_PROPERTIES, FEATURE_REMOVE_VERTICES, FEATURE_UPSERTFEATURE_ADD_PROPERTY, FEATURE_ANY_IDS, FEATURE_CUSTOM_IDS, FEATURE_NUMERIC_IDS, FEATURE_REMOVE_PROPERTY, FEATURE_STRING_IDS, FEATURE_USER_SUPPLIED_IDS, FEATURE_UUID_IDS| Constructor and Description | 
|---|
| EmptyGraphVertexFeatures() | 
| Modifier and Type | Method and Description | 
|---|---|
| VertexProperty.Cardinality | getCardinality(String key)Gets the  VertexProperty.Cardinalityfor a key. | 
| Graph.Features.VertexPropertyFeatures | properties()Gets features related to "properties" on a  Vertex. | 
| boolean | supportsAddVertices()Determines if a  Vertexcan be added to theGraph. | 
| boolean | supportsRemoveVertices()Determines if a  Vertexcan be removed from theGraph. | 
supportsAddProperty, supportsRemovePropertyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsupportsDuplicateMultiProperties, supportsMetaProperties, supportsMultiProperties, supportsUpsertsupportsAddProperty, supportsAnyIds, supportsCustomIds, supportsNumericIds, supportsRemoveProperty, supportsStringIds, supportsUserSuppliedIds, supportsUuidIds, willAllowIdpublic VertexProperty.Cardinality getCardinality(String key)
Graph.Features.VertexFeaturesVertexProperty.Cardinality for a key.  By default, this method will return
 VertexProperty.Cardinality.list.  Implementations that employ a schema can consult it to
 determine the VertexProperty.Cardinality.  Those that do no have a schema can return their
 default VertexProperty.Cardinality for every key.
 
 Note that this method is primarily used by TinkerPop for internal usage and may not be suitable to
 reliably determine the cardinality of a key. For some implementation it may offer little more than a
 hint on the actual cardinality. Generally speaking it is likely best to drop down to the API of the
 Graph implementation for any schema related queries.getCardinality in interface Graph.Features.VertexFeaturespublic boolean supportsAddVertices()
Graph.Features.VertexFeaturesVertex can be added to the Graph.supportsAddVertices in interface Graph.Features.VertexFeaturespublic boolean supportsRemoveVertices()
Graph.Features.VertexFeaturesVertex can be removed from the Graph.supportsRemoveVertices in interface Graph.Features.VertexFeaturespublic Graph.Features.VertexPropertyFeatures properties()
Graph.Features.VertexFeaturesVertex.properties in interface Graph.Features.VertexFeaturesCopyright © 2013–2019 Apache Software Foundation. All rights reserved.