Class EdgeProviderMetaData

    • Constructor Detail

      • EdgeProviderMetaData

        public EdgeProviderMetaData​(java.lang.String name,
                                    IdType idType,
                                    boolean directed,
                                    java.util.Set<java.lang.String> labels,
                                    java.util.List<PropertyMetaData> properties,
                                    java.lang.String sourceVertexProviderName,
                                    java.lang.String destinationVertexProviderName)
    • Method Detail

      • getSourceVertexProviderName

        public java.lang.String getSourceVertexProviderName()
        Returns the name of the vertex provider for the sources of the edges of this edge provider
        Since:
        21.1
      • getDestinationVertexProviderName

        public java.lang.String getDestinationVertexProviderName()
        Returns the name of the vertex provider for the destination of the edges of this edge provider
        Since:
        21.1
      • isDirected

        public boolean isDirected()
        Returns if the edge table is directed.
      • setDirected

        public void setDirected​(boolean directed)