Uses of Package
org.apache.tinkerpop.gremlin.structure.io.graphml
-
Packages that use org.apache.tinkerpop.gremlin.structure.io.graphml Package Description org.apache.tinkerpop.gremlin.structure.io org.apache.tinkerpop.gremlin.structure.io.graphml -
Classes in org.apache.tinkerpop.gremlin.structure.io.graphml used by org.apache.tinkerpop.gremlin.structure.io Class Description GraphMLIo Constructs GraphML IO implementations given aGraph
andIoRegistry
. -
Classes in org.apache.tinkerpop.gremlin.structure.io.graphml used by org.apache.tinkerpop.gremlin.structure.io.graphml Class Description GraphMLIo Constructs GraphML IO implementations given aGraph
andIoRegistry
.GraphMLMapper This is an "empty" implementation only present for compatibility withIo
.GraphMLMapper.Builder GraphMLReader GraphMLReader
writes the data from a GraphML stream to a graph.GraphMLReader.Builder Allows configuration and construction of the GraphMLReader instance.GraphMLWriter GraphMLWriter writes a Graph to a GraphML OutputStream.GraphMLWriter.Builder