Interface AdjListPropertyChunkInfoReader.Factory
-
- Enclosing interface:
- AdjListPropertyChunkInfoReader
public static interface AdjListPropertyChunkInfoReader.Factory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AdjListPropertyChunkInfoReader
create(StdSharedPtr<EdgeInfo> edgeInfo, StdSharedPtr<PropertyGroup> propertyGroup, AdjListType adjListType, StdString prefix)
Initialize the AdjListPropertyChunkInfoReader.
-
-
-
Method Detail
-
create
AdjListPropertyChunkInfoReader create(StdSharedPtr<EdgeInfo> edgeInfo, StdSharedPtr<PropertyGroup> propertyGroup, AdjListType adjListType, StdString prefix)
Initialize the AdjListPropertyChunkInfoReader.- Parameters:
edgeInfo
- The edge info that describes the edge type.propertyGroup
- The property group of the edge property.adjListType
- The adj list type for the edges.prefix
- The absolute prefix of the graph.
-
-