public interface FunctionTerm
Modifier and Type | Method and Description |
---|---|
float |
getValue()
Returns the term's value
|
boolean |
isConstant()
Returns whether the term is constant.
|
boolean |
isLinear()
Returns whether the term is linear.
|
Copyright © 2020 University of California, Santa Cruz. All rights reserved.