Class KTerm

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected boolean swigCMemOwn  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
        KTerm()
      Default constructor
        KTerm​(double cste)
      Main constructor
      protected KTerm​(long cPtr, boolean cMemoryOwn)  
        KTerm​(KTerm termToCopy)
      Copy constructor
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void delete()  
      protected void finalize()  
      protected static long getCPtr​(KTerm obj)  
      double getCste()
      Get method
      void print()
      pretty print method
      void print​(com.artelys.kalis.SWIGTYPE_p_void ctx, com.artelys.kalis.SWIGTYPE_p_f_p_void_p_q_const__char__int pfp)  
      void setCste​(double cste)
      Set the constant
      • Methods inherited from class java.lang.Object

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

      • swigCMemOwn

        protected transient boolean swigCMemOwn
    • Constructor Detail

      • KTerm

        protected KTerm​(long cPtr,
                        boolean cMemoryOwn)
      • KTerm

        public KTerm()
        Default constructor
      • KTerm

        public KTerm​(double cste)
        Main constructor
      • KTerm

        public KTerm​(KTerm termToCopy)
        Copy constructor
    • Method Detail

      • getCPtr

        protected static long getCPtr​(KTerm obj)
      • finalize

        protected void finalize()
        Overrides:
        finalize in class java.lang.Object
      • delete

        public void delete()
      • getCste

        public double getCste()
        Get method
      • setCste

        public void setCste​(double cste)
        Set the constant
      • print

        public void print()
        pretty print method
      • print

        public void print​(com.artelys.kalis.SWIGTYPE_p_void ctx,
                          com.artelys.kalis.SWIGTYPE_p_f_p_void_p_q_const__char__int pfp)