public abstract class LeastSquaresTermBase extends java.lang.Object implements LeastSquaresTerm, HasProperties
Modifier and Type | Field and Description |
---|---|
static double |
defaultWeight |
static PropertyList |
myProps |
Constructor and Description |
---|
LeastSquaresTermBase() |
LeastSquaresTermBase(double weight) |
Modifier and Type | Method and Description |
---|---|
PropertyList |
getAllPropertyInfo()
Returns a list giving static information about all properties exported by
this object.
|
Property |
getProperty(java.lang.String pathName)
Returns a property associated with a specified path name.
|
double |
getWeight() |
void |
setWeight(double w) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
dispose, getTargetSize, getTerm
public static final double defaultWeight
public static PropertyList myProps
public LeastSquaresTermBase()
public LeastSquaresTermBase(double weight)
public PropertyList getAllPropertyInfo()
HasProperties
getAllPropertyInfo
in interface HasProperties
public Property getProperty(java.lang.String pathName)
HasProperties
.
' characters. A sub-property
exists if the value of a property is itself an object which exports
properties. It is only possible to obtain a sub-property handle if each of
its ancestor properties exports their values by reference.getProperty
in interface HasProperties
pathName
- name of the desired property or sub-propertypublic void setWeight(double w)
setWeight
in interface LeastSquaresTerm
public double getWeight()