Uses of Class
org.apache.tinkerpop.gremlin.structure.io.graphml.GraphMLWriter.Builder
Packages that use GraphMLWriter.Builder
-
Uses of GraphMLWriter.Builder in org.apache.tinkerpop.gremlin.structure.io.graphml
Methods in org.apache.tinkerpop.gremlin.structure.io.graphml that return GraphMLWriter.BuilderModifier and TypeMethodDescriptionstatic GraphMLWriter.BuilderGraphMLWriter.build()GraphMLWriter.Builder.edgeKeyTypes(Map<String, String> edgeKeyTypes) Map of the data types of the edge keys.GraphMLWriter.Builder.edgeLabelKey(String edgeLabelKey) Set the name of the edge label in the GraphML.GraphMLWriter.Builder.normalize(boolean normalize) Normalized output is deterministic with respect to the order of elements and properties in the resulting XML document, and is compatible with line diff-based tools such as Git.GraphMLWriter.Builder.vertexKeyTypes(Map<String, String> vertexKeyTypes) Map of the data types of the vertex keys.GraphMLWriter.Builder.vertexLabelKey(String vertexLabelKey) Set the name of the vertex label in the GraphML.GraphMLIo.writer()Creates aGraphWriter.WriterBuilderimplementation .GraphMLWriter.Builder.xmlSchemaLocation(String xmlSchemaLocation) Location of the GraphML schema which is defaulted toGraphMLTokens.DEFAULT_GRAPHML_SCHEMA_LOCATION.