public final class EmptyGraph.EmptyGraphFeatures.EmptyGraphVertexPropertyFeatures extends Object implements Graph.Features.VertexPropertyFeatures
Type | Property and Description |
---|---|
boolean |
supportsAdd
Determines if a
VertexProperty allows properties to be added. |
boolean |
supportsRemove
Determines if a
VertexProperty allows properties to be removed. |
FEATURE_ADD_PROPERTY, FEATURE_ANY_IDS, FEATURE_CUSTOM_IDS, FEATURE_NUMERIC_IDS, FEATURE_REMOVE_PROPERTY, FEATURE_STRING_IDS, FEATURE_USER_SUPPLIED_IDS, FEATURE_UUID_IDS
FEATURE_PROPERTIES
FEATURE_BOOLEAN_ARRAY_VALUES, FEATURE_BOOLEAN_VALUES, FEATURE_BYTE_ARRAY_VALUES, FEATURE_BYTE_VALUES, FEATURE_DOUBLE_ARRAY_VALUES, FEATURE_DOUBLE_VALUES, FEATURE_FLOAT_ARRAY_VALUES, FEATURE_FLOAT_VALUES, FEATURE_INTEGER_ARRAY_VALUES, FEATURE_INTEGER_VALUES, FEATURE_LONG_ARRAY_VALUES, FEATURE_LONG_VALUES, FEATURE_MAP_VALUES, FEATURE_MIXED_LIST_VALUES, FEATURE_SERIALIZABLE_VALUES, FEATURE_STRING_ARRAY_VALUES, FEATURE_STRING_VALUES, FEATURE_UNIFORM_LIST_VALUES
Constructor and Description |
---|
EmptyGraphVertexPropertyFeatures() |
Modifier and Type | Method and Description |
---|---|
boolean |
supportsAddProperty()
Determines if a
VertexProperty allows properties to be added. |
boolean |
supportsRemoveProperty()
Determines if a
VertexProperty allows properties to be removed. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
supportsAnyIds, supportsCustomIds, supportsNumericIds, supportsStringIds, supportsUserSuppliedIds, supportsUuidIds, willAllowId
supportsProperties
supportsBooleanArrayValues, supportsBooleanValues, supportsByteArrayValues, supportsByteValues, supportsDoubleArrayValues, supportsDoubleValues, supportsFloatArrayValues, supportsFloatValues, supportsIntegerArrayValues, supportsIntegerValues, supportsLongArrayValues, supportsLongValues, supportsMapValues, supportsMixedListValues, supportsSerializableValues, supportsStringArrayValues, supportsStringValues, supportsUniformListValues
public boolean supportsAddProperty
supportsAddProperty
in interface Graph.Features.VertexPropertyFeatures
public boolean supportsRemoveProperty
supportsRemoveProperty
in interface Graph.Features.VertexPropertyFeatures
public boolean supportsAddProperty()
Graph.Features.VertexPropertyFeatures
VertexProperty
allows properties to be added.supportsAddProperty
in interface Graph.Features.VertexPropertyFeatures
public boolean supportsRemoveProperty()
Graph.Features.VertexPropertyFeatures
VertexProperty
allows properties to be removed.supportsRemoveProperty
in interface Graph.Features.VertexPropertyFeatures
Copyright © 2013–2016 Apache Software Foundation. All rights reserved.