| Class | Description |
|---|---|
| OGraphFunctionFactory | |
| OSQLFunctionBoth |
Gets the incoming and outgoing Vertices of current Vertex.
|
| OSQLFunctionBothE |
Gets the incoming and outgoing Edges of current Vertex.
|
| OSQLFunctionBothV |
Gets the incoming and outgoing Vertices of current Edge.
|
| OSQLFunctionDijkstra |
Dijkstra's algorithm describes how to find the cheapest path from one node to another node in a directed weighted graph.
|
| OSQLFunctionGremlin |
Executes a GREMLIN expression as function of SQL engine.
|
| OSQLFunctionIn |
Gets the incoming Vertices of current Vertex.
|
| OSQLFunctionInE |
Gets the incoming Edges of current Vertex.
|
| OSQLFunctionInV |
Gets the incoming Vertex of current Edge.
|
| OSQLFunctionLabel |
Hi-level function that return the label for both edges and vertices.
|
| OSQLFunctionMove |
Hi-level function to move inside a graph.
|
| OSQLFunctionOut |
Gets the outgoing Vertices of current Vertex.
|
| OSQLFunctionOutE |
Gets the outgoing Edges of current Vertex.
|
| OSQLFunctionOutV |
Gets the outgoing Vertex of current Edge.
|
| OSQLFunctionPathFinder |
Abstract class to find paths between nodes.
|
| OSQLFunctionShortestPath |
Shortest path algorithm to find the shortest path from one node to another node in a directed graph.
|
Copyright © 2009-2014 Orient Technologies. All Rights Reserved.