public class TinkerGraph.TinkerGraphVertexFeatures extends Object implements Graph.Features.VertexFeatures
FEATURE_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_NULL_PROPERTY_VALUES, FEATURE_NUMERIC_IDS, FEATURE_REMOVE_PROPERTY, FEATURE_STRING_IDS, FEATURE_USER_SUPPLIED_IDS, FEATURE_UUID_IDS| Modifier and Type | Method and Description |
|---|---|
VertexProperty.Cardinality |
getCardinality(String key) |
Graph.Features.VertexPropertyFeatures |
properties() |
boolean |
supportsCustomIds() |
boolean |
supportsNullPropertyValues() |
boolean |
willAllowId(Object id) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsupportsAddVertices, supportsDuplicateMultiProperties, supportsMetaProperties, supportsMultiProperties, supportsRemoveVertices, supportsUpsertsupportsAddProperty, supportsAnyIds, supportsNumericIds, supportsRemoveProperty, supportsStringIds, supportsUserSuppliedIds, supportsUuidIdspublic boolean supportsNullPropertyValues()
supportsNullPropertyValues in interface Graph.Features.ElementFeaturespublic Graph.Features.VertexPropertyFeatures properties()
properties in interface Graph.Features.VertexFeaturespublic boolean supportsCustomIds()
supportsCustomIds in interface Graph.Features.ElementFeaturespublic boolean willAllowId(Object id)
willAllowId in interface Graph.Features.ElementFeaturespublic VertexProperty.Cardinality getCardinality(String key)
getCardinality in interface Graph.Features.VertexFeaturesCopyright © 2013–2021 Apache Software Foundation. All rights reserved.