Package com.alibaba.graphscope.ds
Interface Vertex.Factory<VID_T>
-
- Type Parameters:
VID_T
- vertex id type.
- All Known Implementing Classes:
Vertex_cxx_0xaca404e3Factory
,Vertex_cxx_0xaccf3424Factory
public static interface Vertex.Factory<VID_T>
Factory class to create vertex instance.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Vertex<VID_T>
create()
-