| Package | Description |
|---|---|
| com.orientechnologies.orient.graph.graphml |
| Modifier and Type | Method and Description |
|---|---|
OGraphMLReader |
OGraphMLReader.defineEdgeAttributeStrategy(java.lang.String iAttributeName,
OGraphMLImportStrategy iStrategy)
Define custom strategy to use for edge attribute.
|
OGraphMLReader |
OGraphMLReader.defineVertexAttributeStrategy(java.lang.String iAttributeName,
OGraphMLImportStrategy iStrategy)
Define custom strategy to use for vertex attribute.
|
OGraphMLReader |
OGraphMLReader.inputGraph(com.tinkerpop.blueprints.Graph inputGraph,
java.io.InputStream graphMLInputStream,
int bufferSize,
java.lang.String vertexIdKey,
java.lang.String edgeIdKey,
java.lang.String edgeLabelKey)
Input the GraphML stream data into the graph.
|
OGraphMLReader |
OGraphMLReader.inputGraph(com.tinkerpop.blueprints.Graph inputGraph,
java.lang.String filename,
int bufferSize,
java.lang.String vertexIdKey,
java.lang.String edgeIdKey,
java.lang.String edgeLabelKey)
Input the GraphML stream data into the graph.
|
OGraphMLReader |
OGraphMLReader.inputGraph(java.io.InputStream graphMLInputStream)
Input the GraphML stream data into the graph.
|
OGraphMLReader |
OGraphMLReader.inputGraph(java.io.InputStream graphMLInputStream,
int bufferSize)
Input the GraphML stream data into the graph.
|
OGraphMLReader |
OGraphMLReader.inputGraph(java.lang.String filename)
Input the GraphML stream data into the graph.
|
OGraphMLReader |
OGraphMLReader.inputGraph(java.lang.String filename,
int bufferSize)
Input the GraphML stream data into the graph.
|
OGraphMLReader |
OGraphMLReader.setOptions(java.util.Map<java.lang.String,java.util.List<java.lang.String>> opts) |
OGraphMLReader |
OGraphMLReader.setOutput(OCommandOutputListener output) |
Copyright © 2009–2023 OrientDB. All rights reserved.