Package | Description |
---|---|
fuzzydl |
Modifier and Type | Method and Description |
---|---|
Inequation |
DegreeVariable.createInequalityWithDegreeRHS(Expression expr,
char inequationType) |
Inequation |
DegreeNumeric.createInequalityWithDegreeRHS(Expression expr,
char inequationType) |
Inequation |
DegreeExpression.createInequalityWithDegreeRHS(Expression expr,
char inequationType) |
abstract Inequation |
Degree.createInequalityWithDegreeRHS(Expression expr,
char inequationType)
Gets an inequality of the form (expression, type, degree).
|