Lua API

Node Neighbors

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)

Traversing - Neighbor Ids

Get the Neighbor Ids for a Node

Node[] NodeGetNeighborIds(Node node)

Get the Neighbor Ids of a Direction for a Node

Node[] NodeGetNeighborIds(Node node, Direction direction)

Get the Neighbor Ids of a Direction and Type for a Node

Node[] NodeGetNeighborIds(Node node, Direction direction, String rel_type)

Get the Neighbor Ids of a Direction and Types for a Node

Node[] NodeGetNeighborIds(Node node, Direction direction, String[] rel_types)

Get the Neighbor Ids of a Type for a Node

Node[] NodeGetNeighborIds(Node node, String rel_type)

Get the Neighbor Ids of Types for a Node

Node[] NodeGetNeighborIds(Node node, String[] rel_types)

Get the Neighbor Ids for a Node

Node[] NodeGetNeighborIds(String type, String key)

Get the Neighbor Ids of a Direction for a Node

Node[] NodeGetNeighborIds(String type, String key, Direction direction)

Get the Neighbor Ids of a Direction and Type for a Node

Node[] NodeGetNeighborIds(String type, String key, Direction direction, String rel_type)

Get the Neighbor Ids of a Direction and Types for a Node

Node[] NodeGetNeighborIds(String type, String key, Direction direction, String[] rel_types)

Get the Neighbor Ids of a Type for a Node

Node[] NodeGetNeighborIds(String type, String key, String rel_type)

Get the Neighbor Ids of Types for a Node

Node[] NodeGetNeighborIds(String type, String key, String[] rel_types)

Get the Neighbor Ids for a Node by Id

Node[] NodeGetNeighborIds(Number id)

Get the Neighbor Ids of a Direction for a Node by Id

Node[] NodeGetNeighborIds(Number id, Direction direction)

Get the Neighbor Ids of a Direction and Type for a Node by Id

Node[] NodeGetNeighborIds(Number id, Direction direction, String rel_type)

Get the Neighbor Ids of a Direction and Types for a Node by Id

Node[] NodeGetNeighborIds(Number id, Direction direction, String[] rel_types)

Get the Neighbor Ids of a Type for a Node by Id

Node[] NodeGetNeighborIds(Number id, String rel_type)

Get the Neighbor Ids of Types for a Node by Id

Node[] NodeGetNeighborIds(Number id, String[] rel_types)