Interface Graph.Features.PropertyFeatures

All Superinterfaces:
Graph.Features.DataTypeFeatures, Graph.Features.FeatureSet
All Known Subinterfaces:
Graph.Features.EdgePropertyFeatures, Graph.Features.VertexPropertyFeatures
All Known Implementing Classes:
AbstractTinkerGraph.TinkerGraphVertexPropertyFeatures, EmptyGraph.EmptyGraphFeatures.EmptyGraphEdgePropertyFeatures, EmptyGraph.EmptyGraphFeatures.EmptyGraphVertexPropertyFeatures
Enclosing interface:
Graph.Features

public static interface Graph.Features.PropertyFeatures extends Graph.Features.DataTypeFeatures
A base interface for Edge or Vertex Property features.
  • Field Details

  • Method Details

    • supportsProperties

      default boolean supportsProperties()
      Determines if an Element allows for the processing of at least one data type defined by the features. In this case "processing" refers to at least "reading" the data type. If any of the features on Graph.Features.PropertyFeatures is true then this value must be true.