Uses of Interface
com.orientechnologies.orient.core.record.OVertex
Packages that use OVertex
Package
Description
-
Uses of OVertex in com.orientechnologies.orient.core.command.script
Methods in com.orientechnologies.orient.core.command.script that return OVertexMethods in com.orientechnologies.orient.core.command.script with parameters of type OVertex -
Uses of OVertex in com.orientechnologies.orient.core.db
Methods in com.orientechnologies.orient.core.db with parameters of type OVertexModifier and TypeMethodDescriptionODatabaseDocumentInternal.newLightweightEdge(String iClassName, OVertex from, OVertex to) ODatabaseDocumentInternal.newRegularEdge(String iClassName, OVertex from, OVertex to) -
Uses of OVertex in com.orientechnologies.orient.core.db.document
Methods in com.orientechnologies.orient.core.db.document that return OVertexModifier and TypeMethodDescriptiondefault OVertexODatabaseDocument.newVertex()Creates a new Vertex of type VCreates a new VertexCreates a new VertexMethods in com.orientechnologies.orient.core.db.document with parameters of type OVertexModifier and TypeMethodDescriptiondefault OEdgeCreates a new Edge of type ECreates a new EdgeCreates a new EdgeODatabaseDocumentAbstract.newLightweightEdge(String iClassName, OVertex from, OVertex to) ODatabaseDocumentAbstract.newRegularEdge(String iClassName, OVertex from, OVertex to) -
Uses of OVertex in com.orientechnologies.orient.core.record
Methods in com.orientechnologies.orient.core.record that return OVertexModifier and TypeMethodDescriptionOEdge.getFrom()OEdge.getTo()default OVertexOEdge.getVertex(ODirection dir) Methods in com.orientechnologies.orient.core.record that return types with arguments of type OVertexModifier and TypeMethodDescriptionOElement.asVertex()Returns an instance of OVertex representing current elementOVertex.getVertices(ODirection direction) OVertex.getVertices(ODirection direction, OClass... type) OVertex.getVertices(ODirection direction, String... type) Methods in com.orientechnologies.orient.core.record with parameters of type OVertex -
Uses of OVertex in com.orientechnologies.orient.core.record.impl
Classes in com.orientechnologies.orient.core.record.impl that implement OVertexFields in com.orientechnologies.orient.core.record.impl declared as OVertexModifier and TypeFieldDescriptionprotected OVertexOEdgeDelegate.vInprotected OVertexOEdgeDelegate.vOutMethods in com.orientechnologies.orient.core.record.impl that return OVertexModifier and TypeMethodDescriptionOVertexDelegate.delete()OEdgeDelegate.getFrom()OEdgeDocument.getFrom()OEdgeDelegate.getTo()OEdgeDocument.getTo()OEdgeToVertexIterator.next()Methods in com.orientechnologies.orient.core.record.impl that return types with arguments of type OVertexModifier and TypeMethodDescriptionODocument.asVertex()OEdgeDelegate.asVertex()OVertexDelegate.asVertex()OVertexDelegate.getVertices(ODirection direction) OVertexDelegate.getVertices(ODirection direction, OClass... type) OVertexDelegate.getVertices(ODirection direction, String... type) OVertexDocument.getVertices(ODirection direction) OVertexDocument.getVertices(ODirection direction, OClass... type) OVertexDocument.getVertices(ODirection direction, String... type) OEdgeToVertexIterable.iterator()Methods in com.orientechnologies.orient.core.record.impl with parameters of type OVertexModifier and TypeMethodDescriptionstatic voidOVertexDocument.deleteLinks(ODatabaseSession db, OVertex delegate) protected static voidOVertexDocument.detachEdge(OVertex vertex, OEdge edge, String fieldPrefix) protected static voidOVertexDocument.detachIncomingEdge(OVertex vertex, OEdge edge) protected static voidOVertexDocument.detachOutgointEdge(OVertex vertex, OEdge edge) protected static ORIDOVertexDocument.moveTo(String iClassName, String iClusterName, OVertex toMove, ODatabaseSession db) Constructors in com.orientechnologies.orient.core.record.impl with parameters of type OVertexModifierConstructorDescriptionOEdgeDelegate(OVertex out, OVertex in, OImmutableClass lightweightEdgeType, String edgeLabel) OEdgeIterator(OVertex iSourceVertex, OVertex iTargetVertex, Object iMultiValue, Iterator<?> iterator, OPair<ODirection, String> connection, String[] iLabels, int iSize) OEdgeIterator(OVertex iSourceVertex, Object iMultiValue, Iterator<?> iterator, OPair<ODirection, String> connection, String[] iLabels, int iSize) -
Uses of OVertex in com.orientechnologies.orient.core.serialization.serializer.record.binary
Methods in com.orientechnologies.orient.core.serialization.serializer.record.binary that return OVertex -
Uses of OVertex in com.orientechnologies.orient.core.sql.executor
Methods in com.orientechnologies.orient.core.sql.executor that return OVertexModifier and TypeMethodDescriptionOResult.getVertexProperty(String name) returns an OVertex property from the resultOResultInternal.getVertexProperty(String name) Methods in com.orientechnologies.orient.core.sql.executor that return types with arguments of type OVertexModifier and TypeMethodDescriptionOResult.getVertex()OResultSet.vertexStream()Returns the result set as a stream of vertices (filters only the results that are vertices - where the isVertex() method returns true).Methods in com.orientechnologies.orient.core.sql.executor with parameters of type OVertex -
Uses of OVertex in com.orientechnologies.orient.core.sql.functions.graph
Fields in com.orientechnologies.orient.core.sql.functions.graph declared as OVertexModifier and TypeFieldDescriptionprotected OVertexOSQLFunctionHeuristicPathFinderAbstract.paramDestinationVertexprotected OVertexOSQLFunctionPathFinder.paramDestinationVertexprotected OVertexOSQLFunctionHeuristicPathFinderAbstract.paramSourceVertexprotected OVertexOSQLFunctionPathFinder.paramSourceVertexFields in com.orientechnologies.orient.core.sql.functions.graph with type parameters of type OVertexModifier and TypeFieldDescriptionOSQLFunctionAstar.cameFromOSQLFunctionAstar.cameFromOSQLFunctionAstar.closedSetOSQLFunctionAstar.fScoreOSQLFunctionAstar.gScoreprotected PriorityQueue<OVertex>OSQLFunctionAstar.openOSQLFunctionPathFinder.predecessorsOSQLFunctionHeuristicPathFinderAbstract.routeOSQLFunctionPathFinder.unSettledNodesMethods in com.orientechnologies.orient.core.sql.functions.graph that return OVertexModifier and TypeMethodDescriptionprotected OVertexOSQLFunctionPathFinder.getMinimum(Set<OVertex> vertexes) Methods in com.orientechnologies.orient.core.sql.functions.graph that return types with arguments of type OVertexModifier and TypeMethodDescriptionOSQLFunctionAstar.execute(Object iThis, OIdentifiable iCurrentRecord, Object iCurrentResult, Object[] iParams, OCommandContext iContext) OSQLFunctionDijkstra.execute(Object iThis, OIdentifiable iCurrentRecord, Object iCurrentResult, Object[] iParams, OCommandContext iContext) protected LinkedList<OVertex>OSQLFunctionPathFinder.execute(OCommandContext iContext) OSQLFunctionHeuristicPathFinderAbstract.getNeighbors(OVertex node) OSQLFunctionPathFinder.getNeighbors(OVertex node) protected LinkedList<OVertex>OSQLFunctionHeuristicPathFinderAbstract.getPath()OSQLFunctionPathFinder.getPath()Methods in com.orientechnologies.orient.core.sql.functions.graph with parameters of type OVertexModifier and TypeMethodDescriptionprotected voidOSQLFunctionPathFinder.findMinimalDistances(OVertex node) protected doubleOSQLFunctionHeuristicPathFinderAbstract.getCustomHeuristicCost(String functionName, String[] vertextAxisNames, OVertex start, OVertex goal, OVertex current, OVertex parent, long depth, double dFactor, OCommandContext ctx) protected doubleOSQLFunctionAstar.getDistance(OVertex node, OVertex parent, OVertex target) protected floatOSQLFunctionDijkstra.getDistance(OVertex node, OVertex target) protected abstract doubleOSQLFunctionHeuristicPathFinderAbstract.getDistance(OVertex node, OVertex parent, OVertex target) protected abstract floatOSQLFunctionPathFinder.getDistance(OVertex node, OVertex target) protected doubleOSQLFunctionAstar.getHeuristicCost(OVertex node, OVertex parent, OVertex target, OCommandContext iContext) protected abstract doubleOSQLFunctionHeuristicPathFinderAbstract.getHeuristicCost(OVertex node, OVertex parent, OVertex target, OCommandContext iContext) OSQLFunctionAstar.getNeighborEdges(OVertex node) OSQLFunctionHeuristicPathFinderAbstract.getNeighbors(OVertex node) OSQLFunctionPathFinder.getNeighbors(OVertex node) protected floatOSQLFunctionPathFinder.getShortestDistance(OVertex destination) protected booleanOSQLFunctionPathFinder.isNotSettled(OVertex vertex) Method parameters in com.orientechnologies.orient.core.sql.functions.graph with type arguments of type OVertexModifier and TypeMethodDescriptionprotected OVertexOSQLFunctionPathFinder.getMinimum(Set<OVertex> vertexes) -
Uses of OVertex in com.orientechnologies.orient.etl.loader
Methods in com.orientechnologies.orient.etl.loader with parameters of type OVertexModifier and TypeMethodDescriptionprotected voidOETLOrientDBLoader.autoCreatePropertiesOnElement(ODatabaseDocument db, OVertex element) -
Uses of OVertex in org.apache.tinkerpop.gremlin.orientdb
Fields in org.apache.tinkerpop.gremlin.orientdb declared as OVertexModifier and TypeFieldDescriptionprotected OVertexOrientEdge.vInprotected OVertexOrientEdge.vOutMethods in org.apache.tinkerpop.gremlin.orientdb that return OVertexModifier and TypeMethodDescriptionprotected static OVertexOrientVertex.createRawElement(OGraph graph, String label) OrientVertex.getRawElement()Methods in org.apache.tinkerpop.gremlin.orientdb with parameters of type OVertexConstructors in org.apache.tinkerpop.gremlin.orientdb with parameters of type OVertex