Interface Vertex.Factory

  • Enclosing interface:
    Vertex

    public static interface Vertex.Factory
    • Method Detail

      • create

        Vertex create​(@com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long id)
        Initialize the vertex with a given id.
        Parameters:
        id - The id of the vertex.