Class AlgorithmPowerWatershed.Lifo

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int Max  
      (package private) int[] Pts  
      (package private) int Sp  
    • Constructor Summary

      Constructors 
      Constructor Description
      Lifo()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void deletePts()  
      int getMax()  
      int getPts​(int index)  
      int getSp()  
      void setMax​(int Max)  
      void setPts​(int index, int value)  
      void setSp​(int Sp)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • Max

        int Max
      • Sp

        int Sp
      • Pts

        int[] Pts
    • Constructor Detail

      • Lifo

        Lifo()
    • Method Detail

      • setMax

        public void setMax​(int Max)
      • setSp

        public void setSp​(int Sp)
      • getMax

        public int getMax()
      • getSp

        public int getSp()
      • setPts

        public void setPts​(int index,
                           int value)
      • getPts

        public int getPts​(int index)
      • deletePts

        public void deletePts()