Class AlgorithmGraphBasedSegmentation.edge

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int a  
      private int b  
      private float w  
    • Constructor Summary

      Constructors 
      Constructor Description
      edge()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int geta()  
      int getb()  
      float getw()  
      void seta​(int a)  
      void setb​(int b)  
      void setw​(float w)  
      • Methods inherited from class java.lang.Object

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

      • w

        private float w
      • a

        private int a
      • b

        private int b
    • Constructor Detail

      • edge

        edge()
    • Method Detail

      • seta

        public void seta​(int a)
      • geta

        public int geta()
      • setb

        public void setb​(int b)
      • getb

        public int getb()
      • setw

        public void setw​(float w)
      • getw

        public float getw()