Package gprover
Class DTerm
- java.lang.Object
-
- gprover.DTerm
-
public class DTerm extends java.lang.ObjectThe DTerm class represents a term in a polynomial with a specific degree. It includes properties for the degree, the term itself, the next term in the list, and a string representation of the term.
-
-
Constructor Summary
Constructors Constructor Description DTerm()Constructs a DTerm object with default values.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()Returns the string representation of the term.
-