Class Segment


  • public class Segment
    extends java.lang.Object
    Class encapsulation of a segment.
    Author:
    Peter Boros
    • Constructor Summary

      Constructors 
      Constructor Description
      Segment​(int b, int e, int c)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int beg()  
      int conn()  
      int end()  
      int len()  
      • Methods inherited from class java.lang.Object

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

      • Segment

        public Segment​(int b,
                       int e,
                       int c)
    • Method Detail

      • beg

        public int beg()
      • end

        public int end()
      • len

        public int len()
      • conn

        public int conn()