| 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 | Method and Description |
|---|---|
protected void |
OServerCommandGetGephi.generateGraphDbOutput(Iterable<OrientVertex> iVertices,
OJSONWriter json) |
protected void |
OServerCommandGetGephi.sendRecordsContent(OHttpRequest iRequest,
OHttpResponse iResponse,
Iterable<OrientVertex> iRecords,
String iFetchPlan) |
| Modifier and Type | Field and Description |
|---|---|
protected OrientVertex |
OSQLFunctionPathFinder.paramDestinationVertex |
protected OrientVertex |
OSQLFunctionPathFinder.paramSourceVertex |
| Modifier and Type | Field and Description |
|---|---|
protected Map<ORID,OrientVertex> |
OSQLFunctionPathFinder.predecessors |
protected Set<OrientVertex> |
OSQLFunctionPathFinder.unSettledNodes |
| Modifier and Type | Method and Description |
|---|---|
protected OrientVertex |
OSQLFunctionPathFinder.getMinimum(Set<OrientVertex> vertexes) |
| Modifier and Type | Method and Description |
|---|---|
protected Set<OrientVertex> |
OSQLFunctionPathFinder.getNeighbors(com.tinkerpop.blueprints.Vertex node) |
LinkedList<OrientVertex> |
OSQLFunctionPathFinder.getPath() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
OSQLFunctionPathFinder.findMinimalDistances(OrientVertex node) |
protected float |
OSQLFunctionPathFinder.getDistance(OrientVertex node,
OrientVertex target) |
protected float |
OSQLFunctionDijkstra.getDistance(OrientVertex node,
OrientVertex target) |
protected float |
OSQLFunctionPathFinder.getShortestDistance(OrientVertex destination) |
protected boolean |
OSQLFunctionPathFinder.isSettled(OrientVertex vertex) |
| Modifier and Type | Method and Description |
|---|---|
protected OrientVertex |
OSQLFunctionPathFinder.getMinimum(Set<OrientVertex> vertexes) |
| 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 |
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 |
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.
|
| 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. iClassName is the Edge's class used
if different by 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 Entension) Returns all the edges from the current Vertex to another one.
|
| Constructor and Description |
|---|
OrientEdgeIterator(OrientVertex iSourceVertex,
OrientVertex iTargetVertex,
Iterator<?> iterator,
OPair<com.tinkerpop.blueprints.Direction,String> connection,
String[] iLabels,
int iSize) |
OrientVertexIterator(OrientVertex orientVertex,
Iterator<?> iterator,
OPair<com.tinkerpop.blueprints.Direction,String> connection,
String[] iLabels,
int iSize) |
OrientVertexQuery(OrientVertex vertex) |
Copyright © 2009-2014 Orient Technologies. All Rights Reserved.