Interface Edge.Factory
-
- Enclosing interface:
- Edge
public static interface Edge.Factory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Edge
create(@com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long srcId, @com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long dstId)
Initialize the edge with its source and destination.
-
-
-
Method Detail
-
create
Edge create(@com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long srcId, @com.alibaba.fastffi.FFITypeAlias("graphar::IdType") long dstId)
Initialize the edge with its source and destination.- Parameters:
srcId
- The id of the source vertex.dstId
- The id of the destination vertex.
-
-