public class Inequation
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static char |
EQ
Equal sign (=).
|
static char |
GE
Greater or equal sign (>=).
|
static char |
LE
Less or equal sign (<=).
|
| Constructor and Description |
|---|
Inequation(Expression expr,
char type) |
| Modifier and Type | Method and Description |
|---|---|
double |
getConstant()
Gets the constant of the expression.
|
java.lang.String |
getStringType()
Gets a string representation of the type.
|
java.util.List<Term> |
getTerms()
Gets the terms of the expression.
|
char |
getType()
Gets the type of the inequality.
|
java.lang.String |
toString()
Gets a printable name of the object.
|
public static final char GE
public static final char LE
public static final char EQ
public Inequation(Expression expr, char type)
public java.util.List<Term> getTerms()
public double getConstant()
public char getType()
public java.lang.String getStringType()
public java.lang.String toString()
toString in class java.lang.Object