Interface PerspectiveItem

    • Method Detail

      • getId

        int getId()
        Returns the id of this item.
      • getParent

        PerspectiveItem getParent()
        Returns the parent item of this item.
      • getDescription

        UserMessage getDescription()
        Returns the description of this item.
      • isAncestorOf

        boolean isAncestorOf​(PerspectiveItem anItem)
        Returns true only if this item is an ancestor of the item specified as parameter. (An item is not considered as an ancestor of itself).