public final class EmptyGraph.EmptyGraphFeatures.EmptyGraphVertexFeatures extends EmptyGraph.EmptyGraphFeatures.EmptyGraphElementFeatures implements Graph.Features.VertexFeatures
supportsAddProperty, supportsRemovePropertysupportsAddProperty, supportsRemovePropertyFEATURE_ADD_VERTICES, FEATURE_META_PROPERTIES, FEATURE_MULTI_PROPERTIES, FEATURE_REMOVE_VERTICESFEATURE_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, waitsupportsMetaProperties, supportsMultiPropertiessupportsAddProperty, 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.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–2015 Apache Software Foundation. All rights reserved.