Interface LabelEntry


public interface LabelEntry
Represents an assigned or removed label for a node.
  • Method Summary

    Modifier and Type
    Method
    Description
    This is the label that has been added or removed.
    This is the node which has had the label added or removed.
  • Method Details

    • label

      Label label()
      This is the label that has been added or removed.
      Returns:
      the label.
    • node

      Node node()
      This is the node which has had the label added or removed.
      Returns:
      the node that has been modified.