Uses of Enum Class
org.apache.tinkerpop.gremlin.structure.Direction
Packages that use Direction
Package
Description
-
Uses of Direction in org.apache.tinkerpop.gremlin.gql
Methods in org.apache.tinkerpop.gremlin.gql that return DirectionModifier and TypeMethodDescriptionExtensionStep.getDirection()The traversal direction from the anchor vertex.QueryEdge.getDirection()Constructors in org.apache.tinkerpop.gremlin.gql with parameters of type DirectionModifierConstructorDescriptionExtensionStep(String anchorVariable, String edgeLabel, Direction direction, String edgeVariable, String targetLabel, String targetVariable) ExtensionStep(String anchorVariable, String edgeLabel, Direction direction, String edgeVariable, String targetLabel, String targetVariable, List<PropertyPredicate> targetPredicates) ExtensionStep(String anchorVariable, String edgeLabel, Direction direction, String edgeVariable, String targetLabel, String targetVariable, List<PropertyPredicate> targetPredicates, long estimatedCost) ExtensionStep(String anchorVariable, String edgeLabel, Direction direction, String edgeVariable, List<PropertyPredicate> edgePredicates, String targetLabel, String targetVariable, List<PropertyPredicate> targetPredicates, long estimatedCost) QueryEdge(String variable, String label, Direction direction, QueryVertex source, QueryVertex target) QueryEdge(String variable, String label, Direction direction, QueryVertex source, QueryVertex target, List<PropertyPredicate> predicates) -
Uses of Direction in org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential
Methods in org.apache.tinkerpop.gremlin.groovy.jsr223.dsl.credential with parameters of type DirectionModifier and TypeMethodDescriptionstatic CredentialTraversal<Vertex,Vertex> static CredentialTraversal<Vertex,Vertex> static CredentialTraversal<Vertex,Vertex> default CredentialTraversal<S,Vertex> default CredentialTraversal<S,Vertex> default CredentialTraversal<S,Vertex> static CredentialTraversal<Vertex,Edge> static CredentialTraversal<Vertex,Edge> static CredentialTraversal<Vertex,Edge> default CredentialTraversal<S,Edge> default CredentialTraversal<S,Edge> default CredentialTraversal<S,Edge> static CredentialTraversal<Edge,Vertex> default CredentialTraversal<S,Vertex> -
Uses of Direction in org.apache.tinkerpop.gremlin.language.grammar
Methods in org.apache.tinkerpop.gremlin.language.grammar that return DirectionModifier and TypeMethodDescriptionstatic DirectionTraversalEnumParser.parseTraversalDirectionFromContext(GremlinParser.TraversalDirectionContext context) Parsing ofDirectionrequires some special handling because of aliases (from/to).static DirectionTraversalEnumParser.parseTraversalDirectionFromContext(GremlinParser.TraversalDirectionLongContext context) Parsing ofDirectionrequires some special handling because of aliases (from/to). -
Uses of Direction in org.apache.tinkerpop.gremlin.process.computer
Methods in org.apache.tinkerpop.gremlin.process.computer with parameters of type DirectionModifier and TypeMethodDescriptionGraphFilter.checkEdgeLegality(Direction direction) Get the legality of a particular edge direction.GraphFilter.checkEdgeLegality(Direction direction, String label) Get the legality of a particular edge direction and label.GraphFilter.getLegallyPositiveEdgeLabels(Direction direction) For a particular edge directionality, get all theGraphFilter.Legal.YESorGraphFilter.Legal.MAYBEedge labels. -
Uses of Direction in org.apache.tinkerpop.gremlin.process.computer.search.path
Methods in org.apache.tinkerpop.gremlin.process.computer.search.path with parameters of type DirectionModifier and TypeMethodDescriptionShortestPathVertexProgram.Builder.edgeDirection(Direction direction) -
Uses of Direction in org.apache.tinkerpop.gremlin.process.computer.util
Methods in org.apache.tinkerpop.gremlin.process.computer.util with parameters of type DirectionModifier and TypeMethodDescription -
Uses of Direction in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph
Methods in org.apache.tinkerpop.gremlin.process.traversal.dsl.graph with parameters of type DirectionModifier and TypeMethodDescriptionstatic GraphTraversal<Vertex,Vertex> static GraphTraversal<Vertex,Vertex> static GraphTraversal<Vertex,Vertex> default GraphTraversal<S,Vertex> Map theVertexto its adjacent vertices given a direction.default GraphTraversal<S,Vertex> Map theVertexto its adjacent vertices given a direction and edge labels.default GraphTraversal<S,Vertex> Map theVertexto its adjacent vertices given a direction and edge labels.static GraphTraversal<Vertex,Edge> static GraphTraversal<Vertex,Edge> static GraphTraversal<Vertex,Edge> default GraphTraversal<S,Edge> Map theVertexto its incident edges given the direction.default GraphTraversal<S,Edge> Map theVertexto its incident edges given the direction and edge labels.default GraphTraversal<S,Edge> Map theVertexto its incident edges given the direction and edge labels.static GraphTraversal<Edge,Vertex> default GraphTraversal<S,Vertex> Map theEdgeto its incident vertices given the direction. -
Uses of Direction in org.apache.tinkerpop.gremlin.process.traversal.step.map
Fields in org.apache.tinkerpop.gremlin.process.traversal.step.map declared as DirectionMethods in org.apache.tinkerpop.gremlin.process.traversal.step.map that return DirectionModifier and TypeMethodDescriptionEdgeVertexStep.getDirection()VertexStep.getDirection()VertexStepContract.getDirection()VertexStepPlaceholder.getDirection()Methods in org.apache.tinkerpop.gremlin.process.traversal.step.map with parameters of type DirectionModifier and TypeMethodDescriptionprotected voidMergeEdgeStep.resolveVertex(Merge token, Direction direction, Map map, Traverser.Admin<S> traverser, Traversal.Admin<S, Object> traversal) Constructors in org.apache.tinkerpop.gremlin.process.traversal.step.map with parameters of type DirectionModifierConstructorDescriptionEdgeVertexStep(Traversal.Admin traversal, Direction direction) VertexStep(Traversal.Admin traversal, Class<E> returnClass, Direction direction, String... edgeLabels) VertexStepPlaceholder(Traversal.Admin traversal, Class<E> returnClass, Direction direction, GValue<String>... edgeLabels) -
Uses of Direction in org.apache.tinkerpop.gremlin.structure
Fields in org.apache.tinkerpop.gremlin.structure declared as DirectionModifier and TypeFieldDescriptionstatic final DirectionDirection.fromFriendly alias toOUTstatic final Direction[]Direction.properstatic final DirectionDirection.toFriendly alias toINMethods in org.apache.tinkerpop.gremlin.structure that return DirectionModifier and TypeMethodDescriptionstatic DirectionDirection.directionValueOf(String name) GetDirectionfrom name.Direction.opposite()Produce the opposite representation of the currentDirectionenum.static DirectionReturns the enum constant of this class with the specified name.static Direction[]Direction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.tinkerpop.gremlin.structure with parameters of type Direction -
Uses of Direction in org.apache.tinkerpop.gremlin.structure.io
Methods in org.apache.tinkerpop.gremlin.structure.io with parameters of type DirectionModifier and TypeMethodDescriptionGraphReader.readVertex(InputStream inputStream, Function<Attachable<Vertex>, Vertex> vertexAttachMethod, Function<Attachable<Edge>, Edge> edgeAttachMethod, Direction attachEdgesOfThisDirection) Reads a single vertex from anInputStream.GraphReader.readVertices(InputStream inputStream, Function<Attachable<Vertex>, Vertex> vertexAttachMethod, Function<Attachable<Edge>, Edge> edgeAttachMethod, Direction attachEdgesOfThisDirection) Reads a set of one or more vertices from anInputStreamwhich were written byGraphWriter.writeVertices(OutputStream, Iterator).voidGraphWriter.writeVertex(OutputStream outputStream, Vertex v, Direction direction) Write a vertex to a stream with its associated edges.default voidGraphWriter.writeVertices(OutputStream outputStream, Iterator<Vertex> vertexIterator, Direction direction) Write a list of vertices from aTraversalto a stream with its associated edges. -
Uses of Direction in org.apache.tinkerpop.gremlin.structure.io.binary.types
Fields in org.apache.tinkerpop.gremlin.structure.io.binary.types with type parameters of type DirectionModifier and TypeFieldDescriptionstatic final EnumSerializer<Direction>EnumSerializer.DirectionSerializer -
Uses of Direction in org.apache.tinkerpop.gremlin.structure.io.graphml
Methods in org.apache.tinkerpop.gremlin.structure.io.graphml with parameters of type DirectionModifier and TypeMethodDescriptionGraphMLReader.readVertex(InputStream inputStream, Function<Attachable<Vertex>, Vertex> vertexAttachMethod, Function<Attachable<Edge>, Edge> edgeAttachMethod, Direction attachEdgesOfThisDirection) This method is not supported for this reader.GraphMLReader.readVertices(InputStream inputStream, Function<Attachable<Vertex>, Vertex> vertexAttachMethod, Function<Attachable<Edge>, Edge> edgeAttachMethod, Direction attachEdgesOfThisDirection) This method is not supported for this reader.voidGraphMLWriter.writeVertex(OutputStream outputStream, Vertex v, Direction direction) This method is not supported for this writer.voidGraphMLWriter.writeVertices(OutputStream outputStream, Iterator<Vertex> vertexIterator, Direction direction) This method is not supported for this writer. -
Uses of Direction in org.apache.tinkerpop.gremlin.structure.io.graphson
Methods in org.apache.tinkerpop.gremlin.structure.io.graphson with parameters of type DirectionModifier and TypeMethodDescriptionGraphSONReader.readVertex(InputStream inputStream, Function<Attachable<Vertex>, Vertex> vertexAttachMethod, Function<Attachable<Edge>, Edge> edgeAttachMethod, Direction attachEdgesOfThisDirection) Read aVertexfrom output generated by any of theGraphSONWriterwriteVertexorwriteVerticesmethods or byGraphSONWriter.writeGraph(OutputStream, Graph).LegacyGraphSONReader.readVertex(InputStream inputStream, Function<Attachable<Vertex>, Vertex> vertexAttachMethod, Function<Attachable<Edge>, Edge> edgeAttachMethod, Direction attachEdgesOfThisDirection) This method is not supported for this reader.GraphSONReader.readVertices(InputStream inputStream, Function<Attachable<Vertex>, Vertex> vertexAttachMethod, Function<Attachable<Edge>, Edge> edgeAttachMethod, Direction attachEdgesOfThisDirection) ReadVertexobjects from output generated by any of theGraphSONWriterwriteVertexorwriteVerticesmethods or byGraphSONWriter.writeGraph(OutputStream, Graph).LegacyGraphSONReader.readVertices(InputStream inputStream, Function<Attachable<Vertex>, Vertex> vertexAttachMethod, Function<Attachable<Edge>, Edge> edgeAttachMethod, Direction attachEdgesOfThisDirection) This method is not supported for this reader.voidGraphSONWriter.writeVertex(OutputStream outputStream, Vertex v, Direction direction) Writes a singleVertexto stream where edges only from the specified direction are written.voidGraphSONWriter.writeVertices(OutputStream outputStream, Iterator<Vertex> vertexIterator, Direction direction) Writes a list of vertices in adjacency list format where vertices are written with edges from both directions. -
Uses of Direction in org.apache.tinkerpop.gremlin.structure.io.gryo
Methods in org.apache.tinkerpop.gremlin.structure.io.gryo with parameters of type DirectionModifier and TypeMethodDescriptionGryoReader.readVertex(InputStream inputStream, Function<Attachable<Vertex>, Vertex> vertexAttachMethod, Function<Attachable<Edge>, Edge> edgeAttachMethod, Direction attachEdgesOfThisDirection) Read aVertexfrom output generated by any of theGryoWriterwriteVertexorwriteVerticesmethods or byGryoWriter.writeGraph(OutputStream, Graph).GryoReader.readVertices(InputStream inputStream, Function<Attachable<Vertex>, Vertex> vertexAttachMethod, Function<Attachable<Edge>, Edge> edgeAttachMethod, Direction attachEdgesOfThisDirection) ReadVertexobjects from output generated by any of theGryoWriterwriteVertexorwriteVerticesmethods or byGryoWriter.writeGraph(OutputStream, Graph).voidGryoWriter.writeVertex(OutputStream outputStream, Vertex v, Direction direction) Write a vertex to a stream with its associated edges.voidGryoWriter.writeVertices(OutputStream outputStream, Iterator<Vertex> vertexIterator, Direction direction) Write a list of vertices from aTraversalto a stream with its associated edges. -
Uses of Direction in org.apache.tinkerpop.gremlin.structure.util.detached
Methods in org.apache.tinkerpop.gremlin.structure.util.detached with parameters of type Direction -
Uses of Direction in org.apache.tinkerpop.gremlin.structure.util.reference
Methods in org.apache.tinkerpop.gremlin.structure.util.reference with parameters of type Direction -
Uses of Direction in org.apache.tinkerpop.gremlin.structure.util.star
Methods in org.apache.tinkerpop.gremlin.structure.util.star that return DirectionMethods in org.apache.tinkerpop.gremlin.structure.util.star with parameters of type DirectionModifier and TypeMethodDescriptionvoidvoidstatic StarGraphGryoSerializerGets a serializer from the cache.Constructors in org.apache.tinkerpop.gremlin.structure.util.star with parameters of type DirectionModifierConstructorDescriptionDirectionalStarGraph(StarGraph starGraphToSerialize, Direction direction) StarGraphSerializer(Direction edgeDirectionToSerialize, GraphFilter graphFilter) -
Uses of Direction in org.apache.tinkerpop.gremlin.tinkergraph.structure
Methods in org.apache.tinkerpop.gremlin.tinkergraph.structure with parameters of type DirectionModifier and TypeMethodDescriptionstatic Iterator<TinkerEdge>TinkerHelper.getEdges(TinkerVertex vertex, Direction direction, String... edgeLabels) static Iterator<TinkerEdge>TinkerHelper.getEdgesTx(TinkerVertex vertex, Direction direction, String... edgeLabels) static Iterator<TinkerVertex>TinkerHelper.getVertices(TinkerVertex vertex, Direction direction, String... edgeLabels) static Iterator<TinkerVertex>TinkerHelper.getVerticesTx(TinkerVertex vertex, Direction direction, String... edgeLabels)