Interface ModelItemAccessor

    • Method Detail

      • getChild

        default ModelItem getChild​(String childName)
        Retrieves the child model item with the given name
        Parameters:
        childName - name of the model item child to retrieve
        Returns:
        the child with the given name, or null if no child is found
      • hasModelItem

        default boolean hasModelItem​(String itemPath)
        Checks if there is an item defined with the given path
        Parameters:
        itemPath - path of the item
        Returns:
        true if there is an item, false otherwise