public class BoundsTerm extends LeastSquaresTermBase
DEFAULT_ENABLED, defaultWeight, myProps
Constructor and Description |
---|
BoundsTerm() |
Modifier and Type | Method and Description |
---|---|
void |
clearBounds() |
int |
getRowSize()
Returns the number of rows.
|
void |
setBounds(double lowerBound,
double upperBound) |
void |
setLowerBound(double lowerBound) |
void |
setSize(int size) |
void |
setUpperBound(double upperBound) |
addRows, getAllPropertyInfo, getQP, getTerm, isEnabled, setEnabled
dispose, getProperty, getSize, getWeight, setWeight
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getProperty
public void setLowerBound(double lowerBound)
public void setUpperBound(double upperBound)
public void setBounds(double lowerBound, double upperBound)
public void clearBounds()
public int getRowSize()
LeastSquaresTerm
public void setSize(int size)
setSize
in interface QPTerm
setSize
in class LeastSquaresTermBase