Interface ItemVisitor<T extends ItemModel>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.List<ItemModel> visit​(T theSource, java.util.List<ItemModel> path, java.util.Map<java.lang.String,​java.lang.Object> ctx)
      Returns visited items for a given theSource item within given contest ctx
    • Method Detail

      • visit

        java.util.List<ItemModel> visit​(T theSource,
                                        java.util.List<ItemModel> path,
                                        java.util.Map<java.lang.String,​java.lang.Object> ctx)
        Returns visited items for a given theSource item within given contest ctx
        Parameters:
        theSource - given item
        path - path to given item
        ctx - visitor context
        Returns:
        relevant items for a given theSource item