Modifier and Type | Method and Description |
---|---|
OrientVertex |
OScriptGraphWrapper.addTemporaryVertex(String iClassName,
Object[] prop) |
OrientVertex |
OScriptGraphWrapper.addVertex(Object id) |
OrientVertex |
OScriptGraphWrapper.addVertex(Object id,
Object[] prop) |
OrientVertex |
OScriptGraphWrapper.getVertex(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 Map<OrientVertex,OrientVertex> |
OSQLFunctionAstar.cameFrom
Deprecated.
|
protected Map<OrientVertex,OrientVertex> |
OSQLFunctionAstar.cameFrom
Deprecated.
|
protected Set<OrientVertex> |
OSQLFunctionAstar.closedSet
Deprecated.
|
protected Map<OrientVertex,Double> |
OSQLFunctionAstar.fScore
Deprecated.
|
protected Map<OrientVertex,Double> |
OSQLFunctionAstar.gScore
Deprecated.
|
protected PriorityQueue<OrientVertex> |
OSQLFunctionAstar.open
Deprecated.
|
protected Map<ORID,OrientVertex> |
OSQLFunctionPathFinder.predecessors |
protected List<OrientVertex> |
OSQLFunctionHeuristicPathFinderAbstract.route |
protected Set<OrientVertex> |
OSQLFunctionPathFinder.unSettledNodes |
Modifier and Type | Method and Description |
---|---|
protected OrientVertex |
OSQLFunctionPathFinder.getMinimum(Set<OrientVertex> vertexes) |
Modifier and Type | Method and Description |
---|---|
LinkedList<OrientVertex> |
OSQLFunctionAstar.execute(Object iThis,
OIdentifiable iCurrentRecord,
Object iCurrentResult,
Object[] iParams,
OCommandContext iContext)
Deprecated.
|
LinkedList<OrientVertex> |
OSQLFunctionDijkstra.execute(Object iThis,
OIdentifiable iCurrentRecord,
Object iCurrentResult,
Object[] iParams,
OCommandContext iContext)
Deprecated.
|
protected LinkedList<OrientVertex> |
OSQLFunctionPathFinder.execute(OCommandContext iContext) |
protected Set<OrientVertex> |
OSQLFunctionHeuristicPathFinderAbstract.getNeighbors(OrientVertex node) |
protected Set<OrientVertex> |
OSQLFunctionPathFinder.getNeighbors(com.tinkerpop.blueprints.Vertex node) |
protected LinkedList<OrientVertex> |
OSQLFunctionHeuristicPathFinderAbstract.getPath() |
LinkedList<OrientVertex> |
OSQLFunctionPathFinder.getPath() |
Modifier and Type | Method and Description |
---|---|
protected void |
OSQLFunctionPathFinder.findMinimalDistances(OrientVertex node) |
protected double |
OSQLFunctionHeuristicPathFinderAbstract.getCustomHeuristicCost(String functionName,
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 Set<OrientEdge> |
OSQLFunctionAstar.getNeighborEdges(OrientVertex node)
Deprecated.
|
protected 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(Set<OrientVertex> vertexes) |
Modifier and Type | Field and Description |
---|---|
protected OrientVertex |
OBaseGraphWorkload.OWorkLoadContext.lastVertexToConnect |
Modifier and Type | Method and Description |
---|---|
OrientVertex |
OrientBaseGraph.addTemporaryVertex(String iClassName,
Object... prop)
(Blueprints Extension) Creates a temporary vertex setting the initial field values.
|
OrientVertex |
OrientExtendedGraph.addTemporaryVertex(String iClassName,
Object... prop)
(Blueprints Extension) Creates a temporary vertex setting the initial field values.
|
OrientVertex |
OrientBaseGraph.addVertex(Object id)
Creates a new unconnected vertex with no fields in the Graph.
|
OrientVertex |
OrientBaseGraph.addVertex(Object id,
Object... prop)
(Blueprints Extension) Creates a new unconnected vertex in the Graph setting the initial field
values.
|
OrientVertex |
OrientBaseGraph.addVertex(String iClassName,
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(Object id)
Returns a vertex by an ID.
|
OrientVertex |
OrientExtendedVertex.getVertexInstance() |
OrientVertex |
OrientVertex.getVertexInstance() |
protected OrientVertex |
OrientBaseGraph.getVertexInstance(OIdentifiable id) |
protected OrientVertex |
OrientBaseGraph.getVertexInstance(String className,
Object... fields) |
Modifier and Type | Method and Description |
---|---|
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.
|
Iterable<com.tinkerpop.blueprints.Edge> |
OrientVertex.getEdges(OrientVertex iDestination,
com.tinkerpop.blueprints.Direction iDirection,
String... iLabels)
(Blueprints Extension) Returns all the edges from the current Vertex to another one.
|
Constructor and Description |
---|
OrientEdgeIterator(OrientVertex iSourceVertex,
OrientVertex iTargetVertex,
Object iMultiValue,
Iterator<?> iterator,
OPair<com.tinkerpop.blueprints.Direction,String> connection,
String[] iLabels,
int iSize) |
OrientVertexIterator(OrientVertex orientVertex,
Object iMultiValue,
Iterator<?> iterator,
OPair<com.tinkerpop.blueprints.Direction,String> connection,
String[] iLabels,
int iSize) |
OrientVertexQuery(OrientVertex vertex) |
Copyright © 2009–2020 OrientDB. All rights reserved.