Uses of Class
com.orientechnologies.orient.graph.graphml.OGraphMLReader
Packages that use OGraphMLReader
-
Uses of OGraphMLReader in com.orientechnologies.orient.graph.graphml
Methods in com.orientechnologies.orient.graph.graphml that return OGraphMLReaderModifier and TypeMethodDescriptionOGraphMLReader.defineEdgeAttributeStrategy(String iAttributeName, OGraphMLImportStrategy iStrategy) Define custom strategy to use for edge attribute.OGraphMLReader.defineVertexAttributeStrategy(String iAttributeName, OGraphMLImportStrategy iStrategy) Define custom strategy to use for vertex attribute.OGraphMLReader.inputGraph(com.tinkerpop.blueprints.Graph inputGraph, InputStream graphMLInputStream, int bufferSize, String vertexIdKey, String edgeIdKey, String edgeLabelKey) Input the GraphML stream data into the graph.OGraphMLReader.inputGraph(com.tinkerpop.blueprints.Graph inputGraph, String filename, int bufferSize, String vertexIdKey, String edgeIdKey, String edgeLabelKey) Input the GraphML stream data into the graph.OGraphMLReader.inputGraph(InputStream graphMLInputStream) Input the GraphML stream data into the graph.OGraphMLReader.inputGraph(InputStream graphMLInputStream, int bufferSize) Input the GraphML stream data into the graph.OGraphMLReader.inputGraph(String filename) Input the GraphML stream data into the graph.OGraphMLReader.inputGraph(String filename, int bufferSize) Input the GraphML stream data into the graph.OGraphMLReader.setOptions(Map<String, List<String>> opts) OGraphMLReader.setOutput(OCommandOutputListener output)