public class ConstraintTerm extends Object
GeneralFunction
, a FunctionComparator
, and a value.
Together these define an equality or inequality statement between the value of a function and constant value.Constructor and Description |
---|
ConstraintTerm(GeneralFunction function,
FunctionComparator comparator,
float value) |
Modifier and Type | Method and Description |
---|---|
FunctionComparator |
getComparator() |
GeneralFunction |
getFunction() |
float |
getValue() |
String |
toString() |
public ConstraintTerm(GeneralFunction function, FunctionComparator comparator, float value)
public GeneralFunction getFunction()
public FunctionComparator getComparator()
public float getValue()
Copyright © 2020 University of California, Santa Cruz. All rights reserved.