Class SuperAreaOperator

    • Field Detail

      • depthLimit

        protected int depthLimit
        Recursion depth limit while detecting the sub-areas
    • Constructor Detail

      • SuperAreaOperator

        public SuperAreaOperator()
        Creates the deparator with default parameter values.
      • SuperAreaOperator

        public SuperAreaOperator​(int depthLimit)
        Creates the operator.
        Parameters:
        depthLimit - Recursion depth limit while detecting the sub-areas
    • Method Detail

      • getId

        public String getId()
      • getName

        public String getName()
      • getDescription

        public String getDescription()
      • getCategory

        public String getCategory()
      • getDepthLimit

        public int getDepthLimit()
      • setDepthLimit

        public void setDepthLimit​(int depthLimit)
      • apply

        public void apply​(AreaTree atree)
      • findSuperAreas

        public void findSuperAreas​(Area root,
                                   int passlimit)
        Creates syntetic super areas by grouping the subareas of the given area.
        Parameters:
        root - the root area to be processed
        passlimit - the maximal number of passes while some changes occur