Uses of Class
com.tinkerpop.blueprints.impls.orient.OrientVertex
Packages that use OrientVertex
Package
Description
-
Uses of OrientVertex in com.orientechnologies.orient.graph.script
Methods in com.orientechnologies.orient.graph.script that return OrientVertexModifier and TypeMethodDescriptionOScriptGraphWrapper.addTemporaryVertex(String iClassName, Object[] prop) -
Uses of OrientVertex in com.orientechnologies.orient.graph.sql.functions
Fields in com.orientechnologies.orient.graph.sql.functions declared as OrientVertexModifier and TypeFieldDescriptionprotected OrientVertexOSQLFunctionHeuristicPathFinderAbstract.paramDestinationVertexprotected OrientVertexOSQLFunctionPathFinder.paramDestinationVertexprotected OrientVertexOSQLFunctionHeuristicPathFinderAbstract.paramSourceVertexprotected OrientVertexOSQLFunctionPathFinder.paramSourceVertexFields in com.orientechnologies.orient.graph.sql.functions with type parameters of type OrientVertexModifier and TypeFieldDescriptionprotected Map<OrientVertex,OrientVertex> OSQLFunctionAstar.cameFromDeprecated.protected Map<OrientVertex,OrientVertex> OSQLFunctionAstar.cameFromDeprecated.protected Set<OrientVertex>OSQLFunctionAstar.closedSetDeprecated.protected Map<OrientVertex,Double> OSQLFunctionAstar.fScoreDeprecated.protected Map<OrientVertex,Double> OSQLFunctionAstar.gScoreDeprecated.protected PriorityQueue<OrientVertex>OSQLFunctionAstar.openDeprecated.protected Map<ORID,OrientVertex> OSQLFunctionPathFinder.predecessorsprotected List<OrientVertex>OSQLFunctionHeuristicPathFinderAbstract.routeprotected Set<OrientVertex>OSQLFunctionPathFinder.unSettledNodesMethods in com.orientechnologies.orient.graph.sql.functions that return OrientVertexModifier and TypeMethodDescriptionprotected OrientVertexOSQLFunctionPathFinder.getMinimum(Set<OrientVertex> vertexes) Methods in com.orientechnologies.orient.graph.sql.functions that return types with arguments of type OrientVertexModifier and TypeMethodDescriptionOSQLFunctionAstar.execute(Object iThis, OIdentifiable iCurrentRecord, Object iCurrentResult, Object[] iParams, OCommandContext iContext) Deprecated.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()OSQLFunctionPathFinder.getPath()Methods in com.orientechnologies.orient.graph.sql.functions with parameters of type OrientVertexModifier and TypeMethodDescriptionprotected voidOSQLFunctionPathFinder.findMinimalDistances(OrientVertex node) protected doubleOSQLFunctionHeuristicPathFinderAbstract.getCustomHeuristicCost(String functionName, String[] vertextAxisNames, OrientVertex start, OrientVertex goal, OrientVertex current, OrientVertex parent, long depth, double dFactor) protected doubleOSQLFunctionAstar.getDistance(OrientVertex node, OrientVertex parent, OrientVertex target) Deprecated.protected floatOSQLFunctionDijkstra.getDistance(OrientVertex node, OrientVertex target) Deprecated.protected abstract doubleOSQLFunctionHeuristicPathFinderAbstract.getDistance(OrientVertex node, OrientVertex parent, OrientVertex target) protected abstract floatOSQLFunctionPathFinder.getDistance(OrientVertex node, OrientVertex target) protected doubleOSQLFunctionAstar.getHeuristicCost(OrientVertex node, OrientVertex parent, OrientVertex target) Deprecated.protected abstract doubleOSQLFunctionHeuristicPathFinderAbstract.getHeuristicCost(OrientVertex node, OrientVertex parent, OrientVertex target) protected Set<OrientEdge>OSQLFunctionAstar.getNeighborEdges(OrientVertex node) Deprecated.protected Set<OrientVertex>OSQLFunctionHeuristicPathFinderAbstract.getNeighbors(OrientVertex node) protected floatOSQLFunctionPathFinder.getShortestDistance(OrientVertex destination) protected booleanOSQLFunctionPathFinder.isNotSettled(OrientVertex vertex) Method parameters in com.orientechnologies.orient.graph.sql.functions with type arguments of type OrientVertexModifier and TypeMethodDescriptionprotected OrientVertexOSQLFunctionPathFinder.getMinimum(Set<OrientVertex> vertexes) -
Uses of OrientVertex in com.orientechnologies.orient.graph.stresstest
Fields in com.orientechnologies.orient.graph.stresstest declared as OrientVertexModifier and TypeFieldDescriptionprotected OrientVertexOBaseGraphWorkload.OWorkLoadContext.lastVertexToConnect -
Uses of OrientVertex in com.tinkerpop.blueprints.impls.orient
Methods in com.tinkerpop.blueprints.impls.orient that return OrientVertexModifier and TypeMethodDescriptionOrientBaseGraph.addTemporaryVertex(String iClassName, Object... prop) (Blueprints Extension) Creates a temporary vertex setting the initial field values.OrientExtendedGraph.addTemporaryVertex(String iClassName, Object... prop) (Blueprints Extension) Creates a temporary vertex setting the initial field values.Creates a new unconnected vertex with no fields in the Graph.(Blueprints Extension) Creates a new unconnected vertex in the Graph setting the initial field values.(Blueprints Extension) Creates a new unconnected vertex with no fields of specific class in a cluster in the Graph.OrientExtendedVertex.copy()OrientVertex.copy()Returns a vertex by an ID.OrientEdge.getVertex(com.tinkerpop.blueprints.Direction direction) Returns the connected incoming or outgoing vertex.protected OrientVertexOrientBaseGraph.getVertexInstance(OIdentifiable id) protected OrientVertexOrientBaseGraph.getVertexInstance(String className, Object... fields) OrientExtendedVertex.getVertexInstance()OrientVertex.getVertexInstance()Methods in com.tinkerpop.blueprints.impls.orient with parameters of type OrientVertexModifier and TypeMethodDescriptionOrientVertex.addEdge(String label, OrientVertex inVertex, Object[] fields) Creates an edge between current Vertex and a target Vertex setting label as Edge's label.OrientVertex.addEdge(String label, OrientVertex inVertex, String iClassName) Creates an edge between current Vertex and a target Vertex setting label as Edge's label.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.Constructors in com.tinkerpop.blueprints.impls.orient with parameters of type OrientVertexModifierConstructorDescriptionOrientEdgeIterator(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)