Interface Edge

    • Method Detail

      • getId

        String getId()
        获取边id
        Returns:
        String
      • getType

        String getType()
        获取边类型
        Returns:
        STRING
      • getFromVertexId

        long getFromVertexId()
        获取起始点id
        Returns:
        long
      • getToVertexId

        long getToVertexId()
        获取终止点id
        Returns:
        long