Traversing - Neighbors
Get the Neighbors for a Node
Node[] NodeGetNeighbors(Node node)
Get the Neighbors of a Direction for a Node
Node[] NodeGetNeighbors(Node node, Direction direction)
Get the Neighbors of a Direction and Type for a Node
Node[] NodeGetNeighbors(Node node, Direction direction, String rel_type)
Get the Neighbors of a Direction and Types for a Node
Node[] NodeGetNeighbors(Node node, Direction direction, String[] rel_types)
Get the Neighbors of a Type for a Node
Node[] NodeGetNeighbors(Node node, String rel_type)
Get the Neighbors of Types for a Node
Node[] NodeGetNeighbors(Node node, String[] rel_types)
Get the Neighbors for a Node
Node[] NodeGetNeighbors(String type, String key)
Get the Neighbors of a Direction for a Node
Node[] NodeGetNeighbors(String type, String key, Direction direction)
Get the Neighbors of a Direction and Type for a Node
Node[] NodeGetNeighbors(String type, String key, Direction direction, String rel_type)
Get the Neighbors of a Direction and Types for a Node
Node[] NodeGetNeighbors(String type, String key, Direction direction, String[] rel_types)
Get the Neighbors of a Type for a Node
Node[] NodeGetNeighbors(String type, String key, String rel_type)
Get the Neighbors of Types for a Node
Node[] NodeGetNeighbors(String type, String key, String[] rel_types)
Get the Neighbors for a Node by Id
Node[] NodeGetNeighbors(Number id)
Get the Neighbors of a Direction for a Node by Id
Node[] NodeGetNeighbors(Number id, Direction direction)
Get the Neighbors of a Direction and Type for a Node by Id
Node[] NodeGetNeighbors(Number id, Direction direction, String rel_type)
Get the Neighbors of a Direction and Types for a Node by Id
Node[] NodeGetNeighbors(Number id, Direction direction, String[] rel_types)
Get the Neighbors of a Type for a Node by Id
Node[] NodeGetNeighbors(Number id, String rel_type)
Get the Neighbors of Types for a Node by Id
Node[] NodeGetNeighbors(Number id, String[] rel_types)