Uses of Class
com.tinkerpop.blueprints.impls.orient.OrientEdge
Packages that use OrientEdge
Package
Description
-
Uses of OrientEdge in com.orientechnologies.orient.graph.script
Methods in com.orientechnologies.orient.graph.script that return OrientEdge -
Uses of OrientEdge in com.orientechnologies.orient.graph.sql.functions
Methods in com.orientechnologies.orient.graph.sql.functions that return types with arguments of type OrientEdgeModifier and TypeMethodDescriptionprotected Set<OrientEdge>OSQLFunctionAstar.getNeighborEdges(OrientVertex node) Deprecated.Methods in com.orientechnologies.orient.graph.sql.functions with parameters of type OrientEdgeModifier and TypeMethodDescriptionprotected doubleOSQLFunctionAstar.getDistance(OrientEdge edge) Deprecated. -
Uses of OrientEdge in com.tinkerpop.blueprints.impls.orient
Methods in com.tinkerpop.blueprints.impls.orient that return OrientEdgeModifier and TypeMethodDescriptionOrientBaseGraph.addEdge(Object id, com.tinkerpop.blueprints.Vertex outVertex, com.tinkerpop.blueprints.Vertex inVertex, String label) Creates an edge between a source Vertex and a destination Vertex setting label as Edge's label.OrientVertex.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.OrientEdgeIterator.createGraphElement(Object iObject) Returns a edge by an ID.protected static OrientEdgeOrientVertex.getEdge(OrientBaseGraph graph, ODocument doc, String fieldName, OPair<com.tinkerpop.blueprints.Direction, String> connection, Object fieldValue, OIdentifiable iTargetVertex, String[] iLabels) (Internal only)protected OrientEdgeOrientBaseGraph.getEdgeInstance(OIdentifiable id) protected OrientEdgeOrientBaseGraph.getEdgeInstance(OIdentifiable from, OIdentifiable to, String label) protected OrientEdgeOrientBaseGraph.getEdgeInstance(String className, Object... fields) Methods in com.tinkerpop.blueprints.impls.orient with parameters of type OrientEdgeModifier and TypeMethodDescriptionbooleanOrientEdgeIterator.filter(OrientEdge iObject) voidOrientGraph.removeEdgeInternal(OrientEdge edge) Removes the Edge from the Graph.static voidOrientGraphNoTx.removeEdgeInternal(OrientBaseGraph graph, OrientEdge edge) voidOrientGraphNoTx.removeEdgeInternal(OrientEdge edge) Removes the Edge from the Graph.