Package gprover

Class PLine


  • public class PLine
    extends CClass
    Constructs a Mnde object with default values.
    • Constructor Summary

      Constructors 
      Constructor Description
      PLine()
      Constructs a PLine object with default values.
      PLine​(LLine l1, LLine l2)
      Constructs a PLine object with two lines.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • no

        public int no
    • Constructor Detail

      • PLine

        public PLine​(LLine l1,
                     LLine l2)
        Constructs a PLine object with two lines.
        Parameters:
        l1 - the first line
        l2 - the second line
      • PLine

        public PLine()
        Constructs a PLine object with default values.