| Modifier and Type | Method and Description |
|---|---|
OrientVertex |
OScriptGraphWrapper.addTemporaryVertex(java.lang.String iClassName,
java.lang.Object[] prop) |
OrientVertex |
OScriptGraphWrapper.addVertex(java.lang.Object id) |
OrientVertex |
OScriptGraphWrapper.addVertex(java.lang.Object id,
java.lang.Object[] prop) |
OrientVertex |
OScriptGraphWrapper.getVertex(java.lang.Object id) |
| Modifier and Type | Field and Description |
|---|---|
protected OrientVertex |
OSQLFunctionHeuristicPathFinderAbstract.paramDestinationVertex |
protected OrientVertex |
OSQLFunctionPathFinder.paramDestinationVertex |
protected OrientVertex |
OSQLFunctionHeuristicPathFinderAbstract.paramSourceVertex |
protected OrientVertex |
OSQLFunctionPathFinder.paramSourceVertex |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<OrientVertex,OrientVertex> |
OSQLFunctionAstar.cameFrom
Deprecated.
|
protected java.util.Map<OrientVertex,OrientVertex> |
OSQLFunctionAstar.cameFrom
Deprecated.
|
protected java.util.Set<OrientVertex> |
OSQLFunctionAstar.closedSet
Deprecated.
|
protected java.util.Map<OrientVertex,java.lang.Double> |
OSQLFunctionAstar.fScore
Deprecated.
|
protected java.util.Map<OrientVertex,java.lang.Double> |
OSQLFunctionAstar.gScore
Deprecated.
|
protected java.util.PriorityQueue<OrientVertex> |
OSQLFunctionAstar.open
Deprecated.
|
protected java.util.Map<ORID,OrientVertex> |
OSQLFunctionPathFinder.predecessors |
protected java.util.List<OrientVertex> |
OSQLFunctionHeuristicPathFinderAbstract.route |
protected java.util.Set<OrientVertex> |
OSQLFunctionPathFinder.unSettledNodes |
| Modifier and Type | Method and Description |
|---|---|
protected OrientVertex |
OSQLFunctionPathFinder.getMinimum(java.util.Set<OrientVertex> vertexes) |
| Modifier and Type | Method and Description |
|---|---|
java.util.LinkedList<OrientVertex> |
OSQLFunctionAstar.execute(java.lang.Object iThis,
OIdentifiable iCurrentRecord,
java.lang.Object iCurrentResult,
java.lang.Object[] iParams,
OCommandContext iContext)
Deprecated.
|
java.util.LinkedList<OrientVertex> |
OSQLFunctionDijkstra.execute(java.lang.Object iThis,
OIdentifiable iCurrentRecord,
java.lang.Object iCurrentResult,
java.lang.Object[] iParams,
OCommandContext iContext)
Deprecated.
|
protected java.util.LinkedList<OrientVertex> |
OSQLFunctionPathFinder.execute(OCommandContext iContext) |
protected java.util.Set<OrientVertex> |
OSQLFunctionHeuristicPathFinderAbstract.getNeighbors(OrientVertex node) |
protected java.util.Set<OrientVertex> |
OSQLFunctionPathFinder.getNeighbors(com.tinkerpop.blueprints.Vertex node) |
protected java.util.LinkedList<OrientVertex> |
OSQLFunctionHeuristicPathFinderAbstract.getPath() |
java.util.LinkedList<OrientVertex> |
OSQLFunctionPathFinder.getPath() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
OSQLFunctionPathFinder.findMinimalDistances(OrientVertex node) |
protected double |
OSQLFunctionHeuristicPathFinderAbstract.getCustomHeuristicCost(java.lang.String functionName,
java.lang.String[] vertextAxisNames,
OrientVertex start,
OrientVertex goal,
OrientVertex current,
OrientVertex parent,
long depth,
double dFactor) |
protected abstract float |
OSQLFunctionPathFinder.getDistance(OrientVertex node,
OrientVertex target) |
protected float |
OSQLFunctionDijkstra.getDistance(OrientVertex node,
OrientVertex target)
Deprecated.
|
protected abstract double |
OSQLFunctionHeuristicPathFinderAbstract.getDistance(OrientVertex node,
OrientVertex parent,
OrientVertex target) |
protected double |
OSQLFunctionAstar.getDistance(OrientVertex node,
OrientVertex parent,
OrientVertex target)
Deprecated.
|
protected abstract double |
OSQLFunctionHeuristicPathFinderAbstract.getHeuristicCost(OrientVertex node,
OrientVertex parent,
OrientVertex target) |
protected double |
OSQLFunctionAstar.getHeuristicCost(OrientVertex node,
OrientVertex parent,
OrientVertex target)
Deprecated.
|
protected java.util.Set<OrientEdge> |
OSQLFunctionAstar.getNeighborEdges(OrientVertex node)
Deprecated.
|
protected java.util.Set<OrientVertex> |
OSQLFunctionHeuristicPathFinderAbstract.getNeighbors(OrientVertex node) |
protected float |
OSQLFunctionPathFinder.getShortestDistance(OrientVertex destination) |
protected boolean |
OSQLFunctionPathFinder.isNotSettled(OrientVertex vertex) |
| Modifier and Type | Method and Description |
|---|---|
protected OrientVertex |
OSQLFunctionPathFinder.getMinimum(java.util.Set<OrientVertex> vertexes) |
| Modifier and Type | Field and Description |
|---|---|
protected OrientVertex |
OBaseGraphWorkload.OWorkLoadContext.lastVertexToConnect |
| Modifier and Type | Method and Description |
|---|---|
OrientVertex |
OrientBaseGraph.addTemporaryVertex(java.lang.String iClassName,
java.lang.Object... prop)
(Blueprints Extension) Creates a temporary vertex setting the initial field values.
|
OrientVertex |
OrientExtendedGraph.addTemporaryVertex(java.lang.String iClassName,
java.lang.Object... prop)
(Blueprints Extension) Creates a temporary vertex setting the initial field values.
|
OrientVertex |
OrientBaseGraph.addVertex(java.lang.Object id)
Creates a new unconnected vertex with no fields in the Graph.
|
OrientVertex |
OrientBaseGraph.addVertex(java.lang.Object id,
java.lang.Object... prop)
(Blueprints Extension) Creates a new unconnected vertex in the Graph setting the initial field
values.
|
OrientVertex |
OrientBaseGraph.addVertex(java.lang.String iClassName,
java.lang.String iClusterName)
(Blueprints Extension) Creates a new unconnected vertex with no fields of specific class in a
cluster in the Graph.
|
OrientVertex |
OrientExtendedVertex.copy() |
OrientVertex |
OrientVertex.copy() |
OrientVertex |
OrientEdge.getVertex(com.tinkerpop.blueprints.Direction direction)
Returns the connected incoming or outgoing vertex.
|
OrientVertex |
OrientBaseGraph.getVertex(java.lang.Object id)
Returns a vertex by an ID.
|
OrientVertex |
OrientExtendedVertex.getVertexInstance() |
OrientVertex |
OrientVertex.getVertexInstance() |
protected OrientVertex |
OrientBaseGraph.getVertexInstance(OIdentifiable id) |
protected OrientVertex |
OrientBaseGraph.getVertexInstance(java.lang.String className,
java.lang.Object... fields) |
| Modifier and Type | Method and Description |
|---|---|
OrientEdge |
OrientVertex.addEdge(java.lang.String label,
OrientVertex inVertex,
java.lang.Object[] fields)
Creates an edge between current Vertex and a target Vertex setting label as Edge's label.
|
OrientEdge |
OrientVertex.addEdge(java.lang.String label,
OrientVertex inVertex,
java.lang.String iClassName)
Creates an edge between current Vertex and a target Vertex setting label as Edge's label.
|
OrientEdge |
OrientVertex.addEdge(java.lang.String label,
OrientVertex inVertex,
java.lang.String iClassName,
java.lang.String iClusterName,
java.lang.Object... fields)
Creates an edge between current Vertex and a target Vertex setting label as Edge's label.
|
java.lang.Iterable<com.tinkerpop.blueprints.Edge> |
OrientVertex.getEdges(OrientVertex iDestination,
com.tinkerpop.blueprints.Direction iDirection,
java.lang.String... iLabels)
(Blueprints Extension) Returns all the edges from the current Vertex to another one.
|
| Constructor and Description |
|---|
OrientEdgeIterator(OrientVertex iSourceVertex,
OrientVertex iTargetVertex,
java.lang.Object iMultiValue,
java.util.Iterator<?> iterator,
OPair<com.tinkerpop.blueprints.Direction,java.lang.String> connection,
java.lang.String[] iLabels,
int iSize) |
OrientVertexIterator(OrientVertex orientVertex,
java.lang.Object iMultiValue,
java.util.Iterator<?> iterator,
OPair<com.tinkerpop.blueprints.Direction,java.lang.String> connection,
java.lang.String[] iLabels,
int iSize) |
OrientVertexQuery(OrientVertex vertex) |
Copyright © 2009–2023 OrientDB. All rights reserved.