Package org.apache.graphar.writers
Interface VertexPropertyWriter.Factory
-
- Enclosing interface:
- VertexPropertyWriter
public static interface VertexPropertyWriter.Factory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VertexPropertyWriter
create(StdSharedPtr<VertexInfo> vertexInfo, StdString prefix)
Initialize the VertexPropertyWriter.
-
-
-
Method Detail
-
create
VertexPropertyWriter create(StdSharedPtr<VertexInfo> vertexInfo, StdString prefix)
Initialize the VertexPropertyWriter.- Parameters:
vertexInfo
- The vertex info that describes the vertex type.prefix
- The absolute prefix.
-
-