Package uk.gov.gchq.gaffer.tinkerpop
Class GafferPopGraphFeatures.GafferPopGraphEdgeFeatures
- java.lang.Object
-
- uk.gov.gchq.gaffer.tinkerpop.GafferPopGraphFeatures.GafferPopGraphEdgeFeatures
-
- All Implemented Interfaces:
org.apache.tinkerpop.gremlin.structure.Graph.Features.EdgeFeatures
,org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
,org.apache.tinkerpop.gremlin.structure.Graph.Features.FeatureSet
- Enclosing class:
- GafferPopGraphFeatures
public static final class GafferPopGraphFeatures.GafferPopGraphEdgeFeatures extends Object implements org.apache.tinkerpop.gremlin.structure.Graph.Features.EdgeFeatures
-
-
Field Summary
-
Fields inherited from interface org.apache.tinkerpop.gremlin.structure.Graph.Features.EdgeFeatures
FEATURE_ADD_EDGES, FEATURE_REMOVE_EDGES, FEATURE_UPSERT
-
Fields inherited from interface org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
FEATURE_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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
supportsRemoveEdges()
boolean
supportsRemoveProperty()
boolean
willAllowId(Object id)
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Method Detail
-
supportsRemoveEdges
public boolean supportsRemoveEdges()
- Specified by:
supportsRemoveEdges
in interfaceorg.apache.tinkerpop.gremlin.structure.Graph.Features.EdgeFeatures
-
supportsRemoveProperty
public boolean supportsRemoveProperty()
- Specified by:
supportsRemoveProperty
in interfaceorg.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
-
willAllowId
public boolean willAllowId(Object id)
- Specified by:
willAllowId
in interfaceorg.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
-
-