Uses of Class
org.apache.tinkerpop.gremlin.structure.io.graphml.GraphMLIo
-
Packages that use GraphMLIo Package Description org.apache.tinkerpop.gremlin.structure.io org.apache.tinkerpop.gremlin.structure.io.graphml -
-
Uses of GraphMLIo in org.apache.tinkerpop.gremlin.structure.io
Methods in org.apache.tinkerpop.gremlin.structure.io that return types with arguments of type GraphMLIo Modifier and Type Method Description static Io.Builder<GraphMLIo>
IoCore. graphml()
Deprecated.Creates a basic GraphML-basedIo.Builder
. -
Uses of GraphMLIo in org.apache.tinkerpop.gremlin.structure.io.graphml
Methods in org.apache.tinkerpop.gremlin.structure.io.graphml that return GraphMLIo Modifier and Type Method Description GraphMLIo
GraphMLIo.Builder. create()
Methods in org.apache.tinkerpop.gremlin.structure.io.graphml that return types with arguments of type GraphMLIo Modifier and Type Method Description static Io.Builder<GraphMLIo>
GraphMLIo. build()
Io.Builder<GraphMLIo>
GraphMLIo.Builder. graph(Graph g)
-