terms property

List<Term> terms
final

The list of terms in this linear expression. Terms in a an Expression must have only one Variable (indeterminate) and a degree of 1.

Implementation

final List<Term> terms;