Interface Vertex.Factory
-
- Enclosing interface:
- Vertex
public static interface Vertex.Factory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Vertex
create()
Vertex
create(@com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long id)
Initialize the vertex with a given id.
-