Class GafferPopGraphFeatures.GafferPopGraphVertexFeatures

  • All Implemented Interfaces:
    org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures, org.apache.tinkerpop.gremlin.structure.Graph.Features.FeatureSet, org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexFeatures
    Enclosing class:
    GafferPopGraphFeatures

    public static final class GafferPopGraphFeatures.GafferPopGraphVertexFeatures
    extends Object
    implements org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexFeatures
    • Field Summary

      • 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
      • Fields inherited from interface org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexFeatures

        FEATURE_ADD_VERTICES, FEATURE_DUPLICATE_MULTI_PROPERTIES, FEATURE_META_PROPERTIES, FEATURE_MULTI_PROPERTIES, FEATURE_REMOVE_VERTICES, FEATURE_UPSERT
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexPropertyFeatures properties()  
      boolean supportsRemoveProperty()  
      boolean supportsRemoveVertices()  
      boolean willAllowId​(Object id)  
      • Methods inherited from interface org.apache.tinkerpop.gremlin.structure.Graph.Features.ElementFeatures

        supportsAddProperty, supportsAnyIds, supportsCustomIds, supportsNullPropertyValues, supportsNumericIds, supportsStringIds, supportsUserSuppliedIds, supportsUuidIds
      • Methods inherited from interface org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexFeatures

        getCardinality, supportsAddVertices, supportsDuplicateMultiProperties, supportsMetaProperties, supportsMultiProperties, supportsUpsert
    • Method Detail

      • supportsRemoveVertices

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

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

        public org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexPropertyFeatures properties()
        Specified by:
        properties in interface org.apache.tinkerpop.gremlin.structure.Graph.Features.VertexFeatures
      • willAllowId

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