Class Vertex

java.lang.Object
org.postgresql.util.PGobject
net.bitnine.agensgraph.graph.GraphEntity
net.bitnine.agensgraph.graph.Vertex
All Implemented Interfaces:
Serializable, Cloneable, JsonbObject

public class Vertex extends GraphEntity
This class defines the type vertex.
See Also:
  • Constructor Details

    • Vertex

      public Vertex()
  • Method Details

    • setValue

      public void setValue(String value) throws SQLException
      Overrides:
      setValue in class org.postgresql.util.PGobject
      Throws:
      SQLException
    • getVertexId

      public GraphId getVertexId()
      Returns id of the vertex.
      Returns:
      id of the vertex