Class QueryTree


  • public class QueryTree
    extends Object
    Utility class to represent the query tree associated with a PLL.
    • Field Detail

      • id

        protected final long id
      • name

        protected final String name
    • Constructor Detail

      • QueryTree

        public QueryTree​(long id,
                         String name,
                         QueryTree... children)
        Constructs a node of a query tree.
        Parameters:
        id - the id of the PLL
        name - a short description of what the PLL does
        children - the list of sub-PLLs this PLL builds on