Class 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 Detail

      • supportsRemoveEdges

        public boolean supportsRemoveEdges()
        Specified by:
        supportsRemoveEdges in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.EdgeFeatures
      • supportsRemoveProperty

        public boolean supportsRemoveProperty()
        Specified by:
        supportsRemoveProperty in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures
      • willAllowId

        public boolean willAllowId​(Object id)
        Specified by:
        willAllowId in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures