Uses of Class
oracle.pgx.common.types.Direction
-
Packages that use Direction Package Description oracle.pgx.api This package contains the main Java APIs.oracle.pgx.common.types This package contains enums and helper classes identifying common PGX types. -
-
Uses of Direction in oracle.pgx.api
Methods in oracle.pgx.api with parameters of type Direction Modifier and Type Method Description java.util.Collection<PgxVertex<ID>>PgxVertex. getNeighbors(Direction direction)Convenience method forPgxVertex.getNeighbors(Direction, boolean)that keeps all duplicates.java.util.Collection<PgxVertex<ID>>PgxVertex. getNeighbors(Direction direction, boolean removeDuplicates)Blocking version ofPgxVertex.getNeighborsAsync(Direction, boolean).PgxFuture<java.util.Collection<PgxVertex<ID>>>PgxVertex. getNeighborsAsync(Direction direction, boolean removeDuplicates)Returns all neighbors of this vertex, i.e., all vertices that are connected to this vertex. -
Uses of Direction in oracle.pgx.common.types
Methods in oracle.pgx.common.types that return Direction Modifier and Type Method Description DirectionDirection. inverse()static DirectionDirection. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Direction[]Direction. values()Returns an array containing the constants of this enum type, in the order they are declared.
-