Package | Description |
---|---|
com.orientechnologies.orient.graph.script | |
com.orientechnologies.orient.graph.sql.functions | |
com.tinkerpop.blueprints.impls.orient |
Modifier and Type | Method and Description |
---|---|
OrientEdge |
OScriptGraphWrapper.addEdge(Object id,
com.tinkerpop.blueprints.Vertex outVertex,
com.tinkerpop.blueprints.Vertex inVertex,
String label) |
OrientEdge |
OScriptGraphWrapper.getEdge(Object id) |
Modifier and Type | Method and Description |
---|---|
protected Set<OrientEdge> |
OSQLFunctionAstar.getNeighborEdges(OrientVertex node)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected double |
OSQLFunctionAstar.getDistance(OrientEdge edge)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
OrientEdge |
OrientBaseGraph.addEdge(Object id,
com.tinkerpop.blueprints.Vertex outVertex,
com.tinkerpop.blueprints.Vertex inVertex,
String label)
Creates an edge between a source Vertex and a destination Vertex setting label as Edge's label.
|
OrientEdge |
OrientVertex.addEdge(String label,
OrientVertex inVertex,
Object[] fields)
Creates an edge between current Vertex and a target Vertex setting label as Edge's label.
|
OrientEdge |
OrientVertex.addEdge(String label,
OrientVertex inVertex,
String iClassName)
Creates an edge between current Vertex and a target Vertex setting label as Edge's label.
|
OrientEdge |
OrientVertex.addEdge(String label,
OrientVertex inVertex,
String iClassName,
String iClusterName,
Object... fields)
Creates an edge between current Vertex and a target Vertex setting label as Edge's label.
|
OrientEdge |
OrientEdgeIterator.createGraphElement(Object iObject) |
OrientEdge |
OrientBaseGraph.getEdge(Object id)
Returns a edge by an ID.
|
protected static OrientEdge |
OrientVertex.getEdge(OrientBaseGraph graph,
ODocument doc,
String fieldName,
OPair<com.tinkerpop.blueprints.Direction,String> connection,
Object fieldValue,
OIdentifiable iTargetVertex,
String[] iLabels)
(Internal only)
|
protected OrientEdge |
OrientBaseGraph.getEdgeInstance(OIdentifiable id) |
protected OrientEdge |
OrientBaseGraph.getEdgeInstance(OIdentifiable from,
OIdentifiable to,
String label) |
protected OrientEdge |
OrientBaseGraph.getEdgeInstance(String className,
Object... fields) |
Modifier and Type | Method and Description |
---|---|
boolean |
OrientEdgeIterator.filter(OrientEdge iObject) |
static void |
OrientGraphNoTx.removeEdgeInternal(OrientBaseGraph graph,
OrientEdge edge) |
void |
OrientGraphNoTx.removeEdgeInternal(OrientEdge edge)
Removes the Edge from the Graph.
|
void |
OrientGraph.removeEdgeInternal(OrientEdge edge)
Removes the Edge from the Graph.
|
Copyright © 2009–2020 OrientDB. All rights reserved.