Uses of Class
org.apache.tinkerpop.gremlin.structure.io.graphml.GraphMLWriter.Builder
-
Packages that use GraphMLWriter.Builder Package Description org.apache.tinkerpop.gremlin.structure.io.graphml -
-
Uses of GraphMLWriter.Builder in org.apache.tinkerpop.gremlin.structure.io.graphml
Methods in org.apache.tinkerpop.gremlin.structure.io.graphml that return GraphMLWriter.Builder Modifier and Type Method Description static GraphMLWriter.BuilderGraphMLWriter. build()GraphMLWriter.BuilderGraphMLWriter.Builder. edgeKeyTypes(Map<String,String> edgeKeyTypes)Map of the data types of the edge keys.GraphMLWriter.BuilderGraphMLWriter.Builder. edgeLabelKey(String edgeLabelKey)Set the name of the edge label in the GraphML.GraphMLWriter.BuilderGraphMLWriter.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.BuilderGraphMLWriter.Builder. vertexKeyTypes(Map<String,String> vertexKeyTypes)Map of the data types of the vertex keys.GraphMLWriter.BuilderGraphMLWriter.Builder. vertexLabelKey(String vertexLabelKey)Set the name of the vertex label in the GraphML.GraphMLWriter.BuilderGraphMLWriter.Builder. xmlSchemaLocation(String xmlSchemaLocation)Location of the GraphML schema which is defaulted toGraphMLTokens.DEFAULT_GRAPHML_SCHEMA_LOCATION.
-