Package uk.gov.gchq.gaffer.tinkerpop
Class GafferPopGraphFeatures.GafferPopGraphVertexPropertyFeatures
- java.lang.Object
-
- uk.gov.gchq.gaffer.tinkerpop.GafferPopGraphFeatures.GafferPopGraphVertexPropertyFeatures
-
- All Implemented Interfaces:
org.apache.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
,org.apache.tinkerpop.gremlin.structure.Graph.Features.FeatureSet
,org.apache.tinkerpop.gremlin.structure.Graph.Features.PropertyFeatures
,org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexPropertyFeatures
- Enclosing class:
- GafferPopGraphFeatures
public static final class GafferPopGraphFeatures.GafferPopGraphVertexPropertyFeatures extends Object implements org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexPropertyFeatures
-
-
Field Summary
-
Fields inherited from interface org.apache.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
supportsRemoveProperty()
boolean
willAllowId(Object id)
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.tinkerpop.gremlin.structure.Graph.Features.DataTypeFeatures
supportsBooleanArrayValues, supportsBooleanValues, supportsByteArrayValues, supportsByteValues, supportsDoubleArrayValues, supportsDoubleValues, supportsFloatArrayValues, supportsFloatValues, supportsIntegerArrayValues, supportsIntegerValues, supportsLongArrayValues, supportsLongValues, supportsMapValues, supportsMixedListValues, supportsSerializableValues, supportsStringArrayValues, supportsStringValues, supportsUniformListValues
-
-
-
-
Method Detail
-
supportsRemoveProperty
public boolean supportsRemoveProperty()
- Specified by:
supportsRemoveProperty
in interfaceorg.apache.tinkerpop.gremlin.structure.Graph.Features.VertexPropertyFeatures
-
willAllowId
public boolean willAllowId(Object id)
- Specified by:
willAllowId
in interfaceorg.apache.tinkerpop.gremlin.structure.Graph.Features.VertexPropertyFeatures
-
-