Class Node


  • public class Node
    extends Object
    Describes start or end node for a relationship.
    • Method Detail

      • getElementId

        public String getElementId()
        The elementId of the node.
        Returns:
        element id
      • getKeys

        public Map<String,​List<Map<String,​Object>>> getKeys()
        The keys identifying the node, grouped per label. This requires key constraints defined on the changed entities.
        Returns:
        map of labels to list of key properties on that label
      • getLabels

        public List<String> getLabels()
        List of labels on the node.
        Returns:
        labels
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • fromMap

        public static Node fromMap​(Map<?,​?> map)